有什么方法可以发布<a> within tweet or post a link with text displayed instead of url?

时间:2019-05-15 10:07:26

标签: php laravel twitter

I am using https://github.com/thujohn/twitter从我的CMS进行鸣叫。

我想在该推文中添加一个链接。我可以简单地将url作为文本传递,它将被自动处理,但是如何添加url,但是显示的文本却是“阅读更多”或“单击此处”或类似的东西?

这是我当前的代码-

Twitter::postTweet(['status' => 'Sample title - http://www.example.com/']);

http://www.example.com/应该显示为了解更多,但链接将相同。

1 个答案:

答案 0 :(得分:1)

不能。 Twitter不允许您为与URL不匹配的链接指定链接文本。 (通过API或其他方式)。