将运行时 RSS 连接到 TwitterFeed

发布于 2024-08-16 02:44:28 字数 90 浏览 3 评论 0原文

我正在使用 PHP 在运行时创建 RSS。我将链接连接到 TwitterFeed,但它没有向 Twitter 提交推文。 URL 文件名是否必须具有扩展名 .xml?

I am creating RSS at runtime using PHP. I connected the link to TwitterFeed, but it is not submitting tweets to Twitter. Is it compulsory that the URL file name must have the extension .xml?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

蓝颜夕 2024-08-23 02:44:28

不,.xml 扩展名不是必需的。

如果没有看到您的提要,几乎不可能解决此问题。我的猜测是,您的 feed 包含无效字符或其他一些错误,导致 TwitterFeed 的 XML 解析器卡住。尝试通过 http://feedvalidator.org/ 上的验证器运行它,看看会出现什么错误。

No, the .xml extension is by no means required.

Without seeing your feed, it is nearly impossible to troubleshoot this. My guess is that your feed contains invalid characters or some other error that's making TwitterFeed's XML parser choke on it. Try running it through the validator at http://feedvalidator.org/ and see what errors crop up.

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