By oregonwebsiteservices on
I have a site called humanhighlightservices.com which I use to promote my small video recording and editing business - I'm looking for suggestions on what modules I might use to enhance the display and access to the hundred or so videos I have - I don't want to upload the videos to my site, they are all on youtube - currently I just use the youtube embed code and shove them into the advanced forum module - I'm not really stuck on having a forum - Anyways, suggestions? Many thanks in advance!
Comments
Try this approach: Create a
Try this approach:
Create a custom content type with a video field. This will give you more flexibility down the road if you want to use the data elsewhere (with views etc). You can also add a taxonomy field so that you can tag the videos.
To enable the Youtube Field in CCK, you can use the Media Module along with the Media: Youtube.
- http://drupal.org/project/media
- http://drupal.org/project/media_youtube
Or you can use YoutubeField. I prefer this because it is not very robust, which is perfect for your needs. It simply allows you to create a new field in which you can drop the url for the youtube video you want to play. - http://drupal.org/node/1057956
Many Thanks!
I will try what you say!
Media Youtube module
You can use Media Youtube module for this.
http://drupal.org/project/media_youtube
Thanks
Ravi Kumar