精品博客 |
Posted: 08 May 2009 05:00 PM PDT 如果您想读者把您的博客文章推荐到 Twitter,可以考虑在每篇文章末添加"分享到 Twitter"之类的插件或者代码。 以下是几种比较常见的插件和代码。 一、实现分享到 Twitter 的插件:1. Share This老外的插件,除了分享到 Twitter 之外,还可以分享到 Facebook、Digg 等其他社会书签或者媒体。 2. TweetSuite3、TwitThis4、Tweet This二、实现分享到 Twitter 的代码:我的原则是如果能直接使用代码,就不用插件。 代码一: <a href=”http://twitter.com/home?status=Currently reading <?php the_permalink(); ?>” title=”Click to send this page to Twitter!” target=”_blank”><img src="http://www.essentialblog.cn/image/tweet-this.png" alt="Tweet This"> 分享到 Twitter</a> 效果如下: 代码二: <a rel="nofollow" href="http://twitter.com/home/?status=Reading @young_yang — <?php the_title(); ?> http://www.essentialblog.cn/?p=<?php the_ID(); ?>"><img src="http://www.essentialblog.cn/image/tweet-this.png" alt="Tweet This"> 分享到 Twitter</a> 效果如下: 代码一和代码二的效果是一样的,只是源代码有点不一样。 代码三: <!– Begin TwitThis (http://twitthis.com/) –> <script type=”text/javascript” src=”http://s3.chuug.com/chuug.twitthis.scripts/twitthis.js”></script> <script type=”text/javascript”> <!– document.write(’<a href=”javascript:;” onclick=”TwitThis.pop();”>TwitThis</a>’); //–> </script> <!– /End –> 效果如下:
代码四: <!– Begin TwitThis (http://twitthis.com/) –> <script type=”text/javascript” src=”http://s3.chuug.com/chuug.twitthis.scripts/twitthis.js”></script> <script type=”text/javascript”> <!– document.write(’<a href=”javascript:;” onclick=”TwitThis.pop();”><img src=”http://s3.chuug.com/chuug.twitthis.resources/twitthis_grey_72×22.gif” alt=”TwitThis” style=”border:none;” /></a>’); //–> </script> <!– /End –> 效果如下:
如果您有更好的相关插件或者代码,欢迎分享。 |
You are subscribed to email updates from 精品博客 To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Inbox too full? Subscribe to the feed version of 精品博客 in a feed reader. | |
If you prefer to unsubscribe via postal mail, write to: 精品博客, c/o Google, 20 W Kinzie, Chicago IL USA 60610 |
没有评论:
发表评论