View Single Post
07-01-2011, 03:33 PM
#1
karsva is offline karsva
Status: I'm new around here
Join date: Sep 2010
Location:
Expertise:
Software:
 
Posts: 9
iTrader: 0 / 0%
 

karsva is on a distinguished road

  Old  grabbing media:thumbnail from xml feed

Hi, I'm having a problem grabbing a thumbnail from an xml feed using Google Feeds API. I haven't gotten any solution yet. I have to select media:thumbnail, which is working with the following code, but only in Firefox and IE, not in Google Chrome:

Code:
itemXML.getElementsByTagName('media:thumbnail').length
Any suggestions?