Changeset 425071
- Timestamp:
- 08/17/2011 09:32:27 PM (14 years ago)
- Location:
- share-rail/trunk
- Files:
-
- 3 edited
-
incs/settings.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
share-rail.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
share-rail/trunk/incs/settings.php
r424798 r425071 71 71 <g:plusone size="tall" count="true" href="http://studio.bloafer.com/wordpress-plugins/share-rail/"></g:plusone> 72 72 <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 73 76 <div id="fb-root"></div> 74 77 <script src="http://connect.facebook.net/en_US/all.js#appId=248371728526501&xfbml=1"></script> 78 <script type="text/javascript" src="http://platform.linkedin.com/in.js"></script> 75 79 <script type="text/javascript"> 76 80 (function() { … … 78 82 po.src = 'https://apis.google.com/js/plusone.js'; 79 83 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); 80 88 })(); 81 89 </script> -
share-rail/trunk/readme.txt
r425056 r425071 4 4 Plugin URI: http://studio.bloafer.com/wordpress-plugins/share-rail/ 5 5 Description: Use this plugin to apply floating shares to your posts and pages. 6 Version: 0. 46 Version: 0.5 7 7 Author: Kerry James 8 8 Author URI: http://studio.bloafer.com/ … … 35 35 == Changelog == 36 36 37 = 0.5 = 38 * Custom content rendering fixed 39 37 40 = 0.4 = 38 41 * Added the option to stop Google +1 script from loading twice -
share-rail/trunk/share-rail.php
r425056 r425071 4 4 Plugin URI: http://studio.bloafer.com/wordpress-plugins/share-rail/ 5 5 Description: Use this plugin to apply floating shares to your posts and pages. 6 Version: 0. 46 Version: 0.5 7 7 Author: Kerry James 8 8 Author URI: http://studio.bloafer.com/ … … 14 14 class shareRail { 15 15 var $pluginName = "Share Rail"; 16 var $version = "0. 4";16 var $version = "0.5"; 17 17 var $nonceField = ""; 18 18 function shareRail(){
Note: See TracChangeset
for help on using the changeset viewer.