Changeset 527073
- Timestamp:
- 04/04/2012 05:01:38 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make-clickable-tweet/trunk/readme.txt
r527045 r527073 7 7 Stable tag: trunk 8 8 9 A plugin for converting @user me tions, #hashtags and URLs in a tweet into clickable links.9 A plugin for converting @user mentions, #hashtags and URLs in a tweet into clickable links. 10 10 11 11 == Description == 12 12 13 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()](http://codex.wordpress.org/Function_Reference/make_clickable), but it just works with plain URLs, so I took it an extra step to make_clickable_tweet(). It's basically a regular expression, but I figured someone else out there might need it.13 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()](http://codex.wordpress.org/Function_Reference/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. 14 14 15 15 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.