WordPress Video Plugin

FOR AN ENGLISH INSTRUCTION PLEASE SCROLL DOWN!

Nachdem ich irgendwann festgestellt habe, daß ich Youtube Videos nicht einfach so auf dieser Seite einbinden kann, habe ich das Youtube Video Plugin von Jörn gefunden und benutzt. Das hat auch bisher tadellos funktioniert. Allerdings nur bei Videos von Youtube. Für Google Videos liefert Jörn gleich ein zweites Plugin ab. Das hat mir aber immer noch nicht gereicht. Schließlich wollte ich ein Video von myvideo.de verlinken.

So kam ich dann auf die Idee das Plugin zu verändern und habe nun eins gebastelt mit dem Videos von Youtube, Google Video, MyVideo und Fishclip in WordPress darstellbar sind. Weitere verwendbare Videoportale werden folgen.

Ihr könnt meine modifizierte Variante des Plugins hier herunterladen. Dann entpackt ihr es einfach in den wp-content/plugins-Ordner und aktiviert es im Backend von WordPress.

Für Wünsche bitte meine To-Do-Liste benutzen!

Die Anleitung findet ihr entweder in der readme Date oder hier: Anleitung.

Update (31.01.2007): Mit der neuen Version von WordPress 2.1 ist es nun möglich zwischen WYSIWYG- und Richtexteditor während des Schreibens umzuschalten. Das Einbetten von Videos funktioniert nun einwandfrei. Ich denke das Plugin wird nicht weiter gebraucht und stelle daher die Entwicklung ein. Sollte jedoch gewünscht werden, daß ich daran weiter arbeite, werde ich es wahrscheinlich machen.

Update (15.02.2007): Auf Grund von Zustimmung und Ermunterung mache ich weiter mit der Entwicklung.

DOWNLOAD

>> Download WordPress-Video-Plugin v. 0.744 (zip) <<

Wenn Ihnen dieses Plugin gefällt, spenden Sie doch bitte über Paypal.

Usage instructions:

Please use the To-Do-Liste for wishes!

For using the plugin please read the readme file or the instruction here: Instruction.

It works with WordPress 3.0!

Update (31.01.2007): With the new version of wordpress 2.1 it is possible to switch between WYSIWYG- and Richtexteditor while you are writing. Embedding videos now works fine. I think, the plugin is not needed anymore and I am stopping developing it. But if there is a need to continue developing, I will do it.

Update (15.02.2007): I will still develope this plugin.

DOWNLOAD

>> Download WordPress-Video-Plugin v. 0.744 (zip) <<

If you like this plugin, please donate via paypal.

Changelog

Verwandte Artikel:

Anzeige

820 Comments

  1. Thank you for the useful plugin.

    I’ve noticed that I’m returning to the instructions page time and time again.
    Would you please add a link in the installed plugin profile to the instructions page?
    And a quick guide line as following would be helpful:
    [VideoService UniqueCode]

    Thanks once more

  2. Jaz

    Love this plug in many hanks for the great work…

  3. Anya

    Hi and thanx so much for your plugin. I use it on my site. Many times I need insert video from http://www.novamov.com . Do you think is possible insert with your plugin? Many thanx. Anya

  4. Hi again, just a suggestion:
    It would be great if your plugin could load those videos into jw player or flowplayer (at least some of them). That way we wouldnt get those ad popups from megavideo, etc and would also have full screen support.

    Thanks

  5. Eurolappen

    Eine solche Arbeit ist eigentlich unbezahlbar. Schön, dass es Leute wie dich, mit soviel knowhow gibt, von denen Leute wie wir profitieren können.

    Dankle

  6. Thanks for this great plug-in! I use it on my Dating And Attraction blog at http://chick-magnet.net/blog .

    I made these changes to enable the SlideCast feature of slideshare.net. It also adds a wmode=“transparent” parameter so that popovers like Action PopUp http://greyham.actionpopup.com/ appear in front of the video instead of behind:

    // SlideShare Slides

    define(“SS_WIDTH”, 425);
    define(“SS_HEIGHT”, 355);
    define(“SS_REGEXP”, “/\["slideshare" ([[:print:]]+)\]/”);

    define(“SS_TARGET”, “”);

  7. Ginger

    Hi, thanks so much for your plugin. I use it on my site. Many times I need insert video from http://www.zshare.net . Do you think is possible insert with your plugin? Many thanks Ginger

  8. Thank so much for great plugin. This plugin is very easy to use. Bunch :D

  9. I like the flexibility of you video plugin but noticed the Brightcove portion of the video.php file is using the old version of the embed code causing the inability to place the BC3 and BC4 players within the blog. Here are the changes that were needed including the Player ID and Publisher ID – Line 1181 – that need to be filled in when dfined:

    // Brightcove code

    define(“BRIGHTCOVE_WIDTH”, 480);
    define(“BRIGHTCOVE_HEIGHT”, 320);
    define(“BRIGHTCOVE_PLAYER”, 416542555);
    define(“BRIGHTCOVE_PUBLISHER”, [PUBLISHERID]);
    define(“BRIGHTCOVE_REGEXP”, “/\/”);
    define(“BRIGHTCOVE_TARGET”, “”);

    function brightcove_plugin_callback($match)
    {
    $output = BRIGHTCOVE_TARGET;
    $output = str_replace(“###URL###”, $match[1], $output);
    return ($output);
    }

    function brightcove_plugin($content)
    {
    return (preg_replace_callback(BRIGHTCOVE_REGEXP, ‘brightcove_plugin_callback’, $content));
    }

    add_filter(‘the_content’, ‘brightcove_plugin’);
    add_filter(‘the_content_rss’, ‘brightcove_plugin’);
    add_filter(‘comment_text’, ‘brightcove_plugin’);

    What would be nice is a Word Press interface for this plugin to adjust any and all defined attributes for each player type – width, height, player ID and so on.

    Thank you!

  10. I am sorry about this, but I do not know why there is this failure. I am running this plugin on wordpress 2.7 and nothing strange happened. Maybe it is caused by interdependency with another plugin. Please contact me by mail!

  11. Excellent plugin, thanks!

    I did notice though that the wmode=transparent is on the YouTube playlist code but not the Youtube code. I was having trouble with the video hiding part of a menu but when I added the wmode=transparent to the YouTube code in the plugin, it fixed it. You might consider this small update.

    Thanks again!
    Mike

  12. Is it possible to make the plugin stop after the video plays, rather than bringing up other similar videos at the bottom of the screen?

  13. Danke für das tolle Plugin!

  14. Ali

    just amazing, what l was looking for man

  15. outstanding plugin for video management

  16. I got the following message when I updated to the latest…Any ideas? can I go back to the older version?
    The message all over the front page, under every post. When I deactivate the plugin, the message goes away.

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘generic_plugin’ was given in /home/oddjobl1/public_html/wp-includes/plugin.php on line 166

  17. Irid

    Im update to the latest version but cause fatal error.videos.php on line 28.how ro fix this?

  18. @nokohaha @Irid: I don’t know whats happening. I tried to update the plugin in 3 different blogs and everytime everything was ok. Please use the older version: http://downloads.wordpress.org/plugin/wordpress-video-plugin.0.73.zip

    • Hallo daburna,

      dein Plugin hat auch bei mir immer wunderbar funktioniert – bis heute. Nach der Aktualisierung ragen die Videos plötzlich in die Navigationsleiste herein. Gibt’s noch mal ein Update oder soll ich auf die ältere Version zurückgreifen?

      Schöne Grüße
      Tobias

      • Hallo Tobias,

        ich hab vorhin schon zwei kleine Fehler gefunden, die sich eingeschlichen haben. Nutze am Besten erstmal die ältere Version. Ich versuch heute Abend, die Fehler zu beheben. Die bei WordPress inzwischen angezeigte Verison 0.742 ist übrigens nicht vorhanden. Kann ich aber gerade nicht ändern. Da müssen erstmal die Vorlesungen zu Ende sein.

        Gruß
        daburna

      • Hallo daburna,

        vielen Dank für die schnelle Antwort.
        Hab jetzt erst mal wieder die alte Version hochgeladen.
        Jetzt funktioniert wieder alles. =)

        Schöne Grüße
        Tobias

      • Hallo daburna,

        hab nach deiner Mail eben die neue Version ausprobiert, aber die Videos lappten dann wieder in die Navigationsleiste hinein. Hab jetzt wieder die alte Version raufgespielt.

        Schöne Grüße
        Tobias

  19. After a plugin upgrade, a had today an blog error msg, at home:
    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘tt_plugin’ was given in /home/novasin/public_html/wp-includes/plugin.php on line 166

    Thks for your help
    Alexandre

  20. After the last update, the plugin makes my frontpage fail. Take a look: http://www.ellingsen.ws/spill

  21. Great plugin, saves time.
    Vielen Dank!

    Is it correct that the embedded videos in the post do NOT show up in the RSS feed though.. (routing feed through feedburner, subscribed in Google Reader)?

  22. booking

    I tried to update the plugin, but it give me this error:

    Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /web/htdocs/www.angolocreativo.com/home/wp-content/plugins/videos.php on line 28

    Why?

    Answer me as soon as possible

  23. Emre

    Hi, i using your plugin and have a question. i adding yahoo video ( ) but how can create thumbnail image?

  24. I have a new blog and will be using videos from NMATV (http://www.nmatv.com) I downloaded your program and have not been able to insert a video per the instructions. I reviewed your list of sources for videos and did not see one for NMATV. Would you happen to have a sample code example for embedding a video from NMATV. Thanks greatly.

  25. nice great pulgin thanks for sharing

  26. Please add the param name=”allowFullScreen” value=”true” to youtube videos in order to allow fullscreen toggle in future versions. (I’ve already done this on my site)
     
    Thanks.

  27. Leo

    Hi all,
    I use this plug in and I’m really glad of it, ,but in the last time, with youtube I´m haveing some problems.
    For example I cannot include the following video 
    [youtube U6zAZ-nHQuo]
    could you explain me why?
    tnx

  28. Hallo,
    wollte folgendes Video einbinden:

    http://www.myvideo.de/watch/7697995/Charly_und_Sascha_beim_F_Schlepp

    mit

    funtioniert es leider nicht (mehr)!

    Wo liegt der Fehler?

Pings and Trackbacks

Leave a Reply