获取网站的 RSS 订阅者数量
我需要获取网站的 rss 订阅者数量。说 http://blog.twitter.com。我如何在 PHP 中做到这一点?请帮忙谢谢。谷歌 RSS 订阅者。
I need to get the number of rss subscribers for a website. Say http://blog.twitter.com. How do I do that in PHP? Please help thanks. Google RSS subscribers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅通过 PHP 跟踪对 RSS 提要的调用不会为您提供准确的结果,因为谷歌阅读器(或其他基于网络的服务)仅为所有订阅者获取一次提要。
您可以使用 Feedburner (feedburner.google.com) 等外部服务,它可以为您提供订阅者指标。你基本上只是通过他们的系统代理你的提要。
Just tracking the calls to your rss feed via PHP will not give you accurate results as google reader (or other webbased services) ges the feed only once for all subscribers.
You can use an external Service like Feedburner (feedburner.google.com) which gives you subscriber metrics. You basically just proxy your feed through their system.