在推文中共享URL

时间:2015-09-29 15:28:01

标签: php twitter

我想在twitter推文中显示一个链接。目前原始HTML出来了。

$url = 'www.google.com'
$text = urlencode( "click <a href=\"www.google.com\">here</a> to test" )

$share   = 'http://twitter.com/share';
$url     = '?url=' . $url;
$text    = '&text=' . $title;
$hashtag = '&hashtags=' . $hashtag;
$url     = $share . $url . $text . $hashtag;

这是我的代码。

urlencode()

如果没有d3dpp.PresentationInterval = D3DPRESENT_INTERVAL_IMMEDIATE; 实际的推特图标,则会在我的网页上随处吐出HTML文字。

1 个答案:

答案 0 :(得分:0)

twitter自动转换网址。但我不认为你可以做更多的事情,因为反垃圾邮件政策。 https://support.twitter.com/articles/78124