Changeset 143630
- Timestamp:
- 08/07/2009 12:48:12 PM (17 years ago)
- Location:
- facebook-fan-box/trunk
- Files:
-
- 2 edited
-
facebook-fan-box.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-fan-box/trunk/facebook-fan-box.php
r143035 r143630 4 4 Plugin URI: http://www.hnkweb.com/2009/08/03/facebook-fan-box-wordpress-plugin/ 5 5 Description: Display Facebook Fan Box 6 Version: 1. 16 Version: 1.2 7 7 Author: Marcos Esperon 8 8 Author URI: http://www.hnkweb.com/ … … 28 28 $output = ''; 29 29 if ($profile_id != '') { 30 if($iframe == 0) {30 if($iframe != 1) { 31 31 $output = '<script src="http://www.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>' 32 32 .'<script type="text/javascript">FB.init("'.$api_key.'", "");</script>' -
facebook-fan-box/trunk/readme.txt
r143052 r143630 4 4 Requires at least: 2.0.0 5 5 Tested up to: 2.8 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 8 8 Display a Facebook Fan Box on your blog. … … 28 28 - CSS: The URL to your own style sheet (more info: http://wiki.developers.facebook.com/index.php/Fb:fan). 29 29 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). 31 31 32 32 … … 51 51 52 52 == Changelog == 53 54 = 1. 0=55 * Initial release53 54 = 1.2 = 55 * iFrame check change. 56 56 57 57 = 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.