
100+
安裝啟用
—
尚無評分
5121 天前
最後更新
—
問題解決
WordPress 2.7+ v0.2 上架:2012-04-03
內容簡介
在最近的項目中,我有一堆推文內容需要轉換為可點擊的連結,包括URL、hashtag和使用者提到。我發現 WordPress 內建了一個名為 make_clickable() 的函數,但它只能轉換普通的URL,所以我進一步創建了 make_clickable_tweet() 函數。它基本上是一個正則表達式包裝在簡單的函數中,但我想還有其他人可能需要使用它。
外掛標籤
開發者團隊
原文外掛簡介
In a recent project, I had a bunch of tweet content saved and needed a way to convert all URLs, hashtags, and user mentions into clickable links. I found that WordPress has a built-in function called make_clickable(), but it just works with plain URLs, so I took it one more step to make_clickable_tweet(). It’s basically a regular expression wrapped in a simple function, but I figured someone else out there might need it.
