<?php
$link = "http://www.Test.com";
?>
I want to make a tweet button. Like …url-data="<?php echo $link ?>". The twitter $_GET url is the same as if I would to set url-data=“http://www.Test.com”. However, when the url-data is “<?php echo $link ?>”, it does not show the link(http://www.Test.com) in the area where the twitter user is going to tweet about…