Simple simple simple

Googtube allows users to embed Youtube, Vimeo and Google Videos in a simple way without tags. When users post a url to videos the link is automatically converted to a video witch is actually embed code.

News

For DRUPAL 7

There are now four methods to show video (since version 7.x-2.0 or 6.x-2.0):
-Embedded
-Iframe
-Colorbox (needs Colorbox module to be installed)
-Floatbox (needs Floatbox module to be installed)

Installation

  1. Copy the googtube folder to the Drupal sites/all/modules/ directory.
  2. Go to 'administer > modules', and enable the googtube.module
  3. Go to 'administer > configuration > input formats' and enable the filter in the desired input formats. (At least "Filtered HTML")
  4. Rearrange the filters on the input format's 'rearrange' tab to
    resolve conflicts with other filters. After the HTML filter and before the URL Filter is probably best.
  5. (Optional) Change the options in the filter tab if needed (version X.x-2.0 and more)

For example, my "Filtered HTML" is rearrange like this

HTML filter
googtube filter	
Line break converter
URL filter
HTML corrector

If you don't do this, you'll end up with double videos.

---------------------------
Maintainer : alexandreracine
Original creator : keizo

Project information

Releases