我想在我的网站上添加twitter按钮。 我正在使用的代码是:
echo"<iframe src='https://www.facebook.com/plugins/share_button.php?href=http%3A%2F%2Fconnecting-youth.org%2Fsingle_news.php%3Fsubmit%3D".$lastnum."&layout=button_count&size=small&mobile_iframe=true&width=69&height=20&appId' width='69' height='20' style='border:none;overflow:hidden' scrolling='no' frameborder='0' allowTransparency='true'></iframe>
<a style='margin-left:10px;' class='twitter-share-button' href='https://twitter.com/share?url=http%3A%2F%2Fconnecting-youth.org%2Fsingle_news.php%3Fsubmit%3D".$lastnum."' data-size='large'>Tweet</a>
";
添加其他网址时效果很好。