将运行时 RSS 连接到 TwitterFeed
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,
.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.