tweetParser.js

tweetParser.js 2.1.3 更新

tweetParser.js was created for situations where tweet text needs to be embedded on a page, or you need to properly transform raw text into Twitter-friendly text.The plugin goes over a text and does several things. The first is to transforms text that is...

Tweet_Parser大約是50行代碼,但它會像一個魅力,從鳴叫般的文字以文字和linkifying它。通過linkifying我們的意思是採取“@用戶名”和“#hashtag”條款,並將其轉換成實際的Twitter鏈接。@用戶名會被轉化成一個​​鏈接指向某人的Twitter個人資料一樣twitter.com/username,而#hashtag將在twitter.com/search/hashtag的形式被重定向到適當的Twitter搜索頁面。Tweet_Parser適用於最新版本的Twitter...