Maybe i mis something completely, but this site : http://www.tourisme-charlevoix.com/fr/ is having a facebook "iframe" style of the feed in there site.. a of two lines
How do i build that from my facebook page for my wordpress site....
Maybe i mis something completely, but this site : http://www.tourisme-charlevoix.com/fr/ is having a facebook "iframe" style of the feed in there site.. a of two lines
How do i build that from my facebook page for my wordpress site....
Different plugins handle Facebook: WordPress › Search for facebook Plugins
Or the API for the Live Stream, which doesn't require a plugin. This shows how to get the iFrame code: http://developers.facebook.com/docs/reference/plugins/live-stream
Just copy code they have and put on your site:
<fb:fan width="497" connections="" stream="1" profile_id="<PAGE_ID>"></fb:fan>
This fan box is now replaced by almost identical like box. If you set connections=""
in element parameters it also shouldn't display those faces below.
In order to render this FBML you need to use Facebook Javascript API (not sure how that works in wordpress).
Also you can just get iframe code.