Facebook Fanbox Plugin (Joomla)


\


\






Welcome to ZJ Facebook Fanbox social module and plugin. It help you show people who like your Facebook page, as well as your page stream. You can use the module and the plugin simultaneously and individually: The ZJ Facebook Fanbox module for Joomla position selection; the plugin to insert ZJ Facebook Fanbox in any content setting, such as an article page.

Features:

  • Dual mode: use the module and the content plugin simultaneously and individually.
  • Flexible configuration for Show/Hide your page stream, your fans’ avatar…
  • Easy to use with detailed description.
  • Allows advanced user to integrate on any component/module.

Content structure use

Paste the configuration text/values below into your content editor, for example, an article page. You do not need to switch to HTML view (toggle editor).

{zj_facebookfanbox width=292 height=587 colorscheme=light bordercolor=#ffffff header=1 stream=1 show_faces=1 frontpage=1 bloglayout=0 page_url=http://www.facebook.com/pages/Joomseller-Solutions/144784572238210}

How to configure options and values.

Note: all the options are optional. Our plugin will take values from ‘FANBOX SETTING’ you set here for any omitted options. Hence, you can use  {zj_facebookfanbox} , it still displays correctly for you.

  • width=292 (use an integer value)
  • height=587 (use an integer value)
  • colorscheme=light (light or dark)
  • bordercolor=#ffffff (Fanbox’s border color. Enter as hex value, e.g., default is #ffffff)
  • header=1 (use 0 OR 1)
  • stream=1 (use 0 OR 1)
  • show_faces=0 (use 0 OR 1)
  • frontpage=1 (use 0 OR 1)
  • bloglayout=0 (use 0 OR 1)
  • page_url=your Facebook page. Example: http://www.facebook.com/your_facebook_page

Integration with other component/module

Use the following code to integrate Facebook Fanbox in any custom component/module (Note: only for advanced users)

// Integrate ZJ Facebook Fanbox Plugin
$fbfanbox_lib = JPATH_PLUGINS.DS.’content’.DS.’zj_facebookfanbox’.DS.’libraries’.DS.’zj_facebookfanbox_api.php’;
if (file_exists($fbfanbox_lib)) {
    require_once($fbfanbox_lib);
    $configs = array();
    $configs[‘width’] = 292; // Fanbox’s width
    $config[‘height’] = 427; // Fanbox’s height
    // … other options 
    $configs[‘page_url’] = ‘your Facebook page’;
    $zj_fbc = new ZJ_FacebookFanboxAPI($configs);
    echo $zj_fbc->getFanboxPro();
}

Document

User Guide

Demo

Website Demo

Download Facebook Fanbox Plugin (Joomla)

Leave a Reply

Your email address will not be published. Required fields are marked *