Hello NetAttingo
I agree. Your plugin works really fine. And i’ts very easy to use. 🙂
I also suggest everybody to use it.
When you try it, you adopt it ! 🙂
Please can you tell me how to limit the number of posts ?
Thanks, and congratulations for your really good work
Fan
Hi Fanwp,
Thanks for choosing our plugin.
There is no setting in plugin to edit number of posts to display.
In next version we will add this feature.
With making a minor customization in file , you can limit posts to to display.
For example , if you want to show 10 posts –
Go in file ( /plugins/fb-wall-post/trunk/fb-wall-post.php)
Change: (Line Number 62 and line number 122 )
$pagefeed = $facebook->api(“/” . $pageid . “/posts?fields=attachments,id,object_id,message,description,full_picture,source,created_time”);
By :
$pagefeed = $facebook->api(“/” . $pageid . “/posts?limit=10&fields=attachments,id,object_id,message,description,full_picture,source,created_time”);
Hope this will help.
If plugin helps you ,Please give good review and rating going by https://ww.wp.xz.cn/support/view/plugin-reviews/fb-wall-post
Thanks,