<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>走点路&#187; 评论</title> <atom:link href="http://zou.lu/tags/%e8%af%84%e8%ae%ba/feed/" rel="self" type="application/rss+xml" /><link>http://zou.lu</link> <description>走点路，走自己牛逼的路，让那些个傻逼去说吧！</description> <lastBuildDate>Fri, 06 Jan 2012 13:28:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>移除 WordPress 评论者和评论内容链接</title><link>http://zou.lu/remove-links-in-wordpress-comments/</link> <comments>http://zou.lu/remove-links-in-wordpress-comments/#comments</comments> <pubDate>Sun, 10 Oct 2010 04:08:17 +0000</pubDate> <dc:creator>Showfom</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[Spam]]></category> <category><![CDATA[留言]]></category> <category><![CDATA[评论]]></category><guid isPermaLink="false">http://zou.lu/?p=170</guid> <description><![CDATA[近期 WordPress Spam 制造者横行，很是嚣张，看似是看了你的文章来个评论，其实他们只是为了得到一个反向链接（Back Links）而已。虽然默认已经 No Follow 了，但是百度这个2B可不识别 No Follow 的，为了保护所有博主的自身利益，你总不想自己辛苦写的博客变成垃圾链接制造厂吧？把下面的代码加到主题文件的 functions.php 里，加在最后一个 ?&#62; 前面，切记自行备份： function remove_comment_links() { global $comment; $url = get_comment_author_url(); $author = get_comment_author(); if ( empty( $url ) &#124;&#124; 'http://' == $url ) $return = $author; else $return = $author; return $return; } add_filter('get_comment_author_link', 'remove_comment_links'); remove_filter('comment_text', 'make_clickable', 9); 以上代码修改来源： http://www.catswhocode.com/blog/10-useful-new-wordpress-hacks http://014.cc/874 让垃圾留言/评论制造者们全部傻眼去吧！ [...]]]></description> <content:encoded><![CDATA[<p>近期 WordPress Spam 制造者横行，很是嚣张，看似是看了你的文章来个评论，其实他们只是为了得到一个反向链接（<a href="http://en.wikipedia.org/wiki/Backlink">Back Links</a>）而已。虽然默认已经 <a href="http://en.wikipedia.org/wiki/Nofollow">No Follow</a> 了，但是百度这个2B可不识别 No Follow 的，为了保护所有博主的自身利益，你总不想自己辛苦写的博客变成垃圾链接制造厂吧？把下面的代码加到主题文件的 <code>functions.php</code> 里，加在最后一个 ?&gt; 前面，切记自行备份：</p><div class="source" style="font-family: &amp;amp;amp; color: #c0c0c0; background-color: #000000;"><span style="color: #c0c0c0;">function remove_comment_links() {</span><br /> <span style="color: #c0c0c0;">global $comment;</span><br /> <span style="color: #c0c0c0;">$url = get_comment_author_url();</span><br /> <span style="color: #c0c0c0;">$author = get_comment_author();</span><br /> <span style="color: #c0c0c0;">if ( empty( $url ) || 'http://' == $url )</span><br /> <span style="color: #c0c0c0;">$return = $author;</span><br /> <span style="color: #c0c0c0;">else</span><br /> <span style="color: #c0c0c0;">$return = $author;</span><br /> <span style="color: #c0c0c0;">return $return;</span><br /> <span style="color: #c0c0c0;">}</span><br /> <span style="color: #c0c0c0;">add_filter('get_comment_author_link', 'remove_comment_links');</span><br /> <span style="color: #c0c0c0;">remove_filter('comment_text', 'make_clickable', 9);</span></div><p><span id="more-170"></span></p><p>以上代码修改来源：</p><p><a href="http://www.catswhocode.com/blog/10-useful-new-wordpress-hacks">http://www.catswhocode.com/blog/10-useful-new-wordpress-hacks</a></p><p><a href="http://014.cc/874">http://014.cc/874</a></p><p><a href="http://zou.lu/files/new/files/f88adca35698118af0b6ba6c49ba44fb.jpg" class="highslide-image" onclick="return hs.expand(this);"><img src="http://zou.lu/files/new/files/f88adca35698118af0b6ba6c49ba44fb.jpg" alt="移除 WordPress 留言者和留言内容链接" width="240" height="236" /></a></p><p><strong>让垃圾留言/评论制造者们全部傻眼去吧！</strong></p><h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://zou.lu/how-to-get-more-comments-on-your-blog/" title="如何获得更多的访客评论留言数">如何获得更多的访客评论留言数</a> (273)</li><li><a href="http://zou.lu/wordpress-cache-plugin-benchmarks/" title="WordPress 缓存插件性能对比">WordPress 缓存插件性能对比</a> (98)</li><li><a href="http://zou.lu/do-not-use-wordpress-if-you-have-a-high-traffic-website/" title="如果要把网站做大，切忌 WordPress 的滥用">如果要把网站做大，切忌 WordPress 的滥用</a> (114)</li><li><a href="http://zou.lu/let-it-snow/" title="一句话代码让你的博客也下雪">一句话代码让你的博客也下雪</a> (66)</li><li><a href="http://zou.lu/what-i-do-not-know-about-the-expo/" title="我不懂得世博会">我不懂得世博会</a> (143)</li><li><a href="http://zou.lu/china-does-not-need-ipv6/" title="中国不需要IPV6">中国不需要IPV6</a> (144)</li><li><a href="http://zou.lu/use-cook-free-domain-for-your-wordpress/" title="提高 WordPress 速度之独立域名图床">提高 WordPress 速度之独立域名图床</a> (171)</li><li><a href="http://zou.lu/wpjam/" title="WordPress Jam &#8211; WP 建站服务一条龙">WordPress Jam &#8211; WP 建站服务一条龙</a> (64)</li><li><a href="http://zou.lu/mobilepress-themes-fixed/" title="MobilePress 主题汉化并修改">MobilePress 主题汉化并修改</a> (79)</li><li><a href="http://zou.lu/private-themes/" title="换上私人主题 + 清理友链">换上私人主题 + 清理友链</a> (192)</li></ul><hr /><div style="padding: 5px 10px; background: rgb(243, 245, 252) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;"><p>© from <a href="//zou.lu/?from=feed">走点路博客</a>, 2010/10/10. | <a href="http://zou.lu/remove-links-in-wordpress-comments/">移除 WordPress 评论者和评论内容链接</a> | <a href="http://zou.lu/remove-links-in-wordpress-comments/#comments">69 只留言鸟</a> <br /> Tags： <a href="http://zou.lu/tags/spam/" rel="tag">Spam</a>, <a href="http://zou.lu/tags/wordpress/" rel="tag">WordPress</a>, <a href="http://zou.lu/tags/%e7%95%99%e8%a8%80/" rel="tag">留言</a>, <a href="http://zou.lu/tags/%e8%af%84%e8%ae%ba/" rel="tag">评论</a> | <a href="//zou.lu/?p=170">Link</a></p></div>]]></content:encoded> <wfw:commentRss>http://zou.lu/remove-links-in-wordpress-comments/feed/</wfw:commentRss> <slash:comments>69</slash:comments> </item> <item><title>我不懂得世博会</title><link>http://zou.lu/what-i-do-not-know-about-the-expo/</link> <comments>http://zou.lu/what-i-do-not-know-about-the-expo/#comments</comments> <pubDate>Sun, 09 May 2010 12:18:25 +0000</pubDate> <dc:creator>dudo</dc:creator> <category><![CDATA[日志便笺]]></category> <category><![CDATA[世博会]]></category> <category><![CDATA[评论]]></category><guid isPermaLink="false">http://zou.lu//what-i-do-not-know-about-the-expo/</guid> <description><![CDATA[抱歉，作为中国人，我对世博会并不了解，从没有主动关心过世博的任何消息。关于世博的任何知识都是被灌输的。可能我的问题有些弱智，但是看在我不了解的份上原是我吧。]]></description> <content:encoded><![CDATA[<p>抱歉，作为中国人，我对世博会并不了解，从没有主动关心过世博的任何消息。关于世博的任何知识都是被灌输的。可能我的问题有些弱智，但是看在我不了解的份上原谅我吧。</p><p><a href="http://zou.lu/files/new/files/05c8da52df8265922eb0207d32f5c28f.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="border: 0px;" src="http://zou.lu/files/new/files/9fd602cf4ce9e3c0f5b6e9b9d7a68732.jpg" border="0" alt="2009618193321108" width="504" height="421" /></a></p><h2>一、世博会是谁的简称？</h2><p>最初的时候，我以为世博会是“<strong>世界园艺博览会</strong>”的简称，因为我在沈阳上过学，而世界园艺博览会（世园会）在昆明和沈阳都举办过，那个时候我们一直以世博会来简称“世界园艺博览会”。直到2008年的奥运会（这个我知道是谁的简称）过后，“世博会”三个字越来越多的出现在网络、电视和报纸上，才意识到可能是两回事……原来世博会就是把在中国某个地方划块地，让他们来盖房子，然后告诉被锁在国内的公民们他们国家就是这样子的。不过这和世园会有些相像，只不过世园会展示的是各个国家的花啊草的。<br /> <span id="more-152"></span></p><h2>二、世博会是个什么级别的盛会？</h2><p>如果说“奥运会”、世界杯一类的盛会我在很小的时候就知道，告别是奥运会在80年代全村只有几台电视的时候我就已经知道他的存在了。可是世博会我却是刚刚听说，大学上了很多年，居然没有听说过世博会。我很好奇世博会究竟是一个什么规模的盛会呢？如果他很有名很有影响力应该不至于如此孤陋寡闻吧？如果他只是二流的展览会，可在我国却与奥运会规模不相上下，一样的集<strong>全国之力，办好上海之世博</strong>，其阵势、规模、日程、到场的各国要员完全不输于奥运会。从成本上来看，北京奥运会投入是2004希腊奥运会总投入的3倍150亿美元，大约1020亿人民币，而世博会的财政预算为286亿人民币，但根据媒体估算，如果加上各类配套建设投资，财政总预算将达到3000亿元-4000亿元。从参加国家数量来看，北京奥运会共有205个国家参加，而上海世博会则有242个国家和国际组织参展。数字对比过了，不好意思，到现在我还是没弄明白世博会到底是个什么会。</p><h2>三、上海世博会是绿色盛会吗？</h2><p>从新闻上我看到，上海世博会是一个高科技含量、绿色环保的盛会，用流行的词语说是一个<strong>低碳</strong>盛会。比如它的能源来自太阳能、风能和沼气，它的用水来自收集的雨水（上海最近经常下雨吗？），它产生的垃圾会被回收发酵成沼气供电、它产生的废水经过净化可以用来浇灌花卉，甚至可以再次饮用。这是人类未来的生活方式，CCTV如是说。真的很节能很环保。</p><p>但是另外一个消息是，所以的世博期间各国展馆在展会结束后会被拆除（除了几个例外）。我就有些纳闷了，生产这些回收系统、采集系统得需要燃料、原料吧，生产他们的过程中得有废气废物的排放吧？而把他们生产出来怎么用这么短的时候就拆除了呢？污染已经造成了，产品却没有物尽其用，这是环保吗？虽然你造出来的东西是环保的，但是你的生产过程是环保的吗？即使你制造过程是环保的，但是你造出来不用就浪费掉，这是环保吗？好奇怪的绿色世博哦！</p><h2>四、这次世博会什么是真的？——海宝冰箱是世博会的赞助厂商吗？</h2><p>嗯，不想拾人牙慧。大家都知道的，世博会的弱智吉祥物是别人十年前就注册了的商标。但是我一直没弄明白一个问题，既然世博会主题曲被指抄袭后马上就换掉了，那海宝也是抄袭，为什么一直没换呢？而且官方好像一直没有听过这件事的样子。是不是海宝冰箱赞助的世博会啊？还有海宝冰箱应该也知道世博会的吉祥物抄袭了其注册商标为什么一直没有出来要个说法呢？达成默契了还是怎的？</p><p>还有啊，这次世博会的各个元素里有什么是真的？吉祥物是抄的、主题曲是抄的、主题馆居然是人家的灶台，那还有什么是真的？我想设计吉祥物、创作主题曲上一定花了不少钱吧？最后是怎么处理的呢？不会一句话不交待就过去了吧？</p><h2>五、我们为美国人花钱了吗？好想看看世博账本</h2><p>对不起，职业病，什么事都想看人家账本。网上流传得很疯啊，说是我们为友邦美帝掏钱建馆子，说得跟真是事儿一样。其实我是不大想相信的，因为我们已经成为唯一能和美国争雄的超级大国，怎么可能还会吃美国人的亏呢？不过想到我泱泱大国5000年文明量也不会与美帝一般见识，花钱博友邦一笑，不在众豪强面前丢份也不无可能，哎，纠结。官方出来辟一下谣也好啊，别让那一小撮别有用心的人蛊惑了我这个不明真相的群众。</p><p>还是想看账本，至少给算算投入产出账吧。不过呢，无论我们投入再多，相信总会赢利的。北京奥运会就是好例子嘛，虽然我们的投入是2004雅典奥运会的3倍，但是我们若干年后北京吸引来的游客数量，增加的就业数量、带动的固定资产投入、全民奥运等等只要沾边的都算进去，那收益可就大了，不过你别算奥运期间企业的停工啊，这仪式那仪式的成本。世博也一样，自己算算吧！</p><p>太多迷惑了，哪位看官给小的讲讲啊？</p><h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://zou.lu/remove-links-in-wordpress-comments/" title="移除 WordPress 评论者和评论内容链接">移除 WordPress 评论者和评论内容链接</a> (69)</li><li><a href="http://zou.lu/china-does-not-need-ipv6/" title="中国不需要IPV6">中国不需要IPV6</a> (144)</li><li><a href="http://zou.lu/how-to-get-more-comments-on-your-blog/" title="如何获得更多的访客评论留言数">如何获得更多的访客评论留言数</a> (273)</li></ul><hr /><div style="padding: 5px 10px; background: rgb(243, 245, 252) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;"><p>© from <a href="//zou.lu/?from=feed">走点路博客</a>, 2010/05/09. | <a href="http://zou.lu/what-i-do-not-know-about-the-expo/">我不懂得世博会</a> | <a href="http://zou.lu/what-i-do-not-know-about-the-expo/#comments">143 只留言鸟</a> <br /> Tags： <a href="http://zou.lu/tags/%e4%b8%96%e5%8d%9a%e4%bc%9a/" rel="tag">世博会</a>, <a href="http://zou.lu/tags/%e8%af%84%e8%ae%ba/" rel="tag">评论</a> | <a href="//zou.lu/?p=152">Link</a></p></div>]]></content:encoded> <wfw:commentRss>http://zou.lu/what-i-do-not-know-about-the-expo/feed/</wfw:commentRss> <slash:comments>143</slash:comments> </item> <item><title>中国不需要IPV6</title><link>http://zou.lu/china-does-not-need-ipv6/</link> <comments>http://zou.lu/china-does-not-need-ipv6/#comments</comments> <pubDate>Sun, 25 Apr 2010 14:31:47 +0000</pubDate> <dc:creator>dudo</dc:creator> <category><![CDATA[Web 2.0]]></category> <category><![CDATA[评论]]></category><guid isPermaLink="false">http://zou.lu/china-does-not-need-ipv6/</guid> <description><![CDATA[最近有很多提议不停地在提到IPV4和IPV6，其中一篇是CNNIC公布的我国IPV6现状，指出我国IPV6数量匮乏，其总数目仅为巴西的1/4，在IPV4资源消耗殆尽之际，中国的IPV6可能不够分配，中国在IPV4时代已经严重落后于欧美和日本等发达国家；而另一篇文章则指出两年之后的2011年9月，更准确地说625天之后，IPV4将全部分配完毕，那时再买的新电脑可能无法直接接入网络。虽然4月23日的ARIN XXV 会议上解释说这样的预测并不准确，但是有一点是可以确定的，那就是IPV4终结的日子已经越来越近了。]]></description> <content:encoded><![CDATA[<p>最近有很多提议不停地在提到IPV4和IPV6，其中一篇是CNNIC公布的我国IPV6现状，指出<a href="http://tech.sina.com.cn/i/2010-04-22/15204096418.shtml">我国IPV6数量匮乏，其总数目仅为巴西的1/4</a>，在IPV4资源消耗殆尽之际，中国的IPV6可能不够分配，中国在IPV4时代已经严重落后于欧美和日本等发达国家；而另一篇文章则指出两年之后的2011年9月，更准确地说<a href="http://www.enterprisenetworkingplanet.com/netsp/article.php/3857201">625天之后，IPV4将全部分配完毕</a>，那时再买的新电脑可能无法直接接入网络。虽然4月23日的ARIN XXV 会议上解释说<a href="http://www.enterprisenetworkingplanet.com/news/article.php/3878391">这样的预测并不准确</a>，但是有一点是可以确定的，那就是IPV4终结的日子已经越来越近了。</p><p><a href="http://zou.lu/files/new/files/0201e6e913373892fd846e45cda2cf7d.jpg" class="highslide-image" onclick="return hs.expand(this);"><img style="border-width: 0px;" src="http://zou.lu/files/new/files/0201e6e913373892fd846e45cda2cf7d.jpg" border="0" alt="imgname--how_to_configure_ipv6---50226711--6-thumb" width="484" height="484" /></a><br /> <span id="more-151"></span></p><h2>一、什么是IPV6</h2><p>IPV6，是的，也许你并不是经常听到有的提起这个名字，甚至连IPV4你都很少听说，但是你一定听说过IP吧？我们通常据说的IP就是IPV4，他的最直观特点就是由4个字段组成，每段由小于等于255的正数组成，如m:m:m:m，m都是0~9之间的十进制数字，这样的组合可以达到43亿个，不过现在能用的已经所剩无几了。而IPV6则是形如 n:n:n:n:n:n:n:n。每个 n 都表示<strong>八个 16 位地址</strong>元素（0~F）之一的十六进制值，它大可以代表2的128次方地址，而IPV4则只有2的32次方个，前者是后者的2的96次方倍。到那时候，即时是地球上的一类沙子都可以分配到一个IP地址。只要想找你，给你一个IP！</p><p>当然，这是IPV6最直观的特点，其更大的变化要体现在技术层面上，如报文头、组皤、路由表、安全性等。太专业了，已经走出了我等讨论的范围，有兴起的异类人士请自<a href="http://www.google.com/">Google</a>之（嗯，给Google加个链接，省得有人到百度去搜Google地址，为您着想）。</p><p>然而我要说的并不是IPV6可能带来哪些不利因素等等，而经过这几天我个人的分析，从中国的实际出现，结合我国的特色国情，得出一个正确的结论：中国不需要IPV6。IPV6在中国没有市场，而中国如果承诺在任何时候都不使用IPV6将是对世界人民的一大贡献。</p><h2>二、IPV6恶行累累</h2><p>中国有座长城，千古一帝的秦始皇帝建造用来防御北方的匈奴，结果匈奴未防住却成了国人数千年来闭关锁国的枷锁，中国的网络世界里也有一座长城，人们都叫它G.F.W（以下简称功夫网），但它的建设初衷并不是为了防御外来入侵，他诞生的目的很明确，就是组建国家局域网。您没听说过吗？中国网，封天下。</p><p>IPV4的时代，中国对于功夫网的建议相对滞后，在网络不发达的时候，功夫网根本没有用处，但是经过无数次的修修补补，功夫网的功能已经日趋完善。当然，这一切都是基于IPV4的基础之上，不要指望那些人的脑袋会把IPV6的因素也考虑进去了，我明确地说，没有，它们就是打补丁，哪里漏补哪里。要不你怎么可能会利用IPV6翻。墙呢？</p><p>IPV6真的的罪恶滔天。如果你在Google（不用给地址了吧）一下“IPV6 翻。墙”这个关键字，你会找到一大批你感兴趣的东西。我知道，这里的很多围观者都曾经或者仍是大胆的实践者。IPV6触碰到了某些人的敏感地位了！IPV4的时代看起来歌舞升平的盛世，在IPV6的时代会变得满目疮痍。就如同，给你装上了有线电视，每天都CCTV，而一旦把有线升级为“锅”，那可真的就是CCAV了。锅的危害有多大，IPV6的危害有多大。在IPV6的时代不知道有多少纯良的年轻人要受到腐蚀和毒害。这样的IPV6我们能要吗？</p><h2>三、中国不需要IPV6</h2><p>与天斗，其乐无穷。人定胜天！我们从业没有感觉到IP不够用过，过去没有，现在也没有。将来，我们伟大的告知当然也能解决这一复杂难题，等到别人都用IPV6的时候，倒下来的IPV4不就足够我们用的吗？不给，我画个圈圈诅咒你！其实即使现在的IPV4分配资源我们已经足够使用了，<strong>因为有些根本不需要互联网</strong>。是的，需要互联网的人越少才越有利于河蟹社会。</p><p>我建议，为配合功夫网运行机制的需要，我们坚决不能放弃IPV4，而且我们已经找到了一个不需要IPV6的解决方法。而且这个方法，整个中国只需要一个IP就可以搞定，这绝对是一项伟大的发明。</p><p><a href="http://zou.lu/files/new/files/977e1a810ea9c2eca4e28e9aa754c093.png" class="highslide-image" onclick="return hs.expand(this);"><img style="border-width: 0px;" src="http://zou.lu/files/new/files/c7dbcce6786e5a501217783df7e56276.png" border="0" alt="gfw_for_1_ip" width="555" height="484" /></a></p><p>此方案的好处：1、一个国家仅需要一个IP，实现一个国家一个IP制，避免IP浪费，按照国家统计局统计，全世界如果采用功夫网模式网络布局，估计仅需要400个就可以做到一个国家一个IP。2、绝对安全，出口和入口绝对唯一，十分有利于保护本国公民遭受不法网络攻击；3、更加有利于功夫网工作，目前功夫网由于各种原因，还存在漏洞，致使很多不安分公民经常半夜翻墙出去寻欢作乐，采用功夫网模式之后，可严格控制网络访问机制，有利国家大局域网早日建成；4、网络化管理与行政区域管理相结合，如第一层可以分配到省（255个满足各省使用外，还可以选择吉祥号码），第二层分配到地市（在我国没有超过255个地市的省），以次类推直到分配到个人，这样的好处就在于，责任明确化，而且所有的人都255一组，如同我国古代把农民按照乡、亭、里、什、伍划分开来，5人为伍、两伍为什，责任十分明确，容易落实。</p><p>此方案具有很强的实用价值，而且操作性强，是有史以来最好的网络布局方式。是中国人对互联网的又一大贡献，是中国人民集体智慧的结晶。从此中国人民告别了网络技术受制于美国人的历史，中国网民从此站起来了！</p><p>美国等一小撮别有用心的人国家操纵的IPV6，注定是没有市场的，必定会遭到人民的唾弃！今天我自豪地宣布：中国人不需要IPV6！</p><h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://zou.lu/remove-links-in-wordpress-comments/" title="移除 WordPress 评论者和评论内容链接">移除 WordPress 评论者和评论内容链接</a> (69)</li><li><a href="http://zou.lu/what-i-do-not-know-about-the-expo/" title="我不懂得世博会">我不懂得世博会</a> (143)</li><li><a href="http://zou.lu/how-to-get-more-comments-on-your-blog/" title="如何获得更多的访客评论留言数">如何获得更多的访客评论留言数</a> (273)</li></ul><hr /><div style="padding: 5px 10px; background: rgb(243, 245, 252) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;"><p>© from <a href="//zou.lu/?from=feed">走点路博客</a>, 2010/04/25. | <a href="http://zou.lu/china-does-not-need-ipv6/">中国不需要IPV6</a> | <a href="http://zou.lu/china-does-not-need-ipv6/#comments">144 只留言鸟</a> <br /> Tags： <a href="http://zou.lu/tags/%e8%af%84%e8%ae%ba/" rel="tag">评论</a> | <a href="//zou.lu/?p=151">Link</a></p></div>]]></content:encoded> <wfw:commentRss>http://zou.lu/china-does-not-need-ipv6/feed/</wfw:commentRss> <slash:comments>144</slash:comments> </item> <item><title>如何获得更多的访客评论留言数</title><link>http://zou.lu/how-to-get-more-comments-on-your-blog/</link> <comments>http://zou.lu/how-to-get-more-comments-on-your-blog/#comments</comments> <pubDate>Sun, 20 Sep 2009 08:29:20 +0000</pubDate> <dc:creator>Showfom</dc:creator> <category><![CDATA[Web 2.0]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[Blogger]]></category> <category><![CDATA[人气]]></category> <category><![CDATA[博客]]></category> <category><![CDATA[留言]]></category> <category><![CDATA[评论]]></category><guid isPermaLink="false">http://zou.lu/how-to-get-more-comments-on-your-blog/</guid> <description><![CDATA[最近，经常有 PLMM 来问我：Showfom 小帅锅，为什么你的博客人气总是那么高，有那么多人来留言，我好崇拜哦！ 无奈之下，只能写一篇文章来告诉大家自己的博客如何才能获得每篇文章评论如淫，哦不，是流水！（淫荡版？正常版？算了，我随便写了，以下内容都是顺手打的。） 一、明确自己开博客的目的 写博客为的是啥？人气，金钱，魅力？最重要的还是人气了，没有人气，哪怕你的博客写得再好而没有人来问津，同样会是一个失败的博客（当然某些刻意不让别人看的博客除外，比如某个人的 https 站点嗯嗯） 我说过无数次，我写博客的目的无非是从网上认识一些志同道合的朋友，很多时候，写出来的文章无所谓，仔细看下面满屏的评论确实最津津乐道的，就是说，我开博客的目的就是让人们认识我，顺带交个朋友之类的，并不为名利，访问数我从来不在乎，在乎的是来评论的条数，如是而已。 二、获取评论的几个方法 新开的博客，没人知道，当然不会有很多人那么好运气来访问并且留言，除非你是电视上都能看到的名人或者是混迹网络多年的大侠，否则不会有一群朋友来捧场，当然就别提评论数目了。 （注：我这里写的都是独立博客尤其是 WordPress 博客获得更多评论的方法，至于其他的BSP之类的，只要有某个两点被编辑推荐到首页，其他的就不用说了，都是人哇，活生生的人……） 当然叫几个朋友来捧场是很不错的，一开始他们可能会俩留言并且恭喜开博之类的，但是你的博客没有内容吸引访客，除了真心的朋友，谁吃的空每天来看你尿了几次床拉了几次屎吐了几次空气呢？ 所以，内容是王道，假如你不想走捷径，那么，就好好充实你的博客内容吧，原创，必须的；质量高，必须的；SEO优化做好，必须的。慢慢地，人气就会高起来，坚持不懈才是硬道理。 至于什么内容，技术类的还是生活类的，大致可以用一句话概括：技术类的除非是做出大众型的项目，否则正常人看不懂你的技术，除非来留言的本身也是搞技术的，志同道合才会有更多的评论嘛；生活类的，只要广识天下网友，人气高了肯定不缺评论，当然发个艳照门之类的那是歪门邪道，我不推荐；又有技术又有生活的，比如小帅锅我的博客嘛……嘿嘿 这是个不是秘密的秘密了 当然，可能你自认为博客的内容不是很好，至少自己是那么看，那么，Showfom 小帅锅就推荐几个获取更多评论的捷径，这也是本文的目的。 ㈠ 常规方式获得更多评论 ①、加入 WordPress 博客相关论坛并且踊跃发言 这点国内我并不看好，国内有这么几个论坛： http://wordpress.org.cn/ 那个小白论坛我从来不去发言，一直潜水着，小白很多，当然人也很多，只是去年出过某件事情，所以对这个论坛印象并不好，具体就不说了，看这个文章吧：http://cn.ilemoned.com/archives/wordpress-org-cn-calumniates http://wfans.org/forums/ 去年出了那个事情以后开的，高手很多，一开始人气很高，后来……额，只要发帖，尤其是技术贴，每天还是会有IP来的，嗯。 http://bbs.wopus.org/ 木鸡鸡的酋长的论坛，现在人气也下降了，不过能认识很多写博客的朋友。 http://ushost.me/ 胡戈戈的主机论坛，有空去看看哦。 其他的我都不太清楚，总之 WordPress 写博客有一点原则，不懂 Google 之，然后再问之才是最好的方法，国内的论坛气氛我并不看好，最没技术含量的论坛人气最高，最看好的论坛现在人烟稀少，很囧。 ②、加入 WordPress 博客相关群 我可不是打广告，Gtalk 群详见我博客首页侧边栏的 WPG 大横幅：http://zou.lu/gtalk-group/ QQ群国内很多，我自己加入的几个都报一下群号： 雪深的博客群：52482161 付饶MM的Blogger群：57144702 不知道是谁建立的博客群：256329 还有一些群都是和网站相关的群，可以在各个网站查找，比如站趣、Wopus等 ③、加入 WordPress 博客相关联盟 [...]]]></description> <content:encoded><![CDATA[<p>最近，经常有 <strong>PLMM </strong>来问我：<strong>Showfom 小帅锅</strong>，为什么你的博客人气总是那么高，有那么多人来留言，我好崇拜哦！</p><p>无奈之下，只能写一篇文章来告诉大家自己的博客如何才能获得每篇文章评论如淫，哦不，是流水！（淫荡版？正常版？算了，我随便写了，以下内容都是顺手打的。）</p><p><span id="more-106"></span></p><h2>一、明确自己开博客的目的</h2><p>写博客为的是啥？人气，金钱，魅力？最重要的还是人气了，没有人气，哪怕你的博客写得再好而没有人来问津，同样会是一个失败的博客（当然某些刻意不让别人看的博客除外，比如某个人的 <strong>https 站点</strong>嗯嗯）</p><p>我说过无数次，我写博客的目的无非是从网上认识一些志同道合的朋友，很多时候，写出来的文章无所谓，仔细看下面满屏的评论确实最津津乐道的，就是说，我开博客的目的就是让人们认识我，顺带交个朋友之类的，并不为名利，访问数我从来不在乎，在乎的是来评论的条数，如是而已。</p><h2>二、获取评论的几个方法</h2><p>新开的博客，没人知道，当然不会有很多人那么好运气来访问并且留言，除非你是电视上都能看到的名人或者是混迹网络多年的大侠，否则不会有一群朋友来捧场，当然就别提评论数目了。</p><p>（注：我这里写的都是独立博客尤其是<strong> WordPress</strong> 博客获得更多评论的方法，至于其他的<strong>BSP</strong>之类的，只要有某个两点被编辑推荐到首页，其他的就不用说了，都是人哇，活生生的人……）</p><p>当然叫几个朋友来捧场是很不错的，一开始他们可能会俩留言并且恭喜开博之类的，但是你的博客没有内容吸引访客，除了真心的朋友，谁吃的空每天来看你尿了几次床拉了几次屎吐了几次空气呢？</p><p>所以，内容是王道，假如你不想走捷径，那么，就好好充实你的博客内容吧，原创，必须的；质量高，必须的；<strong>SEO</strong>优化做好，必须的。慢慢地，人气就会高起来，坚持不懈才是硬道理。</p><p>至于什么内容，技术类的还是生活类的，大致可以用一句话概括：技术类的除非是做出大众型的项目，否则正常人看不懂你的技术，除非来留言的本身也是搞技术的，志同道合才会有更多的评论嘛；生活类的，只要广识天下网友，人气高了肯定不缺评论，当然发个艳照门之类的那是歪门邪道，我不推荐；又有技术又有生活的，比如小帅锅我的博客嘛……嘿嘿 这是个不是秘密的秘密了 <a href="http://zou.lu/files/49865197e013_E3B3/icon_redface.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_redface" src="http://zou.lu/files/49865197e013_E3B3/icon_redface_thumb.gif" alt="icon_redface" width="24" height="24" /></a></p><p>当然，可能你自认为博客的内容不是很好，至少自己是那么看，那么，<strong><a title="Showfom's Blog" href="http://zou.lu/">Showfom 小帅锅</a></strong>就推荐几个获取更多评论的捷径，这也是本文的目的。</p><p><strong><span style="color: #008000;">㈠ 常规方式获得更多评论</span></strong></p><p><span style="color: #808000;">①、加入 WordPress 博客相关论坛并且踊跃发言</span></p><p>这点国内我并不看好，国内有这么几个论坛：</p><p><a title="http://wordpress.org.cn/" href="http://wordpress.org.cn/">http://wordpress.org.cn/</a> 那个小白论坛我从来不去发言，一直潜水着，小白很多，当然人也很多，只是去年出过某件事情，所以对这个论坛印象并不好，具体就不说了，看这个文章吧：<a title="http://cn.ilemoned.com/archives/wordpress-org-cn-calumniates" href="http://cn.ilemoned.com/archives/wordpress-org-cn-calumniates">http://cn.ilemoned.com/archives/wordpress-org-cn-calumniates</a></p><p><a title="http://wfans.org/forums/" href="http://wfans.org/forums/">http://wfans.org/forums/</a> 去年出了那个事情以后开的，高手很多，一开始人气很高，后来……额，只要发帖，尤其是技术贴，每天还是会有IP来的，嗯。</p><p><a href="http://bbs.wopus.org/">http://bbs.wopus.org/</a> 木鸡鸡的酋长的论坛，现在人气也下降了，不过能认识很多写博客的朋友。</p><p><a href="http://ushost.me/">http://ushost.me/</a> 胡戈戈的主机论坛，有空去看看哦。</p><p>其他的我都不太清楚，总之 <strong>WordPress </strong>写博客有一点原则，不懂<strong> Google</strong> 之，然后再问之才是最好的方法，国内的论坛气氛我并不看好，最没技术含量的论坛人气最高，最看好的论坛现在人烟稀少，很囧。</p><p><span style="color: #808000;">②、加入 WordPress 博客相关群</span></p><p>我可不是打广告，<strong>Gtalk 群</strong>详见我博客首页侧边栏的<strong> WPG 大横幅</strong>：<a title="http://zou.lu/gtalk-group/" href="http://zou.lu/gtalk-group/">http://zou.lu/gtalk-group/</a></p><p><strong>QQ群</strong>国内很多，我自己加入的几个都报一下群号：</p><p><a href="http://xueshen.net/" target="_blank">雪深</a>的博客群：<strong>52482161</strong></p><p><a href="http://furao.me/" target="_blank">付饶MM</a>的<strong>Blogger</strong>群：<strong>57144702</strong></p><p>不知道是谁建立的博客群：<strong>256329</strong></p><p>还有一些群都是和网站相关的群，可以在各个网站查找，比如<a href="http://eachsite.org/" target="_blank">站趣</a>、<a href="http://www.wopus.org/" target="_blank">Wopus</a>等</p><p><span style="color: #808000;">③、加入 WordPress 博客相关联盟</span></p><p>国内好的联盟不多了，以前的CBN等等都倒闭鸟，我目前加入的就 <strong>RSSA</strong> 和<strong> WPG</strong>（也算是组织吧 <a href="http://zou.lu/files/49865197e013_E3B3/icon_mrgreen.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_mrgreen" src="http://zou.lu/files/49865197e013_E3B3/icon_mrgreen_thumb.gif" alt="icon_mrgreen" width="24" height="24" /></a>）。</p><p><strong>RSSA </strong>详见： <a title="http://rssa.org.cn/" href="http://rssa.org.cn/">http://rssa.org.cn/</a></p><p><strong>WPG </strong>详见：<a title="http://www.airencn.com/wpg/" href="http://www.airencn.com/wpg/">http://www.airencn.com/wpg/</a></p><p>加入了相关的论坛、<strong>QQ/Gtalk群</strong>、联盟网站以后，和大家先混熟，熟人好说话嘛。假如是技术类的博客，觉得自己某个文章灰常出色，可以直接去论坛发帖，当然别忘了留下文章的地址，假如是一个主题或者插件的帖子，而且质量高的话，会赢得无数回访以及留言，嗯，有一句话可以通用：<strong>提出意见请在我博客留言，我会认真回复！</strong></p><p><strong>QQ/Gtalk群</strong>就更好，混熟了以后，发表文章就去群里发个消息，其实群很好，加大了博主们的交流，想怎么说就怎么说哈哈。</p><p>联盟的话，只能看你的文章的质量了，能认识联盟的头头搞好关系最好，到时候推荐推荐你的博客，推荐推荐你的文章，人气就是这么来滴。</p><p>以上三种方法是最常见的也是短期内最有效的，适合新手。</p><p><strong><span style="color: #008000;">㈡ 适合老鸟的葵花宝典</span></strong></p><p>玩 <strong>Twitter </strong>等微型博客时间长以后，获得很多<strong> followers</strong> 以后，你会发现，人气来的很容易。比如 <a title="Showfom's Twitter" href="https://twitter.com/Showfom" target="_blank">@Showfom</a> 小帅锅的 <strong>Twitter</strong> 粉丝大概维持在1500人左右，差不多有200 - 300人是每天活跃的用户，每次自己发的链接，内容一般般的可以获得20 -30个IP，内容很出色的，可以获得200 - 300个IP，被RT无数的，可以获得2000 - 3000个IP。</p><p><strong>Twitter</strong> 的好处就是，混久了以后人都认识，你的博客的访客都是认识的朋友，来留个言多正常，不留言就不正常了哈哈。</p><p>这个方法很适合每天泡在网络上的无聊人士，嗯，推特综合症严重患者尤其适合。</p><p><strong><span style="color: #008000;">㈢ 适合新手老鸟的终极大法</span></strong></p><p>新手和老鸟各自适合的方法都说了一下，那么，接下来就说说新手老鸟都适合的方法。一个字：不断留言不断评论！</p><p>对，没错，就是你去别人的博客不断留言不断评论。为啥很多人都说在不同的博客不同的地方都可以看到 Showfom 还有 卢松松 的身影呢？对比我们的博客，看看留言评论的人数就知道了。</p><p>那是一种友情回访造成的结果，就拿我来说，我订阅了100多个独立博客，并且在不断增加中，每当发现自己关注的朋友博客有更新，立马跑去留言，人气稍差的可以抢到沙发，不要客气，直接沙发回访；人气稍高点的也应该认真留言，你的认真评论才是最博主最大的鼓舞！</p><p>推荐用 <a title="Google Reader" href="https://www.google.com/reader/" target="_blank"><strong>Google Reader</strong></a> 订阅博客，直接在订阅处输入对方的博客地址即可，<strong>Google Reader</strong> 会自动识别 <strong>Feed 源</strong>，而且 <strong>Google Reader</strong> 的更新速度是最快的，什么鲜果抓虾有道，天朝的服务，可信不？</p><h2>三、博客以及评论留言需要注意的事项</h2><p>好了，我的方法都已经告诉你们了，而且那么详细，不来捧场留个言都对我过意不去了嗯哼，下面说说自己的博客评论设置以及自己去他人博客评论留言需要注意的地方。</p><p><strong><span style="color: #008000;">㈠ WordPress 评论设置</span></strong></p><p><span style="color: #808000;">① 开启嵌套回复</span></p><p>我不是很喜欢用 <strong>@</strong> 回复，在<strong> Twitter</strong> 上可行，因为可以通过 <strong>API</strong> 知道你回复的是哪条推，但是，一个博客文章页面，那么长一大串评论，谁吃的空去点一下或者拉上去看一下你回复的是哪一条呢？况且 <strong>WordPress 2.7+</strong> 以后，评论嵌套回复是内置的，假如你的博客主题不支持，那只能说是作者考虑不周全了，毕竟青菜萝卜各有所爱。</p><p><strong>Showfom 小帅锅</strong>的做法是： 支持默认嵌套回复的主题就直接上嵌套回复，在后台的 设置 &gt; 讨论 里开启；不支持默认嵌套回复的主题用 <a title="WordPress Thread Comment" href="http://wordpress.org/extend/plugins/wordpress-thread-comment/" target="_blank">WordPress Thread Comment</a><strong> </strong> 插件，而且就算以后更换的主题能嵌套回复，这个由国人开发的插件能完美转移到默认的嵌套回复，不用自己设置任何东东。</p><p><span style="color: #808000;">② 开启评论回复邮件通知</span></p><p>这点是很有必要的，可以用到的插件有 <a title="我爱吃水煮鱼" href="http://fairyfish.net/" target="_blank">水煮鱼</a>开发的支持默认嵌套回复的 <a title="Comment Reply Notification" href="http://wordpress.org/extend/plugins/comment-reply-notification/" target="_blank">Comment Reply Notification</a> ； <a href="http://wordpress.org/extend/plugins/wordpress-thread-comment/" target="_blank">WordPress Thread Comment</a> 插件则是自带，在后台设置里开启即可。</p><p>假如你愿意尊重来评论的朋友，这两个插件都有选项，让访客自行选择是否新回复发送邮件通知；我这个主题对这个选项不兼容，所以我就默认开启，反正我都会尽量回复每个朋友的留言，熟悉的就乱说一通，不熟悉的就认真回复，假如你不喜欢这个功能，请告诉我，谢谢。</p><p><span style="color: #808000;">③ 开启评论留言表情功能</span></p><p>嗯，换表情了，<strong>QQ表情V1</strong> 更新到 <strong>QQ表情V2</strong> ，很多朋友抱怨我博客的表情不提供下载，额，腾讯肥企鹅的表情也，有点侵权了吧，不过用表情是喜欢 <strong>QQ表情 </strong>而已，没有商业用途，让他们怎么说怎么说去吧，文末会放出 <strong>QQ表情系列</strong> V1 V2下载。</p><p>为什么这么说呢？一个有意思的表情，哪怕是 WordPress 自带的万年不变超级难看的表情，有时候也比言语要更容易表达，不信你试试，开启表情和关闭表情，评论留言的效果对比会如何？哈哈。</p><p>开启 WordPress 评论表情的傻瓜方法：</p><p>安装 <strong><a href="http://wordpress.org/extend/plugins/custom-smilies-se/" target="_blank">Custom Smilies</a></strong> 插件（别下载错了，有两个插件同名的，用这个链接：<a title="http://wordpress.org/extend/plugins/custom-smilies-se/" href="http://wordpress.org/extend/plugins/custom-smilies-se/">http://wordpress.org/extend/plugins/custom-smilies-se/</a>），后台激活，表情设置选项里简单设置，假如你的主题 <strong>comments.php</strong> 符合标准，直接开启“<strong>使用名为 comment_form 的 action，如果你的主题支持它的话。</strong>”选项，自动给你加上表情，假如不支持的话，请移步<a href="http://goto8848.net/projects/custom-smilies/" target="_blank">这里</a>阅读安装方法。</p><p><span style="color: #808000;">④ 开启头像功能</span></p><p><a title="Gravatar 头像" href="http://www.gravatar.com/" target="_blank">Gravatar</a> 全球通用 <strong>Email 头像</strong>，玩 WordPress 还不知道这点的真的很难想象，切记，这是你自己的形象问题，无论喜欢否，还是使用吧！不支持头像的主题根本就不是好主题，除非有特殊用途。</p><p><span style="color: #808000;">⑤ 记住访客信息</span></p><p>你喜欢每次去一个博客留言，然后下次进去再重复输入信息吗？默认的 WordPress 已经帮你记住了访客的 cookies ，主题只需要一个符合标准的 comments.php 即可记住访客信息，不能记住？看看你是否使用了 Hyper Cache 等插件，要缓存的话，千万别用 Hyper Cache ，新版本更新那么大还是不支持记住访客 cookies，推荐用 WP Super Cache 等缓存插件，都是能记住访客的 cookies 的。</p><p><strong><span style="color: #008000;">㈡ 去他人博客评论留言注意事项</span></strong></p><p>① 假如博主不喜欢别人抢沙发板凳，请别自作聪明直接一个沙发就完事，大多数情况下还是认真留个言为好</p><p>② 千万别做人肉 Spam，一旦发现，立马强.奸评论之！</p><p>③ 除非和博主很熟悉，否则别说些无厘头的乱七八糟的话，表现像个正常人好，当然，在我这里评论留言你想说啥就说啥，无所谓的哈哈。</p><p>④ 中文博客尽量用中文评论，嗯，道理不说了。</p><p>⑤ 切记留言一定要有头像（<a title="Gravatar 头像" href="http://www.gravatar.com/" target="_blank">http://www.gravatar.com/</a> 用 Email 地址申请即可），要加上自己博客的链接，Email要真实，方便回访以及让博主认识你。</p><p>=====</p><p>最后，应某人的要求，推荐一个博客，嗯，是我带着走到独立博客的：<strong>SiqianLee</strong> <a href="http://siqianlee.com/">http://siqianlee.com/</a> 去年加入我们2KCN团队，也是大学生，博客记录记录心情生活而已，欢迎去围观……</p><p><strong>QQ表情</strong>全套下载（解压以后 覆盖<strong> wp-includes/images/smilies/</strong> 里的同名文件即可，一共22个，个别我特意替换了，喜欢喜欢）：</p><p>V1 圆脸</p><p><a href="http://zou.lu/files/49865197e013_E3B3/icon_arrow.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_arrow" src="http://zou.lu/files/49865197e013_E3B3/icon_arrow_thumb.gif" alt="icon_arrow" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_biggrin.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_biggrin" src="http://zou.lu/files/49865197e013_E3B3/icon_biggrin_thumb.gif" alt="icon_biggrin" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_confused.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_confused" src="http://zou.lu/files/49865197e013_E3B3/icon_confused_thumb.gif" alt="icon_confused" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_cool.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_cool" src="http://zou.lu/files/49865197e013_E3B3/icon_cool_thumb.gif" alt="icon_cool" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_cry.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_cry" src="http://zou.lu/files/49865197e013_E3B3/icon_cry_thumb.gif" alt="icon_cry" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_eek.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_eek" src="http://zou.lu/files/49865197e013_E3B3/icon_eek_thumb.gif" alt="icon_eek" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_evil.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_evil" src="http://zou.lu/files/49865197e013_E3B3/icon_evil_thumb.gif" alt="icon_evil" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_exclaim.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_exclaim" src="http://zou.lu/files/49865197e013_E3B3/icon_exclaim_thumb.gif" alt="icon_exclaim" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_idea.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_idea" src="http://zou.lu/files/49865197e013_E3B3/icon_idea_thumb.gif" alt="icon_idea" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_lol.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_lol" src="http://zou.lu/files/49865197e013_E3B3/icon_lol_thumb.gif" alt="icon_lol" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_mad.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_mad" src="http://zou.lu/files/49865197e013_E3B3/icon_mad_thumb.gif" alt="icon_mad" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_mrgreen_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_mrgreen" src="http://zou.lu/files/49865197e013_E3B3/icon_mrgreen_thumb_3.gif" alt="icon_mrgreen" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_neutral.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_neutral" src="http://zou.lu/files/49865197e013_E3B3/icon_neutral_thumb.gif" alt="icon_neutral" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_question.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_question" src="http://zou.lu/files/49865197e013_E3B3/icon_question_thumb.gif" alt="icon_question" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_razz.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_razz" src="http://zou.lu/files/49865197e013_E3B3/icon_razz_thumb.gif" alt="icon_razz" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_redface_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_redface" src="http://zou.lu/files/49865197e013_E3B3/icon_redface_thumb_3.gif" alt="icon_redface" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_rolleyes.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_rolleyes" src="http://zou.lu/files/49865197e013_E3B3/icon_rolleyes_thumb.gif" alt="icon_rolleyes" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_sad.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_sad" src="http://zou.lu/files/49865197e013_E3B3/icon_sad_thumb.gif" alt="icon_sad" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_smile.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_smile" src="http://zou.lu/files/49865197e013_E3B3/icon_smile_thumb.gif" alt="icon_smile" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_surprised.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_surprised" src="http://zou.lu/files/49865197e013_E3B3/icon_surprised_thumb.gif" alt="icon_surprised" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_twisted.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_twisted" src="http://zou.lu/files/49865197e013_E3B3/icon_twisted_thumb.gif" alt="icon_twisted" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_wink.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_wink" src="http://zou.lu/files/49865197e013_E3B3/icon_wink_thumb.gif" alt="icon_wink" width="24" height="24" /></a></p><p>V2 方块</p><p><a href="http://zou.lu/files/49865197e013_E3B3/icon_arrow_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_arrow" src="http://zou.lu/files/49865197e013_E3B3/icon_arrow_thumb_3.gif" alt="icon_arrow" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_biggrin_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_biggrin" src="http://zou.lu/files/49865197e013_E3B3/icon_biggrin_thumb_3.gif" alt="icon_biggrin" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_confused_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_confused" src="http://zou.lu/files/49865197e013_E3B3/icon_confused_thumb_3.gif" alt="icon_confused" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_cool_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_cool" src="http://zou.lu/files/49865197e013_E3B3/icon_cool_thumb_3.gif" alt="icon_cool" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_cry_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_cry" src="http://zou.lu/files/49865197e013_E3B3/icon_cry_thumb_3.gif" alt="icon_cry" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_eek_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_eek" src="http://zou.lu/files/49865197e013_E3B3/icon_eek_thumb_3.gif" alt="icon_eek" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_evil_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_evil" src="http://zou.lu/files/49865197e013_E3B3/icon_evil_thumb_3.gif" alt="icon_evil" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_exclaim_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_exclaim" src="http://zou.lu/files/49865197e013_E3B3/icon_exclaim_thumb_3.gif" alt="icon_exclaim" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_idea_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_idea" src="http://zou.lu/files/49865197e013_E3B3/icon_idea_thumb_3.gif" alt="icon_idea" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_lol_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_lol" src="http://zou.lu/files/49865197e013_E3B3/icon_lol_thumb_3.gif" alt="icon_lol" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_mad_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_mad" src="http://zou.lu/files/49865197e013_E3B3/icon_mad_thumb_3.gif" alt="icon_mad" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_mrgreen.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_mrgreen" src="http://zou.lu/files/49865197e013_E3B3/icon_mrgreen_thumb.gif" alt="icon_mrgreen" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_neutral_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_neutral" src="http://zou.lu/files/49865197e013_E3B3/icon_neutral_thumb_3.gif" alt="icon_neutral" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_question_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_question" src="http://zou.lu/files/49865197e013_E3B3/icon_question_thumb_3.gif" alt="icon_question" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_razz_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_razz" src="http://zou.lu/files/49865197e013_E3B3/icon_razz_thumb_3.gif" alt="icon_razz" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_redface_4.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_redface" src="http://zou.lu/files/49865197e013_E3B3/icon_redface_thumb_4.gif" alt="icon_redface" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_rolleyes_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_rolleyes" src="http://zou.lu/files/49865197e013_E3B3/icon_rolleyes_thumb_3.gif" alt="icon_rolleyes" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_sad_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_sad" src="http://zou.lu/files/49865197e013_E3B3/icon_sad_thumb_3.gif" alt="icon_sad" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_smile_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_smile" src="http://zou.lu/files/49865197e013_E3B3/icon_smile_thumb_3.gif" alt="icon_smile" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_surprised_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_surprised" src="http://zou.lu/files/49865197e013_E3B3/icon_surprised_thumb_3.gif" alt="icon_surprised" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_twisted_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_twisted" src="http://zou.lu/files/49865197e013_E3B3/icon_twisted_thumb_3.gif" alt="icon_twisted" width="24" height="24" /></a> <a href="http://zou.lu/files/49865197e013_E3B3/icon_wink_3.gif" class="highslide-image" onclick="return hs.expand(this);"><img style="display: inline" title="icon_wink" src="http://zou.lu/files/49865197e013_E3B3/icon_wink_thumb_3.gif" alt="icon_wink" width="24" height="24" /></a></p><p>下载 | <strong>Download</strong>： <a href="http://zou.lu/files/uploads/qq-smilies-v1.zip" target="_blank">V1 圆脸</a> | <a href="http://zou.lu/files/uploads/qq-smilies-v2.zip" target="_blank">V2 方脸</a></p><p><strong><span style="font-family: Trebuchet MS; font-size: large;"> </span></strong></p><p><span style="font-family: Trebuchet MS; font-size: large;"><strong> </strong></span></p><blockquote><p align="center"><span style="font-family: Trebuchet MS; color: #ff0000; font-size: large;"><strong>That's All. Come on Comments !</strong></span></p></blockquote><h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://zou.lu/remove-links-in-wordpress-comments/" title="移除 WordPress 评论者和评论内容链接">移除 WordPress 评论者和评论内容链接</a> (69)</li><li><a href="http://zou.lu/planning-20090406/" title="接下来的计划">接下来的计划</a> (12)</li><li><a href="http://zou.lu/careful-about-wordpress-plugins/" title="千里之堤溃于蚁穴 &#8211; 慎用 WordPress 插件">千里之堤溃于蚁穴 &#8211; 慎用 WordPress 插件</a> (135)</li><li><a href="http://zou.lu/my-blog-idea/" title="我的博客理念">我的博客理念</a> (227)</li><li><a href="http://zou.lu/4-occult-events/" title="8月6号灵异事件">8月6号灵异事件</a> (114)</li><li><a href="http://zou.lu/we-love-wp/" title="We Love WP &#8211; 稀奇古怪的网站也和我们同一个内核">We Love WP &#8211; 稀奇古怪的网站也和我们同一个内核</a> (67)</li><li><a href="http://zou.lu/the-greatest-blog/" title="本世纪最伟大的博客诞生">本世纪最伟大的博客诞生</a> (119)</li><li><a href="http://zou.lu/bulid-a-new-wordpress-blog/" title="看我如何新建一个WordPress">看我如何新建一个WordPress</a> (20)</li><li><a href="http://zou.lu/how-to-become-a-niubi-blogger/" title="教你如何做一个牛逼的Blogger">教你如何做一个牛逼的Blogger</a> (45)</li><li><a href="http://zou.lu/hello-world/" title="Hello world!">Hello world!</a> (19)</li></ul><hr /><div style="padding: 5px 10px; background: rgb(243, 245, 252) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;"><p>© from <a href="//zou.lu/?from=feed">走点路博客</a>, 2009/09/20. | <a href="http://zou.lu/how-to-get-more-comments-on-your-blog/">如何获得更多的访客评论留言数</a> | <a href="http://zou.lu/how-to-get-more-comments-on-your-blog/#comments">273 只留言鸟</a> <br /> Tags： <a href="http://zou.lu/tags/blogger/" rel="tag">Blogger</a>, <a href="http://zou.lu/tags/wordpress/" rel="tag">WordPress</a>, <a href="http://zou.lu/tags/%e4%ba%ba%e6%b0%94/" rel="tag">人气</a>, <a href="http://zou.lu/tags/%e5%8d%9a%e5%ae%a2/" rel="tag">博客</a>, <a href="http://zou.lu/tags/%e7%95%99%e8%a8%80/" rel="tag">留言</a>, <a href="http://zou.lu/tags/%e8%af%84%e8%ae%ba/" rel="tag">评论</a> | <a href="//zou.lu/?p=106">Link</a></p></div>]]></content:encoded> <wfw:commentRss>http://zou.lu/how-to-get-more-comments-on-your-blog/feed/</wfw:commentRss> <slash:comments>273</slash:comments> </item> </channel> </rss>
