Der Beweis

Have I style or what?

VideoWarrior

Based on Oliver’s Wordpress Video-Plugin, it allows to include Videos from Youtube and Google very simple and it keeps your RSS-Feed valid.

Installation

  • 1. Download it
  • 2. Unpack it
  • 3. Change the text of the links (optional)
  • 4. Upload it (wp-content/plugins)
  • 5. Activate it
  • 6. Have Fun with it!

Usage
To include a Youtube Video, you modify the url like this:

http://www.youtube.com/watch?v=123456789

[youtube 123456789]

To include a Video from Vimeo, you modify the url like this:

http://www.vimeo.com/1234567

[vimeo 1234567]

To include a Video from Google modify the url like this:

http://video.google.de/videoplay?docid=-12345678901234567890

[googlevideo -12345678901234567890]

Licence
Do whatever you want with it, but it would be nice, if you would link back to my Site. Thanks

Download

If you have further questions, find any mistakes I made, or have any problems, just drop me a line below.. Thanks!

Sixtus

15 Responses to “VideoWarrior”

  1. Scott Says:

    Here’s my modification of your YOUTUBE_TARGET definition:


    define("YOUTUBE_TARGET", "<object type=\"application/x-shockwave-flash\" data=\"http://www.youtube.com/v/###URL###\" width=\"".YOUTUBE_WIDTH."\" height=\"".YOUTUBE_HEIGHT."\"><param name=\"movie\" value=\"http://www.youtube.com/v/###URL###&border=0\" /><param name=\"wmode\" value=\"transparent\" /></object><br /><br /><a href=\"http://www.youtube.com/watch?v=###URL###\">Direct link to video at Youtube</a>");

    Note the wmode parameter and the addition of border=0 to the url. It makes things prettier.

    Thanks!

  2. Sixtus Says:

    Hi,
    Thanks for your suggestion, I’m sorry you had to try to post it three times..

    The suggestion with the wmode parameter is very good, but in the line

    value=\"http://www.youtube.com/v/###URL###&border=0\"

    is sadly not XHTML valid. But no matter, i worked it out, it gets valid if you type

    value=\"http://www.youtube.com/v/###URL###&amp;border=0;\"

    Many Thanks, I’ll switch to the next version ;)

    Sixtus

  3. Scott Says:

    I must have forgotten to double-escape the ampersand when I posted the last time. :-) Thanks for your quick response!

  4. Chris Says:

    How do I post a Google video? What’s the exact syntax?

    Thanks

  5. Sixtus Says:

    Hi, i updated the description above.. I hope it’ll help!

  6. Paul Says:

    Hi. I just installed the most recent version of VideoWarrior. It works very well. Thank you.

    One thing I would change, if possible, is the language of the link it generates: “Direktlink zum Video auf Youtube.” I would prefer to have this in English: “Direct Link to Youtube Video.”

    Is there something I can do to make this happen?

    Thanks again. I appreciate having such a functional plugin.

    PG

  7. Sixtus Says:

    Hi, I just updated to Version 1.0.3, now you can change in the videowarrior.php file the two lines from

    $ylink = "Direktlink zum Video auf Youtube"; //Change here for Youtube
    $glink = "Direktlink zum Video auf Google-Video"; //Change here for Google Video

    to

    $ylink = "Direct Link to Youtube Video"; //Change here for Youtube
    $glink = "Direct Link to Google Video"; //Change here for Google Video

    Have Fun with it..

  8. Paul Says:

    Many thanks for the timely response. I have updated to the new version and edited it as you suggested. It works fine.

    And I have provided a link back to your site.

    PG

  9. Mimos blogg Says:

    [...] inte lyckats med är att få till att lägga ut YouTubesekvensker, nu hittade jag ett nytt instick, VideoWarrior, som får duga tills jag har hittat något bättre. Att försöka skriva en direkturl till ett [...]

  10. srejbi.info » Blog Archive » VideoWarrior plugin in the owen… Says:

    [...] the Video Warrior plugin into my WP [...]

  11. What Wordpress Plugin’s Do I Use? | Creeva's World 2.0 Says:

    [...] VideoWarrior [...]

  12. 4webmasters » Top 1000 WordPress Plugin Authors Says:

    [...] VideoWarrior [...]

  13. En.nicuilie.eu Blogs » Top 1000 WordPress Plugin Authors Says:

    [...] VideoWarrior [...]

  14. Web Host Says:

    Thanks for this wp plugin. I am looking for a decent video plugin – and here it is.

  15. Sixtus Says:

    That’s why I made it!

    Take it – Use it – Love it ;)

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>