开发者

how can i put rss feed link on my website?

开发者 https://www.devze.com 2023-01-17 21:25 出处:网络
i wanted to put an rss feed for a web app im creating in php, so basically w they can subscribe to a part of a website u开发者_JAVA百科sing google reader or feedburner etcuse zend_feed_writer class to

i wanted to put an rss feed for a web app im creating in php, so basically w they can subscribe to a part of a website u开发者_JAVA百科sing google reader or feedburner etc


use zend_feed_writer class to generate feeds.


Put this in the <head> for your homepage.

<link rel="alternate" type="application/rss+xml" title="whatever" href="http://path/to/your/feed" /> 
0

精彩评论

暂无评论...
验证码 换一张
取 消