Changeset 160157
- Timestamp:
- 10/03/2009 09:34:58 AM (17 years ago)
- Location:
- twitterlink-comments
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
twitterlink-comments/tags/1.0/readme.txt
r160156 r160157 72 72 73 73 * Link Format -> manual : Use this if you want to control the position and format of the follow link. use 74 `if($comment->twitlinkid){ // some code that uses $comment->twitlinkid }` 75 example : 76 `$twitterusername = $comment->twitlinkid; echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';` 74 75 * `if($comment->twitlinkid){ // some code that uses $comment->twitlinkid }` 76 77 * example : 78 79 * `$twitterusername = $comment->twitlinkid; echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';` -
twitterlink-comments/trunk/readme.txt
r160156 r160157 72 72 73 73 * Link Format -> manual : Use this if you want to control the position and format of the follow link. use 74 `if($comment->twitlinkid){ // some code that uses $comment->twitlinkid }` 75 example : 76 `$twitterusername = $comment->twitlinkid; echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';` 74 75 * `if($comment->twitlinkid){ // some code that uses $comment->twitlinkid }` 76 77 * example : 78 79 * `$twitterusername = $comment->twitlinkid; echo '<a href="http://twitter.com/'.$twitterusername.'">@'.$twitterusername.'</a>';`
Note: See TracChangeset
for help on using the changeset viewer.