<!-- tweetbutton -->
<a href="http://twitter.com/share" class="twitter-share-button" data-text="<?php the_title(); ?>" data-url="<?php the_permalink() ?>" data-count="none" data-via="techfirmlab">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
■ミクシィつぶやくボタン
<!-- mixibutton -->
<a href="http://mixi.jp/simplepost/voice?status=<?php the_title(); ?> - <?php the_permalink(); ?>"><img src="http://img.mixi.jp/img/basic/mixicheck_entry/bt_voice_1.png"/></a>
■facebook いいねボタン
<!-- likebutton -->
<?php
if(!empty($wpcx_cxOptions["social_fb_like"])) {
if($wpcx_cxOptions["social_fb_like"] == "yes") {
?>
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=button_count&show_faces=false&width=75&action=like&font&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:130px; height:21px;" allowTransparency="true"></iframe>
<?php
}
}
?>
いいねボタンの作成→http://developers.facebook.com/docs/reference/plugins/like/