=== My Social Feed === Contributors: bPlugins Tags: facebook, social feed, facebook page, embed, shortcode Requires at least: 5.8 Tested up to: 6.7 Requires PHP: 7.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Embed your Facebook Page effortlessly into your WordPress website with customizable options via a shortcode. == Description == The **My Social Feed** plugin allows you to embed your Facebook Page into any post or page using a simple shortcode. Customize the feed display with various attributes, including tabs, dimensions, and visibility options. == Features == - Embed Facebook Pages using a shortcode. - Customize display options, such as tabs (`timeline`, `events`, `messages`), dimensions, and visibility of elements like cover photo and friends' list. - Fully responsive and lightweight. == Installation == 1. Download the plugin ZIP file and upload it to your WordPress site via **Plugins > Add New > Upload Plugin**. 2. Activate the plugin through the **Plugins** menu. 3. Use the `[bp_my_social_feed]` shortcode to embed your Facebook Page in posts or pages. == Usage == To embed a Facebook Page, add the following shortcode to any post or page: [bp_my_social_feed url="https://www.facebook.com/YourPageName" tabs="timeline" width="800" height="600" small_header="true" hide_cover="false" adapt_width="true" show_friends="true"] == Examples == 1. **Basic Embed**: [bp_my_social_feed url="https://www.facebook.com/YourPageName"] 2. **Custom Dimensions**: [bp_my_social_feed url="https://www.facebook.com/YourPageName" width="600" height="500"] 3. **Hide Cover Photo and Show Events Tab**: [bp_my_social_feed url="https://www.facebook.com/YourPageName" hide_cover="true" tabs="events"] == Shortcode Attributes == - **`url`** The URL of the Facebook Page you want to embed. *(Required)* - **`tabs`** The tabs to display. Options: - `timeline` - `events` - `messages` You can combine multiple tabs separated by a comma (e.g., `tabs="timeline,events"`). *Default:* `timeline` - **`width`** The width of the embed in pixels. *Default:* `500` - **`height`** The height of the embed in pixels. *Default:* `400` - **`small_header`** Display a smaller header. Accepts `true` or `false`. *Default:* `false` - **`hide_cover`** Hide the cover photo. Accepts `true` or `false`. *Default:* `false` - **`adapt_width`** Automatically adapt the width of the embed to fit the container. Accepts `true` or `false`. *Default:* `true` - **`show_friends`** Show the list of friends who like the page. Accepts `true` or `false`. *Default:* `true` == Frequently Asked Questions == **1. Why is my Facebook Page not loading?** Make sure you have entered the correct `url` attribute. Ensure the page URL is publicly accessible. **2. Can I use this plugin multiple times on a single page?** Yes, you can use the shortcode multiple times with different configurations. **3. Is the plugin mobile-friendly?** Yes, the embed adapts to different screen sizes when `adapt_width` is set to `true`. **4. Can I display specific tabs only?** Yes, use the `tabs` attribute to specify which tabs to display (e.g., `tabs="events"`). == Changelog == = 1.0.0 = * Initial release with customizable Facebook Page embed. == Support == If you encounter any issues, feel free to contact us at [bplugins.com](http://bplugins.com).