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?
+1
A:
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.
ceejayoz
2009-12-23 13:42:35
The feed is valid. I checked it.
RPK
2009-12-24 06:48:22
In that case, you'll need to contact TwitterFeed for support.
ceejayoz
2009-12-24 13:49:00