Changeset 899 for plugins/twitter/trunk/tweets.php
- Timestamp:
- 09/07/08 19:41:49 (4 months ago)
- Files:
-
- 1 modified
-
plugins/twitter/trunk/tweets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/twitter/trunk/tweets.php
r45 r899 3 3 <div id="twitterbox"> 4 4 <img src="<?php echo htmlspecialchars( $tweet_image_url ); ?>" alt="<?php echo urlencode( Options::get( 'twitter:username' )); ?>"> 5 <p><?php echo htmlspecialchars( $tweet_text ) . ' @ ' . htmlspecialchars( $tweet_time ); ?></p> 5 <p><?php /* remove the following htmlspecialchars if you are linkifying links */ echo htmlspecialchars( $tweet_text ) . ' @ ' . htmlspecialchars( $tweet_time ); 6 ?></p> 6 7 <p><small>via <a href="http://twitter.com/<?php echo urlencode( Options::get( 'twitter:username' )); ?>">Twitter</a></small></p> 7 8 </div>
