<?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://wentong.org/tag/%e6%bb%94%e6%bb%94/feed/" rel="self" type="application/rss+xml" />
	<link>http://wentong.org</link>
	<description>All Content Copyright Reserved.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:08:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=10.10.10</generator>
		<item>
		<title>WordPress无插件调用qq滔滔消息</title>
		<link>http://wentong.org/tech/80.html</link>
		<comments>http://wentong.org/tech/80.html#comments</comments>
		<pubDate>Tue, 16 Mar 2010 11:00:52 +0000</pubDate>
		<dc:creator>HelloWinton</dc:creator>
				<category><![CDATA[技术学习]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[滔滔]]></category>

		<guid isPermaLink="false">http://wentong.org/?p=80</guid>
		<description><![CDATA[文章目录 调用代码 演示 前言 虽然qq的滔滔(http://www.taotao.com）网站从2010年1月26日开始与QQ空间心情进行整合期间，影响滔滔所有写操作、以及相关设置。但是，通过qq，利用“叨客机器人”还能“滔滔不绝”地“围脖”。之前，一直使用gegewang.org的滔滔与WordPress同步插件。 插件太多了，WordPress慢慢就会变成龟速了。改造网络，先向网络学习。也就有了《WordPress无插件调用qq滔滔消息》： 调用代码 （一）建立页面模板，命名为“miniblog.php”，在“$QQNum=”后面填上你的qq号码，具体代码： < ?php /* Template Name: miniblog */ ?> < ?php get_header(); ?> < ?php if (have_posts()) : while (have_posts()) : the_post(); ?> < h3 class="post-title">< ?php the_title(); ?>< /h3> < div class="divtaotao">< ol id="taotao_update_list">< /ol>< /div> < /div> < ?php comments_template(); ?> < ?php endwhile; endif; ?> [...]]]></description>
		<wfw:commentRss>http://wentong.org/tech/80.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

