开发者 | stalkerX |
---|---|
更新时间 | 2010年1月17日 07:18 |
PHP版本: | 2.7 及以上 |
WordPress版本: | 2.9.1 |
<?php the_tweet_link() ?>
to the desired location in your single.php
template.
Example
`<?php if (function_exists('the_tweet_link')) { ?>
<a href="<?php the_tweet_link() ?>">ReTweet
`
Very simple.
Documentation