Just wanted to ask you guys how to make a RSS feed link. Thanks for reading : )
Hi there, @salaar_yasar
If your website has a built-in rss feed, here is how you can find the needed link:
-
Try adding
/rss
or/feed
, to the end of the site’s URL (e.g.,https://example.com/rss
). -
Look for the orange RSS icon in your browser (in some Firefox versions or via extensions).
-
Check the page’s source code (
Ctrl+U
) and search for<link rel="alternate" type="application/rss+xml" href="...">
.
If the site doesn’t provide RSS, you can use services that generate an RSS feed from any webpage. Here are the RSS builders you can try to use
Hello Max : )
When i did Ctrl+U and searched for the code you gave me, there were zero results. So can you help me finding the rss link for https://news.google.com.
Thanks for helping.
Hi there, @salaar_yasar
You just need to add rss at the end of this linke https://news.google.com/rss
Hello Max.
Thanks for helping me on the Google RSS link!
Can you also help me do https://bbc.com
Thanks a lot : )
Hi there, @salaar_yasar
Since RSS isn’t built into the BBC website, I’ve used RSS.app to generate a feed - BBC RSS link.
You can also create an account with the RSS app and generate RSS links for your sources
Okay thanks for helping me out Max : )
I have tried the rss.app and its really good.
It’s my pleasure