Changeset 2038
- Timestamp:
- 01/30/10 08:56:42 (13 years ago)
- Location:
- plugins/shareOn
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/shareOn/_define.php
r1982 r2038 17 17 /* Description*/ "Add some buttons to your posts to share them", 18 18 /* Author */ "JC Denis", 19 /* Version */ '0.2 ',19 /* Version */ '0.2.2', 20 20 /* Permissions */ 'content' 21 21 ); -
plugins/shareOn/inc/class.shareon.php
r2020 r2038 145 145 #public $base = '<iframe height="%HEIGHT%" width="%WIDTH%" src="http://widgets.fbshare.me/files/fbshare.php?url=%URL%&title=%TITLE%&size=%STYLE%&google_analytics=0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>'; 146 146 public $size = array( 147 0 => array('style'=>' box_count','width'=>53,'height'=>69),148 1 => array('style'=>' button_count','width'=>80,'height'=>20)147 0 => array('style'=>'large','width'=>53,'height'=>69), //'style'=>'box_count' 148 1 => array('style'=>'small','width'=>80,'height'=>20) //'style'=>'button_count' 149 149 ); 150 150 public $encode = false; -
plugins/shareOn/release.txt
r1982 r2038 1 0.2.2 20100113 2 * Fixed bug with fbshare button 3 1 4 0.2 20091213 2 5 * Added custom button, small, url and title params for free buttons
Note: See TracChangeset
for help on using the changeset viewer.