RJM62
Touchdown! Greaser!
- Joined
- Jun 15, 2007
- Messages
- 13,157
- Location
- Upstate New York
- Display Name
Display name:
Geek on the Hill
I have a client who wants me to embed his Twitter RSS feed onto his Web site for SEO purposes (freshness of content).
Twitter limits API calls severely enough that on this guy's site (~30,000 pageviews / month), they would stop accepting API calls.
I can get around that by caching the XML and only calling it from Twitter every 15 minutes or so. (In fact, I have tested such a script and it works.) But that means that everything on the site will be delayed, and will have appeared first on Twitter's page.
So... am I doing him any favors by embedding his Twitter RSS on his site? Would he benefit from regurgitating his Twitter feed, or might it actually hurt him?
There are other options (and he would be willing to pay for them, but I don't want to take advantage of him). One would be to write a stripped-down, Twitter-like application that would accept input from a single user, and write that input to the Web page. Not brain surgery, but tedious and time-consuming unless I can find a canned script and tweak it.
I'm getting different answers to this from colleagues. I'm curious to know what people here think.
Thanks,
Rich
Twitter limits API calls severely enough that on this guy's site (~30,000 pageviews / month), they would stop accepting API calls.
I can get around that by caching the XML and only calling it from Twitter every 15 minutes or so. (In fact, I have tested such a script and it works.) But that means that everything on the site will be delayed, and will have appeared first on Twitter's page.
So... am I doing him any favors by embedding his Twitter RSS on his site? Would he benefit from regurgitating his Twitter feed, or might it actually hurt him?
There are other options (and he would be willing to pay for them, but I don't want to take advantage of him). One would be to write a stripped-down, Twitter-like application that would accept input from a single user, and write that input to the Web page. Not brain surgery, but tedious and time-consuming unless I can find a canned script and tweak it.
I'm getting different answers to this from colleagues. I'm curious to know what people here think.
Thanks,
Rich