Linux 软件免费装
Banner图

Fan Page

开发者 delower186
更新时间 2021年4月3日 16:42
PHP版本: 6.8 及以上
WordPress版本: 5.7
版权: GPLv2
版权网址: 版权信息

标签

social facebook facebook page facebook fan page fb social fan page fb page fb fan page social page

下载

1.0.0 1.0.1

详情介绍:

Fan Page Plugin enables Facebook Page admins to promote their Pages and embed a simple feed of content from a Page into any WordPress blog. Fan Page plugin enables users to: *To enable messaging on your Facebook page go to your Page Settings. In the row Messages check Allow people to contact Facebook Page privately by showing the Message button You can easily integrate Like Page using WordPress Widgets and Shortcodes. Visit Plugin Page for more info and examples.

安装:

  1. Upload fan-page directory to your /wp-content/plugins directory
  2. Activate plugin in WordPress admin
Customization
  1. In WordPress dashboard, go to Appearance > Widgets.
  2. Drag and Drop Fan Page into your sidebar.
  3. Click triangle near Fan Page header.
  4. Enter your Facebook Page URL (not your profile URL).
  5. Choose width, height and other options you like.
or Use [fanpage] shortcode inside your post or page. This shortcode support all default parametrs: If you want Fan Page Plugin 320 pixels width and showing posts you need to use it next way: [fanpage width=320 show_posts=true url=http://www.facebook.com/yourPageName] or Use fanpageplugin() template tag in your theme files. <?php if ( function_exists("fanpageplugin") ) { $args = array( 'url' => 'http://www.facebook.com/Delower-103206595201617', 'width' => '300', 'hide_cover'=> true, 'locale' => 'en_US' ); fanpageplugin( $args ); } ?>

屏幕截图:

  • Widget in the dashboard.
  • Widget with posts on the sidebar.

常见问题:

I see the message “Error: Not a valid Facebook Page url.”. What am I doing wrong?

Fan Page Plugin is only for Pages and not for Profiles, Events and Groups.

更新日志:

1.0.0 Very first release 1.0.1 readme.txt updated