Plugin Directory

Changeset 143630


Ignore:
Timestamp:
08/07/2009 12:48:12 PM (17 years ago)
Author:
hanok
Message:

Version 1.2

Location:
facebook-fan-box/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • facebook-fan-box/trunk/facebook-fan-box.php

    r143035 r143630  
    44Plugin URI: http://www.hnkweb.com/2009/08/03/facebook-fan-box-wordpress-plugin/
    55Description: Display Facebook Fan Box
    6 Version: 1.1
     6Version: 1.2
    77Author: Marcos Esperon
    88Author URI: http://www.hnkweb.com/
     
    2828    $output = '';
    2929  if ($profile_id != '') {
    30     if($iframe == 0) {
     30    if($iframe != 1) {
    3131      $output = '<script src="http://www.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>'
    3232               .'<script type="text/javascript">FB.init("'.$api_key.'", "");</script>'
  • facebook-fan-box/trunk/readme.txt

    r143052 r143630  
    44Requires at least: 2.0.0
    55Tested up to: 2.8
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77
    88Display a Facebook Fan Box on your blog.
     
    2828- CSS: The URL to your own style sheet (more info: http://wiki.developers.facebook.com/index.php/Fb:fan).
    2929
    30 - IFRAME: If you are unable to use JavaScript method for some reason, you can use add a Fan Box using an HTML iframe tag.
     30- IFRAME: If you are unable to use JavaScript method for some reason, you can use add a Fan Box using an HTML iframe tag (Default value is 0).
    3131
    3232
     
    5151
    5252== Changelog == 
    53  
    54 = 1.0
    55 * Initial release
     53
     54= 1.2
     55* iFrame check change.
    5656
    5757= 1.1 = 
    58 * iFrame support
     58* iFrame support.
     59
     60= 1.0 = 
     61* Initial release.
Note: See TracChangeset for help on using the changeset viewer.