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
| Comment | File | Size | Author |
|---|---|---|---|
| googtube-7.x-1.x-dev.tar_.gz | 7.99 KB | Luch |
Comments
Comment #1
Luch commentedI 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.
Comment #2
alexandreracine commentedThanks, I'll check it out eventually!
Comment #3
aathewise commentedthanks for this! :)
Comment #4
aathewise commentedhey 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?
Comment #5
Luch commentedSure 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!
Comment #6
aathewise commentedThank you Luch. This is perfect! You are a genius :p
Comment #7
alexandreracine commentedDone, now release... should be online soon...