大家好,欢迎来到IT知识分享网。
twitter 分享链接
So, you want to display your Twitter status on your blog? No problem, use the API. But, what if you want to display links in your status like twitter.com itself does? No problem, use regular expressions.
那么,您想在博客上显示Twitter状态吗? 没问题,请使用API。 但是,如果您想像Twitter.com本身那样以状态显示链接怎么办? 没问题,使用正则表达式。
Here is a function that will turn all HTTP URLs, Twitter @usernames, and #tags into links:
这是一个将所有HTTP URL,Twitter @usernames和#tags转换为链接的函数:
PHP (The PHP)
function linkify_twitter_status($status_text)
{
// linkify URLs
$status_text
免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://yundeesoft.com/27495.html