adding updated keyword news from yahoo on your site

Discussion in 'HTML & Website Design' started by letsmakeamillion, May 17, 2005.

  1. #1
    hi guys,

    all the way at the bottom left of this web page:

    http://www.acommodity.com/

    there are auto updating yahoo news there on a specific keyword term..

    I do not believe it is javascript code since when you do a 'view source', you can see the news and keywords content. This is good for fresh search engine content.

    Does anyone know how he put this type of auto updating yahoo keyword news content on his pages?

    lmm
     
    letsmakeamillion, May 17, 2005 IP
  2. Bernard

    Bernard Well-Known Member

    Messages:
    1,608
    Likes Received:
    107
    Best Answers:
    0
    Trophy Points:
    185
    #2
    It's an RSS feed. You can do the same thing with any RSS reader script. CaRP is a good one IMO.
     
    Bernard, May 17, 2005 IP
  3. letsmakeamillion

    letsmakeamillion Well-Known Member

    Messages:
    319
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    108
    #3
    but how did he put it in his page? as far as I can tell his page is .html, not .php

    yes, carp will let you put rss within web pages, but only as javascript or php, and as far as I can tell it is not javascript, and it cannot be php either because his page ends with .html extension???

    lmm
     
    letsmakeamillion, May 17, 2005 IP
  4. Bernard

    Bernard Well-Known Member

    Messages:
    1,608
    Likes Received:
    107
    Best Answers:
    0
    Trophy Points:
    185
    #4
    You can configure Apache/Linux servers to parse .html pages with the PHP parser. PHP scripts are parsed on the server side so the output is pure HTML code. CaRP works this way. You can see an example that I built with .html pages being parsed as PHP with CaRP at the InterPlan site in my sig. It's pulling the blog headlines into the 'news' box under the left nav menu.
     
    Bernard, May 17, 2005 IP
  5. chachi

    chachi The other Jason

    Messages:
    1,600
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #5
    check out magpierss
     
    chachi, May 17, 2005 IP