

Embedding social Page content often slows down WordPress sites and loads third-party scripts before visitors interact.
Simple Like Page helps you embed Meta™ Page content without hurting performance, by delaying script loading until interaction or visibility.
This reduces unnecessary requests, improves Core Web Vitals, and gives you control over when external scripts load.
This plugin is not affiliated with, endorsed by, or sponsored by Meta Platforms, Inc.
All trademarks belong to their respective owners.
This approach is designed to improve performance and reduce unnecessary third-party requests.
You can add the Facebook Page Plugin in four different ways.
Use the shortcode inside any post or page:
sfp-page-plugin
Shortcode parameters:
urlwidthheighthide_covershow_facepilesmall_headertimelineeventsmessageslocaleclick_to_loadlazy_loadplaceholder_textplaceholder_bg_colorplaceholder_text_colorExample:
[sfp-page-plugin url="https://www.facebook.com/WordPress" width="320" timeline="true"]
For theme developers:
<?php if ( function_exists( 'sfp_page_plugin' ) ) {
$args = array(
'url' => 'https://www.facebook.com/WordPress/',
'width' => '300',
'timeline' => true,
'locale' => 'en_US'
);
sfp_page_plugin( $args );
} ?>
By default, the plugin delays Facebook loading until interaction. If you enable lazy loading, scripts are loaded when the embed is in view.
Facebook may set cookies or process data once the embed loads. You are responsible for updating your privacy policy as needed.
The plugin includes a Performance & Privacy section where you can control:
You can also set a default Facebook Page URL and locale in the settings screen.
Found a bug or have a feature request? Please use the Support tab on WordPress.org.