Show
Ignore:
Timestamp:
09/07/08 19:41:49 (4 months ago)
Author:
mikelietz
Message:

plugin: Twitter added an option to linkify URLs (and it works better than twitter's method, thanks ringmaster).
Didn't bump the version - still doesn't seem to be 1.0 quality yet.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/twitter/trunk/tweets.php

    r45 r899  
    33<div id="twitterbox"> 
    44 <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> 
    67<p><small>via <a href="http://twitter.com/<?php echo urlencode( Options::get( 'twitter:username' )); ?>">Twitter</a></small></p> 
    78 </div>