使用和格式化 RSS 提要
好的,这是我的 RSS 提要链接 http://jacobnlsn.com/wordpress/?feed=rss< /a>. 我希望对其进行格式化,使其适合我标题的右上角。 我的网站在这里 http://jacobnlsn.com/。 它是右上角的黑盒子。 我该如何去做这样的事情呢? 谢谢你的时间!
Ok, here is my RSS feed link http://jacobnlsn.com/wordpress/?feed=rss. And I am looking to format it so it fits in the upper right hand spot of my header. My website is here http://jacobnlsn.com/. Its the black box in the upper right hand corner. How would I go about doing something like that? Thanks for your time!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 RSS 解析器,它还可以缓存提要以节省每个人的时间和金钱:
http://lastrss.oslab.net/
还有一个滚动条或滚动条 - 可以在这里找到一个不错的:
http://www .dynamicdrive.com/dynamicindex17/rsspausescroller/
Try an RSS parser, which also caches the feed to save everyone time and money:
http://lastrss.oslab.net/
And a ticker or scroller - a decent one can be found here:
http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/
您可以使用您选择的语言构建自己的 RSS 解析器。 当您使用 PHP 时,SimpleXML 函数提供了一个简单的解决方案。
You could build your own RSS parser in the language of your choice. As you use PHP, SimpleXML functions provide a simple solution.