Closed petenice closed 9 years ago
@petenice Thanks for reporting this issue. Would you mind answering a few questions so I can get to the bottom of this?
Sorry about the delay. Answers follow:
Thank you for your excellent work and helpful contribution! It's a great tool.
I was going to create a new issue, but I think this is probably the same thing....
The JSON feed returned by the YouTube API has changed. You need to update videolink.js. Change line 34 from:
'thumbnail': data.items[0].snippet.thumbnails.maxres
to:
'thumbnail': data.items[0].snippet.thumbnails.high.url
@peteheaney Thanks for finding that! Would you be willing to submit a pull request?
@petenice I believe this is fixed because of Pull Request #18. I've merged that into master. Can you give that a try to see if it fixes your problem before I cut a release?
Success! Thank you both!
{my_field_name:thumbnail} returning [object Object] error