Assessed Activity 4.4 RSS Feed





Assessed Activity 4.4 (2016) Connecting the Wiki to your blog through an RSS feed
You can also allow others to display a summary of your blog using an RSS Feed.
On your user page in the wiki use the RSS xml tag to display your WordPress Blog additions (mine is shown in the next line)
<rss max=4 item-max-length="250">https://virtualmv.wordpress.com/feed/</rss>

A working version is on the course home page (You can copy the code if you want an image and border)
Note: The RSS feed will only display things you have Blogged about, not changes you make to pages.. You may need to add some blog posts to demonstrate that the RSS feed is working.
If you are using Blogger use the following
<rss max=4 item-max-length="250" filterout ="id" >http://virtualmvblogger.blogspot.com/feeds/posts/default?alt=rss</rss>
Source Extending WordPress

No comments:

Post a Comment