仅使用 PHP 显示来自 RSS 源的图像
我正在尝试解析 RSS 提要以仅显示图像。我正在使用通用的 wordpress feed,并且想删除所有不是图像的内容。
我一直在尝试 simplepie ,但一直无法找到仅显示图像的可靠方法。
我找到了这个旧的 simplepie 论坛帖子(http://simplepie.org/support/viewtopic.php?id=643),但无法使代码正常工作。我想它现在可能已经过时了,但我不确定。
我不依赖于 simplepie,但确实需要在 php 中工作并输出 html。任何帮助将不胜感激!
I'm attempting to parse an rss feed to display images only. I am using a generic wordpress feed and would like to strip out everything that isn't an image.
I've been playing around with simplepie and but haven't been able to find a solid way to display images only.
I found this old simplepie forum post (http://simplepie.org/support/viewtopic.php?id=643) but was unable to get the code working. I suppose it may just be outdated by now but am unsure.
I'm not tied to simplepie but do need to work within php and output html. Any help would be greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
或者类似的东西:
Or something like:
查看 SimpleXML。
使用它和 xpath 应该可以满足您的需求。
Check out SimpleXML.
Using it and xpath should get you what you need.