Plugin Directory

Changeset 527045


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

Legend:

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

    r527041 r527045  
    2121Of course, that above function will simply return the tweet content, if you'd like to display it in your templates you might want to toss an echo in front there.
    2222
     23If you want to be super-duper safe (and smart), you might want to wrap the whole thing
     24
     25`<?php
     26if (function_exists('make_clickable_tweet'))
     27{
     28make_clickable_tweet($tweetcontent);
     29}
     30?>`
     31
    2332== Frequently Asked Questions ==
    2433
    2534= Why did you make this? =
    2635
    27 I had a bunch of tweet data that I needed to render like a real tweet.
     36I had a bunch of tweet data that I needed to render like a real tweets.
    2837
    2938== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.