Changeset 192730
- Timestamp:
- 01/11/2010 04:52:04 PM (16 years ago)
- File:
-
- 1 edited
-
facebook-fan-box/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
facebook-fan-box/trunk/readme.txt
r189135 r192730 16 16 If you want to change updates visibility, max. number of fans, width or css properties, just do this: 17 17 18 `<?php facebook_fan_box('API_KEY', 'PROFILE_ID', 'STREAM', 'CONNECTIONS', 'WIDTH', 'CSS', 'IFRAME' ); ?>`18 `<?php facebook_fan_box('API_KEY', 'PROFILE_ID', 'STREAM', 'CONNECTIONS', 'WIDTH', 'CSS', 'IFRAME', 'HEIGHT'); ?>` 19 19 20 20 Where: … … 29 29 30 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 32 - HEIGHT: Limits the height used by the widget. 31 33 32 34 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.