Notifications Feed

Setup
1) Navigate to -> /admin/app-setting
2) Add your 2.0 RSS Feed to the 'Blog Feed Url' Blog Feed Url
RSS Feed 2.0 Needed
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
Recommendations
Ghost -> https://ghost.org/
Wordpress -> Make sure you modify the default wordpress XML header to the following.
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
version="2.0">
Wordpress tip: You might also need to specifically link to a RSS feed of a specific category / tag on your blog

This will be the result 🎉
Before

After

Last updated