Changeset 825891
- Timestamp:
- 12/20/2013 03:39:20 AM (12 years ago)
- Location:
- post-admin-social-stats/trunk
- Files:
-
- 5 edited
-
dashboard.php (modified) (2 diffs)
-
post-admin-social-stats.php (modified) (1 diff)
-
postpage.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
post-admin-social-stats/trunk/dashboard.php
r823563 r825891 8 8 if (d.getElementById(id)) return; 9 9 js = d.createElement(s); js.id = id; 10 js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId= 202238849934892";10 js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=458455517547328"; 11 11 fjs.parentNode.insertBefore(js, fjs); 12 12 }(document, 'script', 'facebook-jssdk'));</script> 13 <div class="fb-like" data-href="<?php echo home_url(); ?>" data-layout=" button_count" data-action="like" data-show-faces="true" data-share="false"></div>13 <div class="fb-like" data-href="<?php echo home_url(); ?>" data-layout="standard" data-action="like" data-show-faces="true" data-share="false"></div> 14 14 </div> 15 15 … … 22 22 <div class="sharebutton"> 23 23 <?php //Google+ ?> 24 <div class="g-plus " data-action="share" data-annotation="bubble" data-href="<?php echo home_url(); ?>"></div>24 <div class="g-plusone" data-size="medium" data-annotation="inline" data-href="<?php echo home_url(); ?>"></div> 25 25 <script type="text/javascript"> 26 26 (function() { -
post-admin-social-stats/trunk/post-admin-social-stats.php
r823661 r825891 4 4 Plugin URI: http://gearsidecreative.com/post-admin-social-stats 5 5 Description: Add social stats to the Edit Post page of the Wordpress admin. 6 Version: 1.0. 26 Version: 1.0.5 7 7 Author: Chris Blakley 8 8 Author URI: http://gearside.com -
post-admin-social-stats/trunk/postpage.php
r823563 r825891 7 7 if (d.getElementById(id)) return; 8 8 js = d.createElement(s); js.id = id; 9 js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId= 202238849934892";9 js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=458455517547328"; 10 10 fjs.parentNode.insertBefore(js, fjs); 11 11 }(document, 'script', 'facebook-jssdk'));</script> 12 <div class="fb-like" data-href="<?php echo the_permalink(); ?>" data-layout=" button_count" data-action="like" data-show-faces="true" data-share="false"></div>12 <div class="fb-like" data-href="<?php echo the_permalink(); ?>" data-layout="standard" data-action="like" data-show-faces="true" data-share="false"></div> 13 13 </div> 14 14 … … 21 21 <div class="sharebutton"> 22 22 <?php //Google+ ?> 23 <div class="g-plus " data-action="share" data-annotation="bubble" data-href="<?php echo the_permalink(); ?>"></div>23 <div class="g-plusone" data-size="medium" data-annotation="inline" data-href="<?php echo the_permalink(); ?>"></div> 24 24 <script type="text/javascript"> 25 25 (function() { -
post-admin-social-stats/trunk/readme.txt
r823661 r825891 35 35 == Changelog == 36 36 37 = 1.0.5 = 38 * Updated sharing buttons to include faces/names of some sharers. 39 37 40 = 1.0.2 = 38 41 * Enhanced visual alignment -
post-admin-social-stats/trunk/style.css
r823661 r825891 1 .sharebutton {display:inline-block; margin: 3px 20px 3px 0; width: 40%;}1 .sharebutton {display:inline-block; margin: 3px 20px 3px 0; width: 100%;} 2 2 3 3 .gearside {font-size: 10px; margin: 12px -12px -12px -12px; padding: 3px 12px; background: #f5f5f5; color: #777; border-top: 1px solid #eee;}
Note: See TracChangeset
for help on using the changeset viewer.