为什么要选择插件呢??您只需要推特&;facebook共享/推特对吗?
您可以这样做:
1. embed this shortcode in your functions.php (or shortcode page if you got one)
function shreplz() {
return \'
<div class="sharebox">
<div class="twittme"><a name="fb_share"></a> <script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div>
<div class="shareface"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div>
<br style="clear: left;" />
</div>
\';
}
add_shortcode(\'sharethis\', \'shreplz\');
2. Now you can use this shortcode anywhere in you theme like this:<?php echo do_shortcode(\'[sharethis]\'); ?>
或者直接从以下帖子/页面:
[sharethis]
3. If you want the 2 buttons to sit side by side paste this CSS in your style.css/****** SHARE PLZ BUTTONS *****/
.sharebox {
width: 180px;
}
.shareface {
float: left;
}
<就这些。。简单、干净,升级插件后无需重新固定。