예제 #1
0
function prepare_tweet($tweet)
{
    return _twitter_filter_link(twitter_filter_message($tweet));
}
예제 #2
0
    </div>

    <div class="handle">
      <a href="http://twitter.com/<?php 
print $author->screen_name;
?>
">@<?php 
print $author->screen_name;
?>
</a>
    </div>
  </div>

  <div class="text">
    <?php 
print _twitter_filter_link(_twitter_filter_hashtag(_twitter_filter_username($status->text, NULL), NULL), NULL);
?>
  </div>

  <ul class="actions">
    <li><a href=
    "https://twitter.com/intent/tweet?in_reply_to=<?php 
print $status->twitter_id;
?>
">Reply</a></li>

    <li><a href=
    "https://twitter.com/intent/retweet?tweet_id=<?php 
print $status->twitter_id;
?>
">Retweet</a></li>