Changeset 527045
- Timestamp:
- 04/04/2012 04:03:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make-clickable-tweet/trunk/readme.txt
r527041 r527045 21 21 Of 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. 22 22 23 If you want to be super-duper safe (and smart), you might want to wrap the whole thing 24 25 `<?php 26 if (function_exists('make_clickable_tweet')) 27 { 28 make_clickable_tweet($tweetcontent); 29 } 30 ?>` 31 23 32 == Frequently Asked Questions == 24 33 25 34 = Why did you make this? = 26 35 27 I had a bunch of tweet data that I needed to render like a real tweet .36 I had a bunch of tweet data that I needed to render like a real tweets. 28 37 29 38 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.