Easy Rss Parser Script
Hello,
i want to add to my wordpress website a page that display CINEMA’S and FILM information from this RSS feed:
http://comingsoon.it/cinema/rss.asp?prov=12&city=5396
I need to reand only some nodes for each film not all nodes ( i will send you the list of relevant noodes before the start of the project )
This is my website:
http://www.zenatonight.it/cinema
As you can see actually with the feed reader inside wordpress i read all informations in the RSS feed and i diply them in the page.
The new parser must read the RSS feed and create a matrix with all posters of the films like in this website ( the film poster + under the poster only the title of the film ):
http://genova.tonight.eu/cinema
The user when click on top of each poster or title of film under it, open a lightbox or something similar and inside the box there is the trailer and some more information that we will define later when you are working on it.
I found that:
http://wordpress.org/extend/plugins/rss-import/
I don’t know if can be a starting point.