dedecms网站想在微博发信息吗,难道是通过dede标签?NO NO NO只要利用feed找到更新文章,指定feed地址就可以成功关联,即可网站跟微博便O ) ; y能同步。
1.修改dede模板,先建立生成全站XML的php程序(新建feed.php)
<?php req] Y M ?uire_once (dN 8 i I ; n b ~irname(__FILE__) . "/include/common.$ R P t # Minc.php"); require_once DEDEINC."/arc.partview.class.php"; $pv = new PartView(); $pv->SetTemplet($cfg_basedir . $cfg_tempj S .lets_dir . "/feed.htm"); header("Content-t7 0 [ ) L kype:application/xml"); $pv->Dispf b Y S U * S glay(); ?&R A { -gt;
此时注意:模板的路径1 g \ 0 F I R Z,确保在模板跟目录能够找到feed.j s y { h /htm
2.建立feed.htm模板
<?xml version="1.0" encoding="gb2312" ?> <rss version="2C t ^.0"> <channe@ 6 k g K * &l> <title&2 = b \ e 1gt;{dede:global.cfg_webname/}</title> <link>{dede:global.cfg_basehost/}</link> <description>{dede:global.cfg_description/}</description> &7 | A W E /lt;language>zh-cn</language> <generator>{dede:global.cfg_webname/}</gen; ? O n B l i /erator> <webmaster>{dede:global.cfg_adG 5 . & t W y W dminemail/}</webmaster> {dede:a0 l rrclist row=h = ; q b # [ 9’60′ col=’1′ titlelen=’100′ orderby=’pubdatl e M c c \ 8e’} <item> <link>[field:arcurl/]</lk k n @ink> <title><![CDATA[[field:title functiod q ]n='html2text(@me)'/]]]></title> <authorm ! b e / $>[field:writer/]</author> <category>[field:typename/]</category> <pubDa] c $ X q #te>[field:pubdate function='strftime("%a, %d %b %Y %H:%M:%S +0800",@me)'/]</pubDate> <guid>[field:arcurl/]</N X i q p Q D 2 Qguid> <description><![CDATA[[field:description function='html2text(@me)'/] … ]]></description> </item> {/dede:arclist} </c2 7 W x = i h Qhannel&F , { j j 7 ` Ogt; </rss>
第三步:修改index.htm
加入此代码
<link rel="alternate" type="application/rss+xml" href="" rel="external nofollow" title="你的标题" />