Good morning to all the group, I hope someone can help me. How can I create an RSS page with Italian news and also have the thumbnails available? I would like to have RSS title, description and image of the article Thanks everyone I hope there wasn’t a post like this because I searched but I didn’t find anything.
There are a couple of formulas you can use in WebGet specifically for grabbing RSS feeds. Check out the documentation below.
Thank you very much for your reply, but I’ve been trying for a while but with no results. I would like to make an RSS with Google news in Italian and have a title, description and thumbnail, but I really don’t know how.
This feed link seems to have worked for me. https://news.google.com/home?hl=it-IT&gl=IT&ceid=IT:it
Title: $wg("https://news.google.com/home?hl=it-IT&gl=IT&ceid=IT:it", rss, 0, title)$
Awesome! I will definitely try it. Thank you so much .
Does this also work with news image previews?
I have not tested thumbnails. Since this is not a standard RSS URL, I’m not sure if it’ll work.
Thank you very much, it doesn’t even work for titles and descriptions and I can’t understand why
I found it online Notizie principali - Google News Now the title and descriptions seem to work, but if I use the link in a global variable it doesn’t work
Awesome. If you’re referring to storing the link to a global variable before using it with the webget formula, this seems to work fine for me.
Fantastic . In the text variable you put the link you shared with me right? Thank you very much
The reference is perfect, but it doesn’t work for me