简体   繁体   English

Twitter自定义时间轴上的操作

[英]Actions on Twitter custom timeline

I built a custom Twitter timeline based on the OAuth lib. 我基于OAuth库构建了自定义Twitter时间轴。 And then output all things that I need, except for Twitter actions like "retweet", "reply", "favorite", etc. 然后输出我需要的所有东西,除了Twitter操作,例如“ retweet”,“ reply”,“ favorite”等。
How can I implementat all these actions? 如何执行所有这些动作?

Found Solution it`s looks like this 找到解决方案,它看起来像这样

(in your foreach loop from oauth connection) (在来自oauth连接的foreach循环中)

<a target='_blank' href='https://twitter.com/intent/retweet?tweet_id={$tweet->id_str}'><i class='fa fa-retweet'></i> {$tweet->retweet_count}</a

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM