Plugin Directory

Changeset 527073


Ignore:
Timestamp:
04/04/2012 05:01:38 AM (13 years ago)
Author:
clarklab
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make-clickable-tweet/trunk/readme.txt

    r527045 r527073  
    77Stable tag: trunk
    88
    9 A plugin for converting @user metions, #hashtags and URLs in a tweet into clickable links.
     9A plugin for converting @user mentions, #hashtags and URLs in a tweet into clickable links.
    1010
    1111== Description ==
    1212
    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.
     13In 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.
    1414
    1515== Installation ==
Note: See TracChangeset for help on using the changeset viewer.