Tuesday, October 26, 2010

Adding A Twitter Tweet button and/or a Facebook button to your blog or web page

Adding a tweet button or a Facebook button is very easy to do.  Here is the following codes.  The only change you need to make is in red for the name of your web page or blog for the Twitter button.  You do not need either a Facebook or Twitter account to use them.  To add them into a blog, paste them into a HTML / Javascript gadget.

Twitter Button:

<a href="http://twitter.com/share" class="twitter-share-button" text="Computer Tech Blog :" count="vertical">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>

Facebook Button:


<a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>

.

No comments:

Post a Comment