Hello, As the post title suggests, I am trying to embed a Twitter feed into the page title of my website I've found plenty of codes with which to embed the feed into the body of the page, but none for the title. Is this possible? Please help! What I'm ultimately after a title with the website name, then the feed after that, e.g. "www.websitename.com - [Twitter feed inserted here]" Thank you in advance!
I doubt anything like that would exists.. why don't you write the title you want in the page itself ? I mean why do you want to use javascript for that?
i don't see a problem in doing so in either js or server side. but basically, you can use js to set page title after you fetch some data from your twitter feed, its not hard at all. however, if you want seo value you need to do this serverside instead...