=== Differnet Digital's Facebook Page Plugin === Contributors: DiffernetDigital Tags: facebook, facebook page plugin Requires at least: 4.0 Tested up to: 4.9 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin allows you to add the Facebook Page Plugin to your website using a widget or shortcode. == Description == 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"]` == Installation == = From the WordPress dashboard = 1. Click `Add New` from the plugins page in your wordpress site 2. Search for `Differnet Digital's Facebook Page Plugin` 3. Click `install` = From wordpress.org = 1. Download the latest version of Differnet Digital's Facebook Page Plugin 2. Extract/Unzip the files 3. Upload the entire `differnet-digital-fb-page-plugin` folder to the `/wp-content/plugins/` directory of your website 4. Activate the plugin through the 'plugins' menu in WordPress == Changelog == = 0.1 = * First release that features the basics of getting the Facebook Page Plugin on your website. Feedback will be fed into the next version of the plugin. = 1.0 = * Fixed height parameter setting so that it now gets applied to the widget. The height is now capped at 1000.