This will be usefull for the coder:
For shorten the URL:::
Code:
$tinylink=file_get_contents('http://tinyurl.com/api-create.php?url=http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].'');
Code:
<?php
$tinylink=file_get_contents('http://tinyurl.com/api-create.php?url=http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].'');
echo '<a href="http://twitter.com/home?status='.$tinylink.'>Tweet This!</a>';
?>
Please check the original link: (In french)
http://blog.infowebmaster.fr/wordpre...-blog-666.html
With this we will be able to share the full link...