I'm working on a blogspot template and I need to get the second image from post content
I've tried this code but I didn't get any results:
var postcontent = entry.content.$t; // The Post Content
var images = postcontent.getElementsByTagName('img');
document.write(images[1]);
I hope this fits your use case, also if this dosent work log the item object to see how you can access the data