You are here

README.txt in Googtube 5

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

This is a simple filter module. It automatically converts links to google videos and youtube videos into embedded code.

For example.  If people input stuff like:

------
http://video.google.com/videoplay?docid=1083482561197698956&sourceid=docidfeed&hl=en

http://youtube.com/watch?v=wWBmShJDMMM
------

It will turn into:

------
<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=1083482561197698956&hl=en" flashvars=""> </embed>

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/wWBmShJDMMM"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/wWBmShJDMMM" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
------


Send comments to Keizo Gates <kzo@kzo.net>.


File

README.txt
View source
  1. Readme
  2. ------
  3. This is a simple filter module. It automatically converts links to google videos and youtube videos into embedded code.
  4. For example. If people input stuff like:
  5. ------
  6. http://video.google.com/videoplay?docid=1083482561197698956&sourceid=docidfeed&hl=en
  7. http://youtube.com/watch?v=wWBmShJDMMM
  8. ------
  9. It will turn into:
  10. ------
  11. ------
  12. Send comments to Keizo Gates .