Wednesday, December 25, 2013

#Facebook RSS in #MediaWiki (#Wikieducator) #vmvwiki #vmvdlt

Following from the Twitter/Wordpress RSS into MediaWiki, I now have a Facebook page RSS feed working. Note that due to Privacy setting Facebook Groups do not RSS Feed.

Christina Bergey has written a blog providing good instructions for this at  http://christinabergey.com/blog/2013/03/get-facebook-group-feed-via-rss/ (note she has "groups" in the URL but this only works  for Facebook pages.

The following code will insert a Panel into your MediaWiki Wiki ( replace YourID, and YourPage)
<div style="font-family: menu,Arial;border: 1px solid #808080; width: 250px; margin-right:auto;margin-left:auto;background-color: #F6F9ED;-webkit-box-shadow: 5px 5px 7px #999;">
{|
|[[File:Facebook.png|25px]] RSS from: https://www.facebook.com/YourPage<br /><hr width="248px"/>
|-
|
<rss>https://www.facebook.com/feeds/page.php?id=YourID&format=rss20|short|date|max=5</rss>
|}
</div>

No comments:

Post a Comment