Tweet Counter Button

6 comment(s)

Twitter is totally hot now a days and everyone is getting to like it. I myself used twitter on my site. The green button on the right block of each article which is twitter counter button from tweetmeme service is the one we are going to create but with a different service. There's a new service that will help us create the counter button by adding only two or three lines of code, its called ReTweet.

This one will create the big counter button similar to what im using.



and if you prefer to use the smaller button use this code.


If you are programmer you can easily integrate it to your blog or site but for those who find it hard. I will provide you a premade code that will get the url of your site automatically and display the button. Copy the code below and save it as php format.
function currentURL() {
 $pageURL = 'http';
 if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";}
 $pageURL .= "://";
 if ($_SERVER["SERVER_PORT"] != "80") {
  $pageURL .= $_SERVER["SERVER_NAME"].":".$_SERVER["SERVER_PORT"]
.$_SERVER["REQUEST_URI"];
 } else {
  $pageURL .= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"];
 }
 return $pageURL;
}
$url = currentURL(); //get the current url

//I use big button here, feel free to change it
echo "
";

Sample Results: retweet button

Post to: BlinkBits BlogMarks Del.icio.us Digg Fark Furl Google Ma.gnolia MyWeb Netscape NetVouz Newsvine RawSugar Reddit Scuttle Shadows Simpy Slashdot Spurl Technorati Wists


Saturday, August 29th, 2009

Comments

Do you have any suggestions? Add your comment. Please don't spam!
Subscribe to my feed

Roy Vincent

nice post...
I will going to use this one on my upcoming site...

John

Awesome explanation. I've been looking int adding one of these. Have you ever considered writing your own form of framework for a retweet? I bet it would make an awesome series.

Sutana, Ryan

Nice Explanation! I'd tried to use this!!! thanks

Ian

Nice English Ryan . .

jhon

Ian, try it to your self if you can, don't just murmuring to anybodies what they doing.

Chester

thanks for this tips....



Write a comment

* = required field

:

:

:


3 + 5 =

About Me

What I'm Doing...

Categories

Recent Entries

Recent Comments

Popular Tags