Plugin Directory

Changeset 425071


Ignore:
Timestamp:
08/17/2011 09:32:27 PM (14 years ago)
Author:
Bloafer
Message:

Updated to version 0.5

Location:
share-rail/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • share-rail/trunk/incs/settings.php

    r424798 r425071  
    7171<g:plusone size="tall" count="true" href="http://studio.bloafer.com/wordpress-plugins/share-rail/"></g:plusone>
    7272<fb:like href="http://studio.bloafer.com/wordpress-plugins/share-rail/" layout="box_count"></fb:like>
     73<div id="shareRail_susphb"></div>
     74<script type="in/share" data-url="http://studio.bloafer.com/wordpress-plugins/share-rail/" data-counter="top"></script>
     75
    7376<div id="fb-root"></div>
    7477<script src="http://connect.facebook.net/en_US/all.js#appId=248371728526501&amp;xfbml=1"></script>
     78<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script>
    7579<script type="text/javascript">
    7680  (function() {
     
    7882    po.src = 'https://apis.google.com/js/plusone.js';
    7983    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
     84    var stscr = document.createElement('script'); stscr.type = 'text/javascript'; stscr.async = 'true';
     85    stscr.src ='http://www.stumbleupon.com/hostedbadge.php?s=5&r=<?php print urlencode("http://studio.bloafer.com/wordpress-plugins/share-rail/") ?>&a=1&d=shareRail_susphb';
     86    var s = document.getElementsByTagName('script')[0];
     87    s.parentNode.insertBefore(stscr, s);
    8088  })();
    8189</script>
  • share-rail/trunk/readme.txt

    r425056 r425071  
    44Plugin URI: http://studio.bloafer.com/wordpress-plugins/share-rail/
    55Description: Use this plugin to apply floating shares to your posts and pages.
    6 Version: 0.4
     6Version: 0.5
    77Author: Kerry James
    88Author URI: http://studio.bloafer.com/
     
    3535== Changelog ==
    3636
     37= 0.5 =
     38* Custom content rendering fixed
     39
    3740= 0.4 =
    3841* Added the option to stop Google +1 script from loading twice
  • share-rail/trunk/share-rail.php

    r425056 r425071  
    44Plugin URI: http://studio.bloafer.com/wordpress-plugins/share-rail/
    55Description: Use this plugin to apply floating shares to your posts and pages.
    6 Version: 0.4
     6Version: 0.5
    77Author: Kerry James
    88Author URI: http://studio.bloafer.com/
     
    1414class shareRail {
    1515    var $pluginName = "Share Rail";
    16     var $version = "0.4";
     16    var $version = "0.5";
    1717    var $nonceField = "";
    1818    function shareRail(){
Note: See TracChangeset for help on using the changeset viewer.