Hi,

I am a bit new in drupal community, and wanted to have support for youtube videos in my experimental website. I installed the Media: Youtube module and all supporting modules and zend libraries. However i couldn't find any comprehensive documentation on how to add a youtube video in a content using this module framework. Any help in this regard is highly appreciated.

thanks,
Pandey

Comments

pandey5’s picture

i managed to successfully do this simple task :)
anybody who needs to understand how to do this, pls read this article:
http://www.ehow.com/how_4860617_embed-video-drupal.html

sp_key’s picture

Hi Pandey,

I don't know the specific module and framework so I don't know if this is a requirement of yours. Apologies if it is.
The way to add youtube videos is with the media emfield module. You just create a content type using CCK module and add a media field to it. It's very diverse as you can add videos from other sites like vimeo and blip too.

Also, you can 'casually' add a Youtube video in any content by pasting its embed code from Youtube.

Again, apologies if this needs to be with specified modules.

pandey5’s picture

Hi,
thanks for the comments. As of this moment, i just needed the youtube and by embedding the emdbed code, it is working. Will explore more options with emfield module as well...

thanks.
pandey