获取网站的 RSS 订阅者数量

发布于 2024-11-16 01:33:30 字数 138 浏览 2 评论 0原文

我需要获取网站的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

何以笙箫默 2024-11-23 01:33:30

仅通过 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文