Lemuroid Roms Pack __exclusive__

Simple Setup and Installation: The pack is designed to be simple to set up and set up, enabling gamers to commence running their preferred roms rapidly and easily.

Large Library of Software: The Lemuroid Roms Pack features a vast library of retro games from multiple systems and platforms, including the Nintendo Entertainment System (NES), Super Nintendo Entertainment System (SNES), Game Boy, and others. Lemuroid Roms Pack

The Lemuroid Roms Pack delivers a selection of features that make it an compelling choice for retro gaming enthusiasts. Some of the primary aspects include: Simple Setup and Installation: The pack is designed

Large Library of Games: The Lemuroid Roms Pack contains a vast collection of vintage games from various consoles and platforms, including the Nintendo Entertainment System (NES), Super Nintendo Entertainment System (SNES), Game Boy, and more. Easy Implementation and Installation: The pack is made to be easy to set up and configure, allowing gamers to begin playing their preferred games rapidly and effortlessly. Functionality with Several Gadgets: The Lemuroid Roms Pack is functional with a range of devices, including smartphones, tablets, and computers, causing it easy to play retro games on the go or at home. Frequent Updates: The pack is consistently upgraded with new games and functions, guaranteeing that gamers always have access to the most recent and finest retro games. Some of the primary aspects include: Large Library

FAQ

Page Plugin is only for Pages and not for Profiles, Events and Groups.

Changelog

1.5.2

1.5.1

1.5

1.4.1

1.4

1.3

1.2.2

1.2.1

1.2

Plugin structure reorganized. Shortcode and template tag functionality added

1.1

More than 20 Facebook Locales added

How to install Simple Like Page Plugin

Installation

  1. Upload simple-facebook-plugin directory to your /wp-content/plugins directory
  2. Activate plugin in WordPress admin

Customization

  1. In WordPress dashboard, go to Appearance > Widgets.
  2. Drag and Drop SFP – Like Page Plugin into your sidebar.
  3. Click triangle near SFP – Like Page Plugin header.
  4. Enter your Facebook Page URL (not your profile URL).
  5. Choose width, height and other options you like.

or

Use [sfp-page-plugin] shortcode inside your post or page. This shortcode support all default parametrs:

If you want Page Plugin 320 pixels width and showing posts you need to use it next way:

[sfp-page-plugin width=320 show_posts=true url=http://www.facebook.com/yourPageName]

or

Use sfp_page_plugin() template tag in your theme files.

<?php if ( function_exists("sfp_page_plugin") ) {
    $args = array(
        'url'           => 'https://www.facebook.com/WordPress/',
        'width'     => '300',
        'hide_cover'=> true,
        'locale'        => 'en_US'
    );
    sfp_page_plugin( $args );
} ?>