Fan Page helps you easily embed and promote any public facebook page on your wordpres widget, post or even in a page. Visitors can like, share, see Pa …
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.
fan-page
directory to your /wp-content/plugins
directoryCustomization
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 ); } ?>
Fan Page Plugin is only for Pages and not for Profiles, Events and Groups.
Very first release
readme.txt updated