Hi Support,
I am using the facebook feed plugin, and I want to purchase the premium version so as to use the masonry style. But on the free version, the images are not displaying (only the texts), so I am worried they might not be displayed on the premium as well.
URL is https://www.njnaturopath.com/blog-page/
Thanks
]]>access token is expire. could you confirm it access life time token
]]>hi the plugin stopped showing photos from https://www.facebook.com/Matselisnuts/
if you scroll down you can see two old posts with photos , and only text in all the newer posts
thanks
Hello, I sent A support ticket from your plugin about 8 days ago and haven’t heard back, so I was hoping someone could help me here. I used the “Login & Get Access Token” button which seemed to work well. But nothing is pulling in. I also tried deactivating the few plugins I had, and making sure there wasn’t any other JS running, but still nothing.
]]>Feed stopped showing up, and on edit facebook feed page I get this message:
Notice: Use of undefined constant fbfba_read_more – assumed ‘fbfba_read_more’ in /customers/4/e/6/key2balance.dk/httpd.www/wp-content/plugins/wp-facebook-feed/includes/fbfba-settings-page.php on line 26
What can be wrong?
]]>Hi,
I was going to suggest adding video in the facebook feed as well and see there’s already a closed thread on it. I just modified the plugin to display facebook post videos so wanted to pass the solution along for you and anyone else that might want it.
In jquery.socialfeed.js Feed.facebook.getData add “source” to the fields:
var fields = '?fields=id,from,name,message,created_time,story,description,link';
fields += (options.show_media === true)?',picture,object_id,source':''; // <-- Added 'source'
Then in the Feed.facebook.utility.prepareAttachment function check for source and return video if it exists:
prepareAttachment: function(element) {
if (element.source) { // <-- If source exists display video
return '<video controls><source src="' + element.source + '"></video>';
}
var image_url = element.picture;
...
I also wanted to suggest displaying the post story if present for post.author_name like many other plugins do. In Feed.facebook.utility.unifyPostData:
post.author_name = element.story !== undefined ? element.story : element.from.name;
Best Regards,
Brian
Is the plugin still working? I didn’t change anything? Using Divi 3.7 theme
]]>Hi support team,
on the home page of my website that uses the Facebook Feed plugin (free version), the post picture with the messegner button does not work. The plugin fails to publish the post. Is there a way to enable posting with the messenger button?
Can the premium version of the plugin publish this type of post image?
I’m waiting for your reply
Thank you
Regards
Teo
I don′t speak english very well, sorry
In Premium version or free version, there is a hashtag filter?
]]>Free version worked great then just stopped after about 4-5 days. Is this a timelimied version? I don’t mind buying but I want to know it works.
]]>Hi
I am working on a project that needs a solution for integrate facebook to a website and i found your solution. The problem with many facebook plugins on WordPress is that it is impossible to get full width. The problem with your plugin is that Facebook videos is not displayed at all.
Is this a limitation in the free version or is it not possible with your plugin?
Best Andreas Lindgrén
]]>Hi,
I just want to report a bug I experienced with your plugin. I installed it about three weeks ago and shortly afterwards I had image alignment issues throughout my website. At first I couldn’t figure out what was causing it but it turns out that it was the Facebook feed plugin. In the end I had to put this code into the custom CSS panel and that sorted the problem:
.entry-content img.aligncenter {
margin: 0 auto!important;
}
I just wanted to let you know. It is a great plugin though.
Kind regards,
Waldo