=== Easy Embed for Social Media Wall === Contributors: vaibhavagar, jburleigh1 Donate link: https://vaibhavagar.github.io/ Tags: Facebook, facebook Wall, facebook Live Streaming, Wordpress plugin for facebook, Wordpress plugin for facebook feed, Wordpress plugin for facebook timeline, facebook live, video embed Requires at least: 3.0.1 Tested up to: 6.1 Stable tag: 1.1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Embed Facebook Videos, Posts and Live Status easily. Customise your Facebook Wall and display on your page with easy-to-use Shortcodes. == Description == Embed Facebook Videos, Posts and Live Status easily. Customise your Facebook Wall and display on your page with easy-to-use Shortcodes. Features:- * Pull in videos based off facebook Page ID * Pull in Live Streaming based off facebook Page ID * options to customize Section max width, background color, column count, border color, colum spacing == Installation == 1. Upload the plugin files to the `wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Use the Settings->Easy Embed for Social Media Wall screen to configure the plugin 4. Fill in the required fieds as per the usage, please note Facebook Access Token is a must for this to work. 5. To add the Facebook wall to your site, you can use the shortcode [getfbWall] within any page or post. Advanced Wordpress users could also add the function call directly to their theme to use the widget outside of a page or post (more on this below) #### Shortcode Usage To output the Facebook Wall configured on the settings page, simply use the following shortcode anywhere in a post or page within Wordpress: [getfbWall] To output a Facebook Wall configured with custom settings, you can define the settings on the shortcode like this: [getfbWall fb_page_id="xxxx"] [getfbWall eefsm_fb_plugin_setting_live_stream="1" fb_page_id='xxxx'] The full list of shortcode settings: `access_token` `fb_page_id` `eefsm_fb_plugin_setting_live_stream` `eefsm_fb_plugin_setting_page_videos` `tilebackground` `tiletext` `tileborderradius` `tilebordercolor` `columncount` `columnspacing` `maxwidth` If you are using multiple walls on a single page, then each of your shortcodes needs to have a unique ID. #### Advanced Usage For those of you who know your way around a Wordpress theme, it's possible to embed the Facebook Wall directly within your theme using the wordpress function do_shortcode. This will allow you to put the widget anywhere in your theme, even outside of a post or a page. To do so, use the following PHP code anywhere in your theme. `` == Changelog == = 1.1.3= * Tested upto latest wordpress version #5.8 = 1.1.2= * Fixed layout as per the free version vs pro = 1.1.1 = * Fixed issue with Colorpicker in the admin area = 1.1.0 = * Added link to pro feature, and all the options for additional fields = 1.0.9 = * typo fix = 1.0.8 = * Replaced video section with posts, so page posts can be pulled in. Also added likes, comments, description for each post = 1.0.7 = * Cleaned up admin area and messaging = 1.0.6 = * Tested upto wp 5.6 = 1.0.5 = * Final admin updates = 1.0.4 = * Enhanced Instructions in the admin page = 1.0.3 = * Fixed Instructions in the admin page, made it more enhanced o the user can easily setup access token code = 1.0.2 = * Updated plugin name = 1.0.1 = * Fixed link to developers app for access token, added new contributor, disabled live streaming for pro = 1.0.0 = * All set to go live!