Embedding Twitter Feed into Page Title

Discussion in 'JavaScript' started by hallogallo, Apr 6, 2010.

  1. #1
    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!
     
    hallogallo, Apr 6, 2010 IP
  2. thecancerus

    thecancerus Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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?
     
    thecancerus, Apr 7, 2010 IP
  3. dimitar christoff

    dimitar christoff Active Member

    Messages:
    882
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    90
    #3
    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...
     
    dimitar christoff, Apr 8, 2010 IP