Dotclear

Changeset 2038


Ignore:
Timestamp:
01/30/10 08:56:42 (13 years ago)
Author:
JcDenis
Message:

shareOn 0.2.2:

  • Fixed minor bug with fbshare button
Location:
plugins/shareOn
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • plugins/shareOn/_define.php

    r1982 r2038  
    1717     /* Description*/         "Add some buttons to your posts to share them", 
    1818     /* Author */        "JC Denis", 
    19      /* Version */       '0.2', 
     19     /* Version */       '0.2.2', 
    2020     /* Permissions */        'content' 
    2121); 
  • plugins/shareOn/inc/class.shareon.php

    r2020 r2038  
    145145     #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>'; 
    146146     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' 
    149149     ); 
    150150     public $encode = false; 
  • plugins/shareOn/release.txt

    r1982 r2038  
     10.2.2 20100113 
     2 * Fixed bug with fbshare button 
     3 
    140.2 20091213 
    25 * Added custom button, small, url and title params for free buttons 
Note: See TracChangeset for help on using the changeset viewer.

Sites map