You are here

INSTALL.txt in Googtube 6.2

Same filename and directory in other branches
  1. 5 INSTALL.txt
  2. 6 INSTALL.txt
  3. 7.2 INSTALL.txt
  4. 7 INSTALL.txt
Readme
------

This is a simple filter module. It automatically converts URLs of 
Youtube and Google Videos into embedded.


Installation
------------

1. Copy the googtube.module folder to the Drupal 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.

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.



Original Author
------

Keizo Gates <kzo@kzo.net>
module based off urlfilter by Steven Wittens <unconed@drupal.org>

File

INSTALL.txt
View source
  1. Readme
  2. ------
  3. This is a simple filter module. It automatically converts URLs of
  4. Youtube and Google Videos into embedded.
  5. Installation
  6. ------------
  7. 1. Copy the googtube.module folder to the Drupal modules/ directory.
  8. 2. Go to 'administer > modules', and enable the googtube.module
  9. 3. Go to 'administer > configuration > input formats' and enable the filter in
  10. the desired input formats.
  11. 4. Rearrange the filters on the input format's 'rearrange' tab to
  12. resolve conflicts with other filters. After the HTML filter and before the URL Filter is probably best.
  13. Original Author
  14. ------
  15. Keizo Gates
  16. module based off urlfilter by Steven Wittens