Hi, I have been getting notifications from Facebook regarding ‘Permissions or feature removed from Recent Posts app’, as follows:
————
As of September 4, 2019 Recent Posts (WordPress Plugin) will not have access to the following permissions or features:
Page Public Content Access
user_friends
If your app still needs access to these permissions or features, you’ll need to request them through the App Review process. If you don’t need access, no further action is required.
————
Currently I am just using the app to pull posts from my client’s FB timeline. Will the app still work correctly with the ‘Page Public Content Access’ and ‘user_friends’ features disabled/removed?
I have tried to provide info for the FB ‘app review’ and ‘business verification’ but not sure if I really have to do that.
I hope you can advise here!
Thank you,
RPMD
No Facebook posts will show on my website. When i test the configuration the error:
Error validating application. Application has been deleted.
comes up, no idea what it means or how to fix it. The plugin is up to date.
Please help, thank you!
]]>Hi, After updating the plugin to the latest version I get “No recent Facebook posts to show” error. Before it was working fine. Please help
]]>hy there,
first of all thank you for the great plugin. it is really simple and easy to use.
on one of the sites i use it, there appears an error which i could now trace down. it is a site with enfold theme as well as a child theme with some modifications. when saving posts in that site, it gets stuck at /post.php with 500 error.
the debug.log shows:
[11-Jul-2018 06:57:03 UTC] PHP Fatal error: Class 'RFBP_Public' not found in /www/htdocs/w0...at/wp-web/wp-content/plugins/recent-facebook-posts/includes/functions/global.php on line 25
i use your plugin in two widgets, which are rendered in the footer parts of the page.
when i deactivate your plugin the posts are saved correctly again. i know that it is very likely some conflict and not only a problem with the plugin itself, but wanted to ask if you have any doubts why this does happen?
thanks,
matt
Hi there,
First of all thanks for such an amazing plugin, Whilst installing I am not able to follow the instructions as the tool you mentioned seems to be broken URL.
>>this section>>
Find the numeric Facebook ID of your public Facebook page using this website.
I managed to make it work via – https://findmyfbid.in
]]>Hi. I’ve followed the instructions to create a facebook APP and have the Facebook ID. However, there’ is nothing in the docs to get Facebook App Secret. Does anyone know how to do this? It also seems that after creating the APP, I have to add a product but the docs don’t specify what.
Failing that, can anyone recommend another facebook plugin that doesn’t require this APP?
]]>I try to enable/register the plugin on the site of a friend, but when testing get this error message:
Facebook error: (#10) To use ‘Page Public Content Access’, your use of this endpoint must be reviewed and approved by Facebook. To submit this ‘Page Public Content Access’ feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.
What do I need to do to fix this, I reentered the app id and secret multiple times. Added a privacy policy pagen on the facebook dev account for the app. But still get this error.
What am I doing wrong?
Hi,
I like this plugin but since GDPR regulation came into force on 25th of May 2018 I was wondering if there is a possibility to make this plugin GDPR ready.
At the moment Facebook can track every visitor to a website with this plugin, because of images loading from facebook graph (in fact, Firefox with do-not-track settings is blocking the images, upcoming Safari version will do the same by default afaik).
Is there a solution to this problem maybe by loading the images from the cache and not directly from facebook graph?
Thanks! Warm regards,
Hannes
Hello team,
Kindly request if you can help me out to decrease the text size of titles, and if possible the spaces on the post since it’s too large and consuming lot of space. Here take a look below.
]]>Hi, I am trying to use this plugin and my posts will not import. I’ve followed all the steps, added my API key, and I let it run overnight and I still have this message:
Talking to the chimp…
Please wait until all campaigns are imported.
This may take a while if you have many campaigns in your Mailchimp account.
Is this plugin still working? Thanks!
]]>Hello,
i got a facebook error: (#15) This method cannot be called with a client token or an app secret embedded in the client code
what can i do?
thanks for help:-)
no recent facebook posts to show is the error. here is the website
Everything was working perfectly, but is now broken.
Thanks, Bodhi
]]>As of yesterday we’re getting “No recent Facebook posts to show” on all the sites we use the plugin on.
Testing the configuration comes back that it’s ok.
Had to install another plugin for now.
Anybody else have this problem and get it fixed?
Thanks!
]]>Facebook posts not showing giving me a configure error.. I tried a new APP ID/secret key etc now im getting the error below:
Response from Facebook: (#200) Access to this data is temporarily disabled for non-active apps or apps that have not recently accessed this data due to changes we are making to the Facebook Platform. https://developers.facebook.com/status/issues/205942813488872/
Anyone find a quick fix for this?
]]>I conifgure the plugin but I getting an following error:
Facebook error: (#200) Access to this data is temporarily disabled for non-active apps or apps that have not recently accessed this data due to changes we are making to the Facebook Platform. https://developers.facebook.com/status/issues/205942813488872/
]]>I love your plugin! But it won’t show images again and only shows the character |
I think this was a past issue and you fixed it but its happening again.
Thank you so much for your support in the wordpress community
Hi,
Translations can be downloaded here:
PO: https://www.dropbox.com/s/ntjetvazu833k96/fr.po?dl=0
MO: https://www.dropbox.com/s/wpgxx51e364cndb/fr.mo?dl=0
Hope it helps! Might be interesting to have at least a review from someone else before publishing it ??
Thanks for your work.
]]>Good day,
I use for start page “[recent_facebook_posts number=2 likes=1 comments=1 excerpt_length=250 show_page_link=1 show_link_previews=1]”, but I would like to split it into 2 columns.
Could anyone help with .css piece to customize a start page?
Thank you very much.
Kindly,
Ausra
Emoticons are not visible in the feed on the site. When I use another facebook-feed-plugin they are (f.ex. Custom Facebook Feed).
Any idea where I might look for?
Never Mind
]]>just wondering if there is a chance to show the fb-posts titles only (without image / excerpt / etc.)
thanks in advance
]]>Like “jordonwestside” wrote my site also does not show images and the problem started couple of days ago, any ideas, why it stopped working?
]]>Hey! I love your plugin! It was doing fine the past few years but now the Plugin all of a sudden is not showing images with the facebook posts. Any ideas?
]]>Good day!
This is missing from my plugin:
https://prntscr.com/flhwqz
When activated the plugin, all posts loaded, but after then never… Why? No cache on page (Wprocket or WPcache)
]]>if the fb post is a shared one the image extracted is not valid.
includes/class-api.php 43:
$result = $this->call(“{$this->fb_id}/posts”, array(
‘fields’ => ‘id,full_picture,picture,type,from,message,status_type,object_id,name,caption,description,link,created_time,comments.limit(1).summary(true),likes.limit(1).summary(true)’
));
// NEW full_picture
includes/class-api.php 114:
case ‘photo’:
// set post image, use protocol relative URL
$post[‘image’] = “//graph.facebook.com/”. $p->object_id . ‘/picture’;
// NEW we use full_picture because the default one in this case is a small one (130x130px)
if($p->status_type == ‘shared_story’){
$post[‘image’] = $p->full_picture;
}
//NEW
break;
Hi,
I′m trying to find the instructions page but looks like its missing
]]>I installed this plugin and have made made all steps according to instructions and added a widget in my sidebar of the blog, but posts are not showing up in my sidebar https://agilitystaff.wpengine.com/find-your-way-around-the-big-apple/
]]>The feed shows up just fine but the photos are shown as links with the URL text being a single period. I know I fumbled through the Facebook API registration/creation because I’m still learning how this all works but I will ask Facebook about that… I only mention it because perhaps you might expand a little in the settings for your plugin. Right now it just shows “Get your App ID from developers.facebook.com/apps.” No further instruction for dummies like me. My biggest concern there is that I’m setting this up for a client so I don’t know if I should have logged in to their Facebook to create the key. Right now I’m using a key created within my Facebook account. Anyway, I digress… what might be the reason that photos aren’t showing up in the feed? THANK YOU! ??
]]>I’m using a simple wordpress plugin that creates a standard bootstrap carousel which works perfectly, but as soon as I enable this plugin and embed it as a widget the carousel does not transition correctly (as soon as an image is being removed the image vanishes and text is squished to the side). Disable the plugin and the carousel is fixed.
Any suggestions as to what might be causing the issue and any suggestions for a work around?
—
Removing the plugin and reinstalling fixed the issue. Not sure what was going on!
]]>again… thanks for providing this great plugin!
in a relatively new function (i believe), facebook allows to upload up to 5 images when sharing a link. those are shown as a slider on facebook.
the plugin doesn’t show any of those pictures. i think it would be great if at least the first image could be pulled.