This plugin will allow you to add the Facebook Page Plugin to your website using a widget or a shortcode.
Both options include all of the main settings supported by the Facebook Page Plugin, including the ability to add both the events tab (to display your pages upcoming events) and the messages tab (to enable user to private message you straight from your website) to the plugin.
Adding the plugin via widget
Drag the widget into one of your sidebars and change/tweak the settings as necessary.
Adding the plugin via shortcode
All of the settings in the widget can be used by calling the shortcode itself. At the very minimum this should be
[dd_fb_page_plugin href="value"]
Where the value is the full URL of your Facebook Page.
Other options can be set using the information below:
- href = The URL of the Facebook Page: default - None
- width = The pixel width of the plugin. Min. is 180 & Max. is 500: default - 340
- height = The pixel height of the plugin. Min. is 70: default - 500
- tabs = Tabs to render i.e. timeline, events, messages. Use a comma-separated list to add multiple tabs, i.e. timeline, events.: default - timeline,messages
- hide_cover = Hide cover photo in the header: default - false
- show_facepile = Show profile photos when friends like this: default - true
- hide_cta = Hide the custom call to action button (if available): default - false
- small_header = Use the small header instead: default - false
- adapt_container_width = Try to fit inside the container width: default - true
For example:
[dd_fb_page_plugin href="https://www.facebook.com/differnetdigital" width="340" height="500" tabs="timeline,messages" hide_cover="false" show_facepile="true" hide_cta="false" small_header="false" adapt_container_width="true"]
From the WordPress dashboard
- Click
Add New
from the plugins page in your wordpress site
- Search for
Differnet Digital's Facebook Page Plugin
- Click
install
From
wordpress.org
- Download the latest version of Differnet Digital's Facebook Page Plugin
- Extract/Unzip the files
- Upload the entire
differnet-digital-fb-page-plugin
folder to the /wp-content/plugins/
directory of your website
- Activate the plugin through the 'plugins' menu in WordPress