google thumbnails don't show
anantagati - December 8, 2007 - 21:46
| Project: | Embedded Media Field |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I enabled videos from youtube and google video.
From google video there are no thumbnails. Instead of thumbnail there is a link "See Video" to the node.
Thumbnails from youtube are ok.

#1
this project is deprecated. Please see the Embedded Media Field Project.
http://drupal.org/project/emfield
#2
Same problem in Embedded Media Field module.
#3
I can confirm this. Youtube thumbnails show, but google video thumbnails do not.
#4
any plan to fix this ?
do you need any particular information ?
I have the problem for all google videos.
This wasn't the case before.
#5
I have a site installed with the newest version of emfield and it is working fine. Can you confirm the version number you are working with?
#6
also, please give one or two google video links you are using, so we can test better.
thanks,
aaron winborn
#7
you might also try putting them into http://drupalhub.org and see if they work there -- that's the latest development version.
#8
Youtube and Google thumbnails urls are called in two ways in your template:
$node->field_url[0]['data']['thumbnail']['filepath'] -> good for Google
$node->field_url[0]['data']['thumbnail']['url'] -> good for Youtube (and other like Blip.tv)
I configured an if-else statement in my template to try witch one is an empty string...
Bye
#9
Closing, as google video thumbnails are working fine in the dev version.