I was in need of a working version of googtube for Drupal 7.
So I made it working. I upload the code, so you can review and test it.

Regards
Luch Klooster
CONVENT web design and development

CommentFileSizeAuthor
googtube-7.x-1.x-dev.tar_.gz7.99 KBLuch

Comments

Luch’s picture

I forgot to say that I use googtube to show Youtube video's in an overlay.
To achieve this i changed the return statement of the function googtube_youtube,
The original code is still there in a comment line.

alexandreracine’s picture

Title: Working Drupal 7 version of Googtube » Working Drupal 7 version og Googtube

Thanks, I'll check it out eventually!

aathewise’s picture

thanks for this! :)

aathewise’s picture

hey man i know you probably dont want to help me but how could i get it so it turns into a actual embed player and not an image?

Luch’s picture

Title: Working Drupal 7 version og Googtube » Working Drupal 7 version of Googtube

Sure I will.
As I said before I like to show the video in an overlay, but the original code to show the video in an embedded player is still there.
In the file googtube.module on line 54 en 55 you see two lines starting with "return ". At the moment line 54 is commented out, in other words starts with "/* " and ends with " */". To disable the image plus overlay mode and to enable the embedded player mode, just remove the "/* "and " */" from line 54 and place them on line 55. Thats all!

aathewise’s picture

Thank you Luch. This is perfect! You are a genius :p

alexandreracine’s picture

Title: Working Drupal 7 version og Googtube » Working Drupal 7 version of Googtube
Status: Active » Fixed

Done, now release... should be online soon...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.