diff --git a/content/blog/feed-url-drupal-wordpress-wix-youtube.md b/content/blog/feed-url-drupal-wordpress-wix-youtube.md new file mode 100644 index 0000000..88c9c24 --- /dev/null +++ b/content/blog/feed-url-drupal-wordpress-wix-youtube.md @@ -0,0 +1,16 @@ +--- +title: "Feed URLs for the most common CMS: Drupal, Wordpress, WiX and YouTube" +date: 2019-11-18T00:00:00+02:00 +--- + +If like me you are using [an RSS reader](../deploying-miniflux-openshift/) to stay informed, there is nothing more frustrating than reading a website that does not advertise an RSS feed. + +But since most website are based on commonly found CMS, it is highly probable the RSS feeds are there, just not advertised. + +Here are the URL patterns for the most common CMS on the market: + +- **Wordpress**: `/feed/` or `/?feed=rss2` +- **Drupal**: `/rss.xml` +- **Wix**: `/blog-feed.xml` +- **YouTube Channel**: `https://www.youtube.com/feeds/videos.xml?channel_id=` +