TwitterやGooglePlusのAPIにあまり詳しくありません。誰かが私の問題に光を当てることができますか?Twitter、Google Plus、StumbleUponボタンにカウンターを追加したい。これは私のワードプレスの投稿とページに統合されます。すでにFacebookボタンを実装していると思います。私の唯一の残りの問題は、Twitter、Google Plus、StumbleUpon(オプション)です。
ありがとう!
<!--
Facebook
/////////////////
-->
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<a href="http://www.facebook.com/sharer.php?u=<?php echo urlencode(get_permalink()); ?>&t=<?php echo urlencode(get_the_title()); ?>" name="fb_share" type="box_count" target="_blank" id="facebook">
Share
</a>
<!--
Twitter
/////////////////
-->
<a href="http://twitter.com/share?url=<?php echo urlencode(get_permalink()); ?>&text=<?php echo urlencode(get_the_title()); ?>" class="twitter-share-button" id='twitter' target="_blank">
Tweet
</a>
<!--
Google Plus
/////////////////
-->
<a href="https://m.google.com/app/plus/x/?v=compose&content=<?php echo urlencode(get_permalink()) . " " . urlencode(get_the_title()); ?>" id='gplus' target="_blank">
Google Plus
</a>
<!--
Stumble Upon
/////////////////
-->
<a href="http://www.stumbleupon.com/submit?url=<?php echo urlencode(get_permalink()); ?>" target="_blank" id='stumble'>
Stumble
</a>