Linux 软件免费装

FB Last Posts

开发者 vitalikaz
更新时间 2014年9月15日 16:33
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 4.0
版权: GPLv2
版权网址: 版权信息

标签

facebook recent posts like button facebook page likebox fanpage facebook likebox facebook posts fb posts last posts facebook recent posts fb group

下载

1.0 1.0.1

详情介绍:

This plugin allows you to show posts from Facebook pages, groups and timelines directly on your website in a very simple way. Plugin does not register shortcodes, JS scripts or any extra libraries, so it's extremely clean & tiny and you are free to decide how your recent Facebook posts listing will look like. If you are a fan of clean code (like me) without tons of extra scripts for plugin to work, you will definitely like this plugin. It's extremely fast as it does not any unnecessary work and cleverly caches results. Sample Usage `<?php // try to get posts from Facebook $fb_posts = fb_get_last_posts(10); // check if result is not a WP error if (!is_wp_error($fb_posts)): // loop through posts and show them foreach($fb_posts as $fb_post): ?> , Original post get_error_message());?> `

安装:

  1. Upload the fb-last-posts folder to the /wp-content/plugins/ directory.
  2. Activate plugin through the 'Plugins' menu in WordPress.
  3. Setup plugin through 'Settings -> FB Last Posts' menu. This page will guide you how to do everything you need to use this plugin.
  4. You are ready to go! Use fb_get_last_posts() function to get posts from Facebook (please check Description tab for an example).

屏幕截图:

  • Plugin settings page

升级注意事项:

1.0 Have fun using this extremely tiny plugin! :)

更新日志:

1.0