Implementing feed of Facebook page in the website
I have to implement the Facebook feed (our website page in Facebook) in the home page.I tried with this plugin (https://developers.facebook.com/docs/plugins/like-box-for-pages), but I couldn't change...
View ArticleAnswer by Roemer for Implementing feed of Facebook page in the website
How about the Activity Feed for your domain, using the Activity Feed plugin?https://developers.facebook.com/docs/plugins/activity
View ArticleAnswer by Jonathan Crowe for Implementing feed of Facebook page in the website
Here is a solution I came up with for a project a while back. Definitely not plug+play since it is integrated with my javascript architecture but hopefully can get you started:"use strict";var Facebook...
View ArticleAnswer by Barkermn01 for Implementing feed of Facebook page in the website
you can use the FB Javascript SDKif i remember correctly this should work should users already have a facebook permission setup for your web site. or you don't mine asking them for basic...
View ArticleAnswer by CiaraK for Implementing feed of Facebook page in the website
Facebook has now just added; NOTE: With the release of Graph API v2.3, the Activity Feed plugin is deprecated and will stop working on June 23rd 2015.The Activity feed displays the most interesting,...
View Article