Plugin Directory

Changeset 825891


Ignore:
Timestamp:
12/20/2013 03:39:20 AM (12 years ago)
Author:
GreatBlakes
Message:

Version 1.0.5 update

Location:
post-admin-social-stats/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • post-admin-social-stats/trunk/dashboard.php

    r823563 r825891  
    88      if (d.getElementById(id)) return;
    99      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";
    1111      fjs.parentNode.insertBefore(js, fjs);
    1212    }(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>
    1414</div>
    1515
     
    2222<div class="sharebutton">
    2323    <?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>
    2525    <script type="text/javascript">
    2626      (function() {
  • post-admin-social-stats/trunk/post-admin-social-stats.php

    r823661 r825891  
    44Plugin URI: http://gearsidecreative.com/post-admin-social-stats
    55Description: Add social stats to the Edit Post page of the Wordpress admin.
    6 Version: 1.0.2
     6Version: 1.0.5
    77Author: Chris Blakley
    88Author URI: http://gearside.com
  • post-admin-social-stats/trunk/postpage.php

    r823563 r825891  
    77      if (d.getElementById(id)) return;
    88      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";
    1010      fjs.parentNode.insertBefore(js, fjs);
    1111    }(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>
    1313</div>
    1414
     
    2121<div class="sharebutton">
    2222    <?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>
    2424    <script type="text/javascript">
    2525      (function() {
  • post-admin-social-stats/trunk/readme.txt

    r823661 r825891  
    3535== Changelog ==
    3636
     37= 1.0.5 =
     38* Updated sharing buttons to include faces/names of some sharers.
     39
    3740= 1.0.2 =
    3841* 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%;}
    22
    33.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.