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.72 (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 2.9!
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.72 (zip) <<
If you like this plugin, please donate via paypal.












Danke für den Trackback, habe Deinen kommentar etwas verändert ich hoffe es ist in Deinem Sinne.
Ciao Stefan
Ja sicher, so kann man wenigstens erkenne, worum es in meinem Beitrag geht. Dankeschön!
Danke für Deinen Kommentar!
Ist das eigentlich Absicht, dass bei Deinen Kommentaren “external nofollow” gesetzt wird? Kuck mal vorbei ^^
Ne, ist keine Absicht. Daß Worpress sowas automatisch setzt, wußte ich bisher garnicht. Hab mir jetzt mal das Follow-Plugin installiert.
“Hab mir jetzt mal das Follow-Plugin installiert.”
Sehr gut, da sag ich doch mal dankeschön für den Backlink!
Hi!
Dein Clipfish-Plugin funktioniert nicht. Von diesem Video hier:
http://www.clipfish.com/player.php?videoid=MjM4NjV8Ng%3D%3D&tl=&cat=
habe ich im Wordpress-Blog folgendes daraus gemacht:
["clipfish" MjM4NjV8Ng%3D%3D&tl=&cat=]
alternativ habe ich auch das noch probiert:
["clipfish" MjM4NjV8Ng]
beides funktioniert nicht.
Hast Du eine Lösung?
Der Code von Clipfish ist irgendwie merkwürdig. Man kann das Video nur sehen indem man unter dem Clipfish Video auf “Für meine Website” klickt. Dann im geöffneten Fenster die Zeile embed src sucht. Dort steht die URL vom Video. Die ID ist alles was hinter videoid= steht. Das sieht dann so aus. Natürlich ohne Anführungszeichen. ["clipfish" MjM4NjV8Ng%3D%3D&r=1] Alternativ die URL im Browser nehmen: http://www.clipfish.com/player.php?videoid=MjM4NjV8Ng%3D%3D&tl=&cat= Dort ist der erste Teil der ID fett makiert. Nun noch &r=1 dahinter setzen und es sollte funktionieren.
Ok, ich werd das komfortabler lösen, als ich eben vorgeschlagen habe. Spätestens am WE kommt eine neue Version des Plugins heraus, mit der das dann besser funktionieren sollte.
So. In Version 0.3 sollte es nicht so umständlich sein. Einfach so versuchen, wie du hier gepostet hast.
Hey ho,
kann es sein, dass das PlugIn zusammen mit Opera 9 nicht funktioniert? IE machts tadellos :/
Sorry, ich hab leider nicht die Möglichkeit das mit Opera zu überprüfen. Unter Firefox 2.0 läuft das aber super. Werden die Videos mit Opera nicht angezeigt? Hast du da das Flashplugin installiert?
Great plug-in! Thanks for writing it and releasing it!
Hallo daBurna,
ich finde Dein Videoplugin wirklich super, da es sehr einfach zu bedienen ist. Nur würde ich mir noch ein paar mehr Video-Pages wünschen, die sich in Wordpress integrieren lassen. Guck mal auf diese Seite hier:
http://www.verficktescheisse.com/
Da hat sich jemand mit Wordpress und etlichen Video-Seiten ausgetobt … Sevenload, Dailymotion sind nur einige davon.
Ich werde ganz sicher weiter am Ball bleiben und wieder auf Deine Seite kommen.
Bis dahin
Cya
Leider funktionieren bei mir google docid mit einem minuszeichen davor nicht. Was sind das für Videos eigentlich, warum haben einige Minuszeichen vor der docid?
Du mußt das Minuszeichen mit eingeben. Das gehört zur ID dazu. Z.B. hier:
http://video.google.de/videoplay?docid=-7175882641932738003hm hm .. ich würde dir für dein Plugin empfehlen, einfach ne schnicke DB-table (z.b. wp_video) zusätzlich reinzuknallen, mit in etwa folgender struktur:
- vp_id: intval(6), auto increment, not null
- vp_keyword: varchar(50), not null
- vp_url: varchar(200), not null
- vp_status: intval(1), 0 (0 = enabled, 1 = disabled)
vorbelegt: 4x daten, d.h. die bisherigen einträge zu youtube, myvideo, clipfish und google video
dazu noch ein netter admin-part, bei dem man für erweiterungen einfach ein hübsches formular benutzt, in welchem die oben genannte tabelle in benutzerfreundlicher form abgebildet ist, inkl. ein paar weiteren feldern, die man dann munter mit neuen media-plattformen füllen kann
cu, w0lf.
Ok, werd darüber mal nachdenken. Bin aber nicht so der PHP-Profi.
Erst einmal danke für das tolle Plug in. Kann man mit diesem Plug in auch Videos von Metacafe oder Revver integrieren?
Gruß
Sammy
Noch nicht, aber daran arbeite ich.
Thank you. Nice plugin – just works!
Thank you very much for this plugin!!!
I don’t have idea of computers (and neither of english, you see) but it’s works!
It’s wonderful!
Thanks a lot!
Happy new year! Happy birthday! Happy life! Etc., etc.,…
Requests:
Support for QUICKTAGS
Support for these sites: BLIP.tv – Revver – Uncut Video – Vimeo
That would be much appreciated man!
GOOD WORK KEEP IT UP!
Ok, I wrote it down on my to-do-list.
Thanks!!!! Your plugin works great! If only it could support Blip.tv !
good work man!
Hi, thank you for the useful plugin, you can com over and watch the fireworks form the tallest building in the world. It’s crazy:D Regardless the chinese characters, just push play on the youtube videos.
pei from F. M .
Muy buen plugin!
You, sir, a great man. Simply wonderful.
Danke!
Hello there!
Im trying to use your plugin but it is not parsing out the ["youtube id#] correctly its just showing the same code without inserting the video script… Not sure whats wrong, I cant read german. Any ideas?
thanks! 1mil from millionster.com
Hello 1mil!
Let me try to solve your problem. Please send me the youtube link (including the whole URL) and the ID you tried to use.
I used your plug-in and copy and pasted the information above but it didn’t work. I am unclear as to how the final code should look. I tried many different ways, but finally got fed up and had to move on.
I´m sorry, but this information is unuseful to find and solve the problem. Please give me more detailed information.
Hallo,
Hab mir jetzt mal das Follow-Plugin installiert.
Mfg,
YBAE.
Hello, I’m trying to use your plugin but it doesn’t work, if you look at :
http://www.antonellocicchese.com/2006/11/20/javaday-roma/
you’ll find a post (not related with the video) that doesn’t show anything else than the video plugin tag.
Can you help me? Best regards
Antonello
Hi!
I don´t know, why the plugin does not work. First I thought it does´nt work with this skin, but then I downloaded it and tested it on my own blog. And it works! So, I´m really sorry.
Ure are sure that you´re usign PHP5?
Greetings
daburna
Hi daburna, thank you for your reply, problem solved!
It’s my own plugin that was causing such problem.
Thank you again
Antonello
Thanks for the plugin! Bookmarked it now and will add it to my blog soon
Thanks. Your plug-in works great. Your plug-in has the best play back so far compared to the several I’ve tried tonight. One question though, I’m a graphic designer, new to wordpress and pretty nitpicky when it comes to formatting and visual display. My question is how come when posting youtube videos I get a white border around the video? I noticed some video plug-ins didn’t do this but at the same time didn’t have as good a performance in video playback. Any ideas how this white border could be removed? Thank you very much!
Hm… wll I don´t know why there is this white border, but I´ll check it after my tests at university in 2 weeks. So watch out my page, in 2 – 3 weeks there will be an update of this plugin!
Thanks for the response and the blog visit to check it out. I actually found another way that to embed video by turning off the rich visual editor so that it doesn’t automatically format the code. Works quite well primarily if you don’t care for the visual editor much. Thanks for your words and time! Cheers
Dickes Lob für das Plugin. Ist schon was für Yahoo-Video in Aussicht?
Steht auf der To-Do Liste. Kommt aber höchstens erst in 2 Wochen. Bis dahin Unistress…
It may not be ‘needed’ anymore, but it still damn convenient. Makes things a Hell of a lot easier
Yes, I think it´s easier to put [video id] instead of the whole embeded code into your blog. So, cause of this and of the coding fun, I´ll try to make a new release within the next 2 weeks.
I don’t speak german, I’m Spanish.
I want to propouse one think.
I use your plugin but I want to say that if you add in http://www.wp-plugins.net all users of your plugin can chech with plugin “Update manager” if are available new version of all plugins that they are using. If you can add your plugins to this site, this other plugin can check the version of all plugins with only one click.
Well, no problem, I even speak some Englisch.
Thanks for the hint. I´ll use this plugin too. And if you search for video at wp-plugins.net, you´ll find my plugin there at this uri http://wp-plugins.net/plugin/videos.php/#plugin_1932.
Hi,
geniales Plugin, wenn es funktionieren, macht es bei mir aber leider nicht.
Weißt du vielleicht einen Rat, wäre toll!
Moin,
nur mit dem Hinweis, daß es nicht funktioniert, kann ich leider nichts anfangen. Bei jemand anderem lag es an einem anderen Plugin, die beiden haben sich irgendwie gegenseitig blockiert.
Hi,
Could you please have a look at my site? The videos embedded with your plugin (i.e. Dailymotion etc) interfere with the “Share This” button below each post. i.e. When you click on the share this button the popup hides behind the video (video player always stays on top). I think it may be your plugin, because the flvplayer plugin that I use (wordtube) doesn’t do this. Is there any way to fix this?
Thanks,
nano
Hi!
I´m hoping to solve this problem in the next coming version.
Looking forward to the update… cheers
Hi,
the same interference (video player always stay on top and other things hide behind the video) happen with Snap Preview Anywhere™ window.
Maybe this is the same fix!
Thanks for this really good plugin!!!
Mike
Hallo,
hatte ein ähnliches Problem wie nano ein paar Kommentare weiter oben beschrieben hat. Ich benutze die Lightbox für Bilder. Diese wurden von den Flash-Playern überlagert.
Die Lösung ist hier beschrieben: http://blog.stephan.manske-net.de/archives/51-Flash-Videos-und-Lightbox-Problem-und-Loesung.html
Ich habe den Code des Plugins für mich modifiziert und den folgenden Parameter für jedes der Video-Portale eingefügt:
Bitte dies in der nächsten Version auch einbinden.
Übrigens könnte der ganze doppelte Code auch mal etwas besser strukturiert werden…
Grüße,
TS
Der Code hat wohl nicht ganz geklappt:
<param name=\”wmode\” value=\”transparent\” />
Ah, danke! Werd das demnächst einbauen. Tja, von PHP hab ich noch nicht so viel Ahnung. Werd aber mal dran arbeiten und dann den Code generell verbessern.
I add this code for back flash
see this: http://www.huddletogether.com/forum/comments.php?DiscussionID=49&page=1#Item_8
Hi,
This plug-in is very useful!
Viele Danke
Want to Save Google Videos to your hard drive to play later?
Download Google Videos
Also ich fänd es schon nicht schlecht wenn das Plugin weiter entwickelt werden würde.
Denn es sind nicht alle sind schon auf Wordpress 2.1 umgestiegen und außerdem schießen inzwischen immer mehr Video-Sharer aus dem Boden bei denen es sich lohnen würde sie einzubinden. Aufgefallen ist mir dabei onetruemedia die auch das erstellen von Videos anbieten
WP 2.0.8 weigert sich bei diesen leider immer noch sehr diese Videos einzufügen.
Das ging aber schnell mit der Weiterentwicklung. Danke dafür.
Nun noch eine Frage. Bei einfügen eines Videos von Videotube wird dieses direkt abgespielt. Gibt es eine Möglichkeit das zu verhindern so das man nur den ersten Frame sehen kann und auf Play drücken muss?
Ja das Problem hatte ich anfangs nicht lösen können. Allerdings seh ich jetzt auf Anhieb wodrann es liegt. Werd das entweder heute abend oder morgen früh nochmal als Version 0.51 hochladen.
Keep this plugin going, Nice Work! Since I use my own hosting service, all the code that wordpress supports does not work outside their own servers.
Thank you for making this possible.
Maybe I just don’t get it or maybe it’s not working right but either way can someone please describe and show exactly what the input code should look like and where you put it on your post. I tried a couple of versions in the body of my post but it only shows the code and not the video. Thanks
Hi Tony,
just write something like e.g. ["youtube" -BT38rbo5Eg] (attention: youtube without “”) into the textbox. If the plugin is activated and the id is correct, it will work.
Plugin works well, but when activated I have no form buttons in the visual text editor … How can I fix it ?? (WP 2.1)
Thank you for adding wmode=transparent. It makes a huge difference.
I would suggest one more feature: allow user to specify video size like ["youtube" id width hight].
Thx!
Interesting wish! I´ll think about it.
Daburna,
Great stuff. I was looking at the code, and adding dimensions would not be too difficult. It would require extending the regular expression.
Rather than defining everything, just pass the parameters. That way you don’t have to define unused terms which increases efficiency.
I like the versatility of the plugin. Keep up the good work.
monte
{x:
Hello,
Im trying to use your plugin but it is not parsing out the [”youtube id#] correctly its just showing the same code without inserting the video script… Not sure whats wrong, I cant read german. Any ideas?
The adress video is http://www.youtube.com/watch?v=iLMOdhce-Pk
thanks!
Rodrigo
Holla Rodrigo,
I´m sorry, I cannot understand this problem. When I put ["youtube" iLMOdhce-Pk] (without these “-signs) in my blog, it showed me the youtube video.
Greetings
daburna
Would it be possible to add tab buttons or a docking box with the buttons to the Write page in the next release?
it could insert code like and the user should replace ‘id’.
sorry about that …
What I mentioned in the previous post is:
Would it be possible to add tab buttons or a docking box with the buttons to the Write page in the next release?
it could insert code like ["youtube" id] and the user should replace ‘id’.
Hallo auch,
herzlichen Dank für dieses Plugin!
Heruntergeladen, entpackt, hochgeladen, aktiviert und ausprobiert. Hat einen Moment gedauertbis ich geschnallt hatte… einfach nur [...] eckige Klammer setzen, Name des Dienstes rein wie hier oben beschrieben, Leertaste und die ID! Das war’s! Es ist ja so einfach!
Dann für Freunde von mir in Echt eingesetzt:
http://www.woanka.de/wordpress/?p=17
Danke nochmal.
Hans
Mir ist da noch was eingefallen
Da ja inzwischen immer mehr Abmahnungen bezüglich Links und Videos durch die Lande flattern, könnte das Pkugin möglicherweise noch soweit erweitert werden das unter dem Video noch ein anklickbarer Link mit der Ursprungsadresse ist?
Natürlich kann man den auch von Hand einfügen aber komplett wäre schon komfortabler.
your plugin works great in my website. thank you very much! i have one favor to ask though, is there a possibility that you can include dropshots in your future version, thanks!
Thank you for this plugin! Would you be able to add gamevideos.com code to the list in the future?
Hi, may I recommend that for the next release you consider using SWFObject – http://blog.deconcept.com/swfobject/ for embedding the tags. This is now the de facto standard (and best) way to embed flash content. It also bypasses the Eolas message in IE7…
i´ve tried everything, but it doesn´t work
Hello
Thank you for the plugin.
I´ve the same problem Rodrigo related on 2007-02-28.
With these “-signs, doesn’t work. Without them, works fine.
I’m using WP 2.1.2
[]’s
Alexandre
The use of the ” is only to prevent what happened in the message I posted in 2007-03-06 . In the pages you should use it without the “
Please add veoh.com
Thanks!
iupiiii… i got it! now it´s working fine! thanks!
Love the plugin! But…it’s not validating as xhtml
wmode=”transparent” is not a valid argument. Is there a way to fix that without getting the white background-color?
For upcoming update. To do it valid you should add
instead ofwmode=\”transparent\”Keep up the good work!
Ok, I´ll try to remember it for next release. Thanks for the hint.
Sorry seams i can’t write that code properly
param name=\"wmode\" value=\"transparent\"Hi!
Bisher lief das Plugin super. Seit 2 Wochen wird meine Seite aber bei aktiviertem Plugin nicht mehr vollständig geladen, Java zeigt “Objekt wird erwartet an”. Sobald ich das Plugin deaktiviere gehts.
Kann es sein, dass eine neue Java Variante Probleme mit dem Plugin hat?!
Danke
Heiko
Moin!
Hmmm da hab ich leider zu wenig Ahnung. Funktioniert das Plugin bei allen Videoseiten oder nur bei einer bestimmten nicht?
Grüße
daburna
Nabend
Glaube es liegt an Clipfish. Habe jetzt ein anderes Plugin laufen, wo die lipfish Videos gingen…dummerweise mit Autostart, der nicht zu deaktivieren war => hab die Clipfish Videos rausgeworfen. Jetzt gehts.
Well! this is my first comment on that site and I must say it looks very pretty, and the fonts are particularly well chosen.
Im trying to use your plugin but it is not parsing out correctly its just showing the same code without inserting the video script… Not sure whats wrong,Any ideas?
I am glad to post my views and points in this blog
Dankeschön!
Great plug-in. Thanks
Hey ! I used this plugin since several months, but today, i tried to insert a dailymotion vidéo, its URL : http://www.dailymotion.com/fr/featured/video/x1upou_justice-dance
so the ID doesn’t work, i can’t add this vidéo on my blog… do you know how correct that ?
It is a little bit difficult to find the correct ID for dailymotion. You have to copy the link for an embedded player. Then search for value=. Behind it, you will find the URL with the ID. Here it is 2HDJe1oVol9uHd3J4
Oups sorry…
thank you !
The movie not working at my sites. Why?
Sweet plugin, thank you!
sehr cooles plugin, danke sehr.
aber macht es extrem viel mühe, vielleicht noch brightcove.com miteinzubinden? mir kommt der anbieter qualitativ relativ hochwertig vor, deswegen würde ich ihn am liebsten ebenfalls benutzen können.
danke aber auch schon so.
grüße,
dissi
Ok, werd mir das mal in der nächsten freien Zeit ansehen und einbauen.
cool
Great plugin! Thanks. SSM
* Jesper, remove the “” quotes, so simply add into the post;
Hope that helps.
Sorry, just realised this video is embedded. Ooops.
Echt ein wunderbares Plugin, ich würde mir noch LiveLeak-Unterstützung wünschen.
Ich hab mir mal den Plugincode angeschaut. Da der ja nicht sooo kompliziert ist, hab ich LiveLeak selbst integriert.
Darfst du gerne für die nächste Version verwenden.
//LiveLeak Code
define(“LIVELEAK_WIDTH”, 457);
define(“LIVELEAK_HEIGHT”, 361);
define(“LIVELEAK_REGEXP”, “/\/”);
define(“LIVELEAK_TARGET”, “”);
function liveleak_plugin_callback($match)
{
$output = LIVELEAK_TARGET;
$output = str_replace(“###URL###”, $match[1], $output);
return ($output);
}
function liveleak_plugin($content)
{
return (preg_replace_callback(LIVELEAK_REGEXP, ‘liveleak_plugin_callback’, $content));
}
add_filter(‘the_content’, ‘liveleak_plugin’);
add_filter(‘comment_text’, ‘liveleak_plugin’);
Na super, er hat leider Teile des Codes im Kommentar geparsed. Ich probiers nochmal mit dem code-tag.
//LiveLeak Code
define("LIVELEAK_WIDTH", 457);
define("LIVELEAK_HEIGHT", 361);
define("LIVELEAK_REGEXP", "/\/");
define("LIVELEAK_TARGET", "");
function liveleak_plugin_callback($match)
{
$output = LIVELEAK_TARGET;
$output = str_replace("###URL###", $match[1], $output);
return ($output);
}
function liveleak_plugin($content)
{
return (preg_replace_callback(LIVELEAK_REGEXP, 'liveleak_plugin_callback', $content));
}
add_filter('the_content', 'liveleak_plugin');
add_filter('comment_text', 'liveleak_plugin');
Okay, danke! Werd das demnächst mal einbauen!
Ok, ist in 0.53 drin.
Thank you very much for your plugin. It’s great, easy to use and works well!
superb plugin… simple and sweet!
cheers!
Eigentlich eine gute Idee, aber in meinem Blog http://www.selbstaendig-im-netz.de funktioniert dies nicht.
Schlimmer noch, der ganze Blog geht nicht mehr. Bleibt einfach weiß. Welche Voraussetzungen müssen erfüllt sein?
Ich habe mir deinen Skin installiert und damit lief es bei mir wunderbar. Ich habe leider keine Ahnung, wo das Problem liegen könnte. Welche Vorraussetzungen? Hmmm…die neueste PHP Version?
hi folks!
i tred to add to this plugin other sites for example: myspacetv
Jesus FreakAdd to My Profile | More Videos
but no results
…do you have any clue why so
// MySpaceTV Code
define(“MYSPACETV_WIDTH”, 450);
define(“MYSPACETV_HEIGHT”, 362);
define(“MYSPACETV_REGEXP”, “/\/”);
define(“MYSPACETV_TARGET”, “”);
function myspacetv_plugin_callback($match) {
$output = MYSPACETV_TARGET;
$output = str_replace(“###URL###”, $match[1], $output);
return ($output);
}
function myspacetv_plugin($content) {
return preg_replace_callback(MYSPACETV_REGEXP, ‘myspacetv_plugin_callback’, $content);
}
add_filter(‘the_content’, ‘myspacetv_plugin’);
add_filter(‘comment_text’, ‘myspacetv_plugin’);
I will check your code, correct it and upload it with the next release.
Vielen, vielen Dank, Dein plugin ist das erste das wirklich funktioniert
Erst mal danke für das super Plugin!!
Empfehlung für eine weitere Quelle: veoh.com –> ein sehr hochwertiger Service!
Ich bin dran.
I found you plugin very usefull and simple to use.
I added support for videos and slideshows from Wandeo.com :
//Wandeo Video Code
define("WANDEO_WIDTH", 176);
define("WANDEO_HEIGHT", 165);
define("WANDEO_REGEXP", "/\/");
define("WANDEO_TARGET", "");
function wandeo_plugin_callback($match) {
$output = WANDEO_TARGET;
$output = str_replace("###URL###", $match[1], $output);
return ($output);
}
function wandeo_plugin($content) {
return preg_replace_callback(WANDEO_REGEXP, 'wandeo_plugin_callback', $content);
}
add_filter('the_content', 'wandeo_plugin');
add_filter('comment_text', 'wandeo_plugin');
//Wandeo diaporama Code
define("WANDEOD_WIDTH", 480);
define("WANDEOD_HEIGHT", 270);
define("WANDEOD_REGEXP", "/\[wandeodiapo ([[:print:]]+)\]/");
define("WANDEOD_TARGET", "");
//http://mobiluf.com/flibber_player177.swf&sid=2&vid=2f4809945e37ad5c067679ee976a2266.flv
function wandeod_plugin_callback($match) {
$output = WANDEOD_TARGET;
$output = str_replace("###URL###", $match[1], $output);
return ($output);
}
function wandeod_plugin($content) {
return preg_replace_callback(WANDEOD_REGEXP, 'wandeod_plugin_callback', $content);
}
add_filter('the_content', 'wandeod_plugin');
add_filter('comment_text', 'wandeod_plugin');
is it possible that you add this to your plugin ?
thank you
Yes I would add your code to my plugin. It will be in the next release.
Il modo corretto per farlo funzionare, almeno per quanto riguarda la versione 2.2 è il seguente dove fLUPrMuXd28 sta per il codice.
le virgolette sono decisamente di troppo.
Super Plugin. Habe nur eine Frage, gibt es eine Möglichkeit einen Code zu hinterlegen im Beitrag selber z.b. um das Video kleiner anzuzeigen?
Ich werd mal gucken, an welcher Stelle ich das einbauen kann. Ähm versprechen kann ich dir jetzt nichts, aber ich arbeite dran.
wird auch einmal iFilm.com unterstützt?
Hab ich bereits hier auf dem Desktop integriert und werd es die nächsten Tage hochladen.
Fantastic! Now I have the same functionality I have on Wordpress.com on MY SERVER.
Thank you!
P.S: It’s not clear enough, maybe in the instructions.
You have to write
and NOT
["youtube" ID]
If you write youtube without quotes, it will be parsed and interpreted as a video as you can see in your comment. It is very easy, just write it without quotes as I discriped above.
Nice work man!
Simple and easy.. love it!
Thanks!
Martino
Wäre echt schön wenn Ihr “tutv” mit aufnehmen würdet. Ein Plugin für deren Videos wird von sehr vielen Leuten gesucht.
Okay, steht auf meiner Liste.
Ist drin. ->0.55
Hallo, tolles Plugin, nutzen wir auch ausgiebig in unserem Blog. Was super wäre, wenn du http://stage6.divx.com/ – Unterstützung implementieren würdest. Hat einfach ein super Qualität, u.a. schwärmt auch Robert Basic von der Plattform. Grüße Thorsten
Ja die Seite hab ich auch schon länger auf meiner Liste. Ist aber leider nicht so einfach wie mit den normalen Flashvideos. Hab das eben wie bei den anderen Seite zu integrieren versucht, funzt aber nicht. Suche noch meinen Denkfehler.
Ok, lag wohl an meinem Linux. Das was ich gebastelt hab, funktioniert auf jeden Fall mit Windows und dem DIVX Codec.
Klasse … Danke! … werd es gleich mal ausprobieren …
Hey das tutv Plugin ist wirklich klasse. Funktioniert super ohne Zicken. Hätte da aber noch eine Bitte ;o) wäre es möglich auch ein Plugin für tuporno.tv mit hiier reinzunehmen? Auch dafür gibt es einige die es gebrauchen könnten.
Ähm klar gibt es einige, die so etwas nicht schlecht finden würden. Allerdings werde ich hier keine ab 18 Seiten unterstützen. Wenn du sowas in deinem Plugin willst, guck dir den Code an und versuch es selber einzubauen. Sorry, aber ich bastel hier kein Plugin für Schmuddelseiten.
Hello I have a problem with your plugin. I had uploaded your new version because mine was old.
So I uploaded the folder and when I try to activate it in my admin panel, Wordpress shows : “Le plugin n’a pas pu etre installé car il a déclenché une erreur fatal” so in english “Plugin hadn’t be activated because it started a fatal error”
Do you know why ?
Hi koboy!
Well I don´t know why this happens. I use this plugin too. And I got no problems with activating and deactivating. Perhaps you have not completely downloaded the new version and it´s broken?
Greetings,
daburna
I have downloaded your file again and I reuploaded it in my PLugin folder.
But something is bizar, the 2 little files (.txt) are uploaded with success, but the php folder doesn’t.
When I upload it, my ftp client is disconnecting and reconnecting. But the php file is nevertheless on my ftp
But when I upload the same folder (video.php) but the old (my old version), all is ok, no error…
I´m very sorry, I cannot reproduce this failure. Maybe you should use the old version until I upload a new version and then you could test it again.
Ok thanx. All my vidz are on youtube, dailymotion are google video and it works with your old version so it’s ok. I just have the impossibility to show a liveleak video, but it is not important.
thanx for your work, so usefull…
sorry, I wrote folder 2 times but you have to read file (about the videos.php)
A new version is out now. Perhaps it will work now, but I cannot promise.
I don’t understand why but it works with your new version…
So thanx a lot for your contribution in the blog world !
Thanks for your hard work, your plugin works perfectly !
Hi!
I love your plugin! It solves a lot of problems with embedded video and I thank you for that.
Can you put in support for cellfish.com video?
Yes! Watch out for version 0.56 – available now!
wow great plugin!! HOW DO I DONATE???
Hi Ben,
just use one of the paypal donation buttons above or click here: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=oliverwunder%40gmx%2ede&no_shipping=0&no_note=1&tax=0¤cy_code=EUR&lc=DE&bn=PP%2dDonationsBF&charset=UTF%2d8
[Request]
Can you add videoegg.com and divshare.com and brightcove.com to it?? it would be awesome
and also megavideo.com
thanks.
Hallo,
erstmal danke für das tolle Plugin, ist echt sehr praktisch.
Besteht vielleicht die Möglichkeit, dass man ein Paar Optionen hinzufügt? Ich dachte daran, dass z.B. die Größe des eingebetteten Players änderbar ist, da die hin und wieder z.B. bei stage6 Videos das Theme sprengen.
ah hat sich erledigt, wer lesen kann, ist im Vorteil
ich habe einfach die Größe im Code geändert, und schon passt alles…
Also einfach nur danke für das Plugin!
Thank you for this awesome plugin. It is the best one I’ve found and does its job perfectly!
Great plugin video !
Ein tolles Plugin, vielen dank für die Mühe!!
LG
Frank
Greets:
I;ve been adding in support for other sites like godtube.com, livevideo, splashcast, teachtube and others. Want the code?
Is so, please email me and I’ll send you a copy.
Hi drmike,
yes, please send me (webmaster@daburna.de) the code, I´ll mention you on my website and in the
changelog.
Regards,
daburna
Embedding videos now works fine. I think, the plugin is not needed anymore
How do you mean? WP still messes up the code!
Thanks a lot for this plugin which solved 2 problems for me !
(used with dailymotion)
- code transformation by WP
and
- video which stayed over pictures splash.
No more problem
Could you add support for VXV? (http://www.vxv.com.ar)
Hi, bin absoluter WP-Noob. Kann mir jemand sagen wo genau das Plugin hin muss und wie ich es aktivieren kann?
Danke im Voraus!
Hi Lone,
du entpackst die Zip datei, dann lädst du sie in das Verzeichnis wp-content/plugins/ hoch. Nun noch als Administrator aktivieren und es sollte funzen.
Grüße,
daburna
Wie kann ich es denn in das entsprechende Verzeichnis hochladen? Ich weiß leider nicht wo ich wp-content/plugins finde. Läuft das über “Importieren” in den Einstellungen? Und wie kann ich es anschließend aktivieren?
Sorry für die dummen Fragen.^^
You should add pornotube.com support
das plugin ist grandios.
was noch toll wäre, wäre die integration von “fabchannel.com”. der player da sieht aber kompliziert aus für meine laienaugen.
grüße, dissi
Ok, die Seite kommt auf meine inzwischen schon recht große ToDo Liste.
danke sehr. ich hab inzwischen gesehen, dass man den “embed”-code von fabchannel auch in einen post stecken kann, so wie auf deren site vorgegeben. ist aber natürlich nicht ganz charmant wie mit deinem plugin.
muss ich eigentlich bei einem upgrade irgendwas beachten oder kann ich das plugin einfach mit einer inzwischen neueren version überschreiben? (von 0.52 auf 0.56)
Sauber
Guten Tag!
Super Plug-In. Spielt auf meiner privaten Homepage alles ab.
Eine Frage zu dem Blog:
Kann es sein, dass es Dein Design auf Grund der Breite der Videos verschoben hat? Das Menü / Navigation steht allein für sich rechts oben!?
Gruß
Heiko
Thanks..
[…] AçÄklamalÄ 230 Wordpress eklentisi (Agu. 15, 2007) (Wordpress plugin list),[…]
Man, ich such seit Stunden ein Script in der Art und blicks nicht es zu installieren
Hä? Vor 2 Tagen fandest du noch alles super und nun? Wie kann ich dir helfen?
Tolles PlugIn! Benutze ich sehr oft und immer wieder gern
Allerdings habe ich ein kleines Problem. Ich wollte ein Video von Gametrailers in meinen Weblog einbinden, leider klappt das nicht
Link zu dem Video wäre. http://www.gametrailers.com/player/usermovies/52713.html
aber wenn ich jetzt ["gametrailers" 52713] probiere, dann kommt zwar ein Player aber es kann das Video nicht abgespielt werden. Idee? Lösung? Danke und weiter so, Ray
Ah okay, hab auch erstmal lange suchen müssen, woran das liegen könnte. Ist ein Bug. Bei Gametrailers wird die ID aus dem Ordner /usermovies/ anders angegeben als die normale. Ich versuch mich da was zu überlegen. Ansonsten falls du nur Videos aus dem Ordner usermovies/ nutzen willst, kannst du das auch mit einem kleinen Workaround selber ändern. Such in der Datei videos.php nach “gametrailers.com/remote_wrap.php?mid=###URL###” Nun ersetzt du mid durch umid. Das sollte dann funktionieren. Ist aber nicht sonderlich elegant, da nun die anderen Gametrailer nicht angesehen werden können. Ich überleg mir was dazu.
ups, sorry wollte nicht Dein Template kaputt machen, vielleicht kannst du das Video wieder rausnehmen. Sorry für die Umstände!!!
nick tool.thanks for work.
thanks nice tool.
Hallo,
ich frage mich ob ihr kompatibilität mit Viddler entwickeln werdet… insbesondere für WPMU (Wordpress MultiUser).
Danke
…die Seite ist ja mit anmelden…Hmmmm naja ich seh mir das mal demnächst an und guck, was ich machen kann.
thanks
Vielen Dank! nutze das Plugin seit gerade eben hier.
…und ich hätte noch eine Idee für die nächste Version: Last.fm Videos! Die haben eine recht ordentliche Auswahl an Indie-Musikvideos (in guter Qualität, da von den Labels direkt eingestellt).
Gute Idee! Hab mich gleich mal dran gesetzt, allerdings ist die ID da etwas anstrengend lang. Vielleicht bekomm ich das noch besser gelöst. Ansonsten werde ich das demnächst hochladen.
Thx for plugin
great piece of work!
simple
easy
free
lightweight
so much better than the rest i had tried!
Believe that it’s possible to add VpodTV please ?
Nice Plugin.
Hey what about being able to resize the player? That would be an awesome feature….
Thank you
This is the biggest point on my TODO list.
With this plug i can insert a Multiply video in a wordpress? (www.multiply.com)
->TODO
Hello! i saw that when i have a lot of visitors my server is overloaded. Can you tell me please how to optimize this plugin? Thank You!
Sorry, I cannot help you. I don´t know how to optimize my plugin for overloaded servers. If someone knows, please send me the code!
// Animoto Code
define(“ANIMOTO_WIDTH”, 432); // default width
define(“ANIMOTO_HEIGHT”, 250); // default height
define(“ANIMOTO_REGEXP”, “/\[animoto ([[:print:]]+)\]/”);
define(“ANIMOTO_TARGET”, “”);
function animoto_plugin_callback($match)
{
$output = ANIMOTO_TARGET;
$output = str_replace(“###URL###”, $match[1], $output);
return ($output);
}
if you want to embed animoto videos include this code:
function animoto_plugin($content)
{
return (preg_replace_callback(ANIMOTO_REGEXP, ‘animoto_plugin_callback’, $content));
}
add_filter(‘the_content’, ‘animoto_plugin’,1);
add_filter(‘comment_text’, ‘animoto_plugin’);
Danke! Hab den Code schonmal in die SVN-Version eingebaut.
Please how to remove “Download Video”, that appears under the video???
Thanks in advance
Excuse me, where did it appear? Wich videosite are you using?
I am not using it yet but I just tried it, under every video there is a text says “Download video”, if you click on it nothing happens.
Sorry one more question
Is there a way to center the video???
I´m sorry, there is no way, but I´ll try to implement this in a new version.
Tag, meine Deutsch ist nicht so gut, sooooo…Englisch.
This plugin is FANTASTIC. At first I didn’t quite understand how to embed the video. It was so simple I overlooked the small, single line of code to insert into my post. Works perfectly!
Thanks for a great tool.
super plugin, i have insert swf object with this plugin ? sory for my english.
Es wäre doch auch sicher machbar, einen Custom Player für einen YouTube-Channel über die Methode einzubinden, oder?
Das wäre eine super Zusatzfunktion.
Gruß
Jan
Sorry, ich raff es gerade nicht. Der Channel rattert doch nur die Videos von einem User hintereinander ab oder?
Ja, richtig. Und genau das möchte ich. Man kann sich ja einen Custom Player bauen, der dann eine ganze Playlist abspielt. Aber mein Channel beinhaltet meine Videos, eine Playlist leider immer nur die von anderen. Es sei denn, ich lege mir eine Playlist an und pack alle meine Videos rein. Das ist allerdings nicht in meinem Sinne ;o)
Gruß
Jan
So, hat zwar gedauert, doch in 0.64 ist die Unterstützung für youtube Playlists drin.
Hi!
Könntst Du vielleicht eine Funktion einbauen, bei der man die Videogröße variabel anpassen kann?
z.B. ["youtube" 8DHOZW_8OPk 320 240]
Wäre echt super!
Gruß
Hi Tommy,
den Wunsch haben schon mehrere geäussert und er steht schon ganz oben auf meiner gestern extra eingerichteten To-Do-Liste.
Die Größenänderung sollte seit Version 0.61 funktionieren. Allerdings erstmal nur bei youtube, die anderen Plattformen nehm ich mir später vor.
Na super!
Dann freu ich mich schon auf die neue Version.
Ich hätte da noch einen Vorschlag: Schau Dir mal den Flash-Video-Player auf http://www.mac-dev.net/ an. Vieleicht könntest Du die Funktion integrieren, dass man auch Video abspielen kann die auf dem eigenen Webspace liegen und nicht bei YouTube & Co.
Ok, habs mal mit aufgeschrieben.
Many thanks for your great plugin.
Greetings from Italy
ist es auch möglich, diesen plugin zu benutzen, um eine .wmv, .mov o.ä. -datei anzuzeigen, welche nicht bei einem videohoster liegt, sondern z.b. auf einem medienserver oder zu dem z.b. eine url gehört, die man mit programmen wie “url helper” während eines streams auf ard.de etc. herausfinden kann ?
Nein, das ist zur Zeit nicht möglich. Ich weiß auch nicht, ob so etwas zu realisieren ist. Flashvideos vielleicht, aber für alle anderen braucht man einen Codec und normalerweise einen Player wie z.B. den Windows Media Player auf dem PC des Users. Ich weiß auch gerade nicht, wie ich das realisieren soll. Daher rate ich dir erstmal dafür ein extra Plugin zu suchen. Wenn du eins gefunden hast, poste mal einen Link, evt kann ich dann da einfach abspicken.
danke für die schnelle antwort.
bis auf weiteres benutze ich dieses plugin für .wmv-videos:
http://www.mobvcasting.com/wp/?p=380
das ergebnis sieht aber teilweise nicht so gut aus. bessere ergebnisse hatte dieses:
http://www.jovelstefan.de/embedded-video/
das letztere kommt aber leider deinem plugin die quere, welches ich dann doch wiederum insgesamt bevorzuge.
Thanks for this plugin! I’ve been searching all over for this code
Thanks . . . Very Nice Plugin
Kann man die Größenanpassung bei youtube noch so ändern, dass man z.B. nur die Breite angibt und die Höhe dann passend zum Seitenverhältnis des Players automatisch angepasst wird?
Interessanter Wunsch. Bisher geht das so nicht. Du wünscht dir also am liebsten eine automatische Skalierung? Mal sehen, wie man sowas umsetzen kann.
Genau! Problem ist nämlich folgendes: Wenn man im Blog keinen weißen Hintergrund hat, und das Video verkleinert darstellen will, muss man die Größe genau ausrechnen. Sonst erscheint ein weißer “Platzhalter” um das Videofenster – was bei einem z.B. schwarzen Hintergrund nicht wirklich toll aussieht.
Draufgekommen bin ich, weil YouTube die Tage ihren Player angepasst haben. Dieser weicht von den Dimensionen her vom alten ab.
Drum wäre es genial, wenn man z.B. nur die Breite in Pixel oder Prozent angibt und die Höhe wird automatisch eingestellt.
Hallo!
Ich habe mal wieder einen Vorschlag: Die Integration von Videobox (http://videobox-lb.sourceforge.net/)
Mit Videobox werden die Filme in einem Overlay ähnlich Lightbox angezeigt.
Hmmm das ist ehrlich etwas, was mich persönlich nicht ganz so anspricht, ich aber evt. angehe, dann aber mit der Möglichkeit, das optional einzuschalten.
Thanks
It just fucking rocks: you are the dude!
Keep up the good work
!
Thx for This Plugin
Great plug-in! Thanks for writing it and releasing it!
Der Code hat wohl nicht ganz geklappt:
Thx fpr this plugin…
Möchte mich auch sehr dafür bedanken, das Du dir die Mühe mit diesem Plugin gemacht hast!
Ein Code-Dummie sagt besten Dank dafür!
m0yl0l4e1bj@yahoo.co.uk
Is there some way to have a fixed size on the output when using the stage6 embeded function?
Do you have a plug in for Moguling? http://www.moguling.com
thanks.. very nice
Thanks…
Thx alot
Nice plugin! Please add http://myvideo.de. This site is also exciting.
Myvideo.de is supported since one year! Please read the instruction.
Danke für das prima Plugin. Erspart einem wirklich ne Menge Arbeit
. Hab es unter anderen auf musikvideos-4u eingesetzt und es funktioniert prima.
Hello, fullscreen doesn’t work for me, whenever I go to watch a video posted onto my site in fullscreen I get the following thing (From Daily Motion) Fullscreen activation failed because of permission issue from the website. Can ya tell me a fix or something? Preferably for youtube, veoh, dailymotion and myspace? Thanks in advance! -Keanu
I´m working on your problem.
je vous remercie beaucou pour la vidéo
Ow!
After installing the latest version i get this message in every post on my blog:
Warning: preg_replace_callback() [function.preg-replace-callback]: Delimiter must not be alphanumeric or backslash in ../wp-content/plugins/wordpress-video-plugin/videos.php on line 119
HELP!
Concerning the error you have to put a break line before define(“MNCAST_REGEXP” line 92. The line has been up during changes I guess …
It works now
I´m sorry, but I could not solve this problem yet, because I´m not at home. On Sunday I will try to fix it. Stay tuned.
I am getting the same error as von victor
Version 0.65 should solve this problem.
Great plug-in! Thanks for writing it and releasing it!
nick tool.thanks for work.
wird immer wieder noch etwas besser. danke.
Does this plugin work with home videos? I just want to be able to upload videos to my own server and display them on my wordpress blog. The videos are .avi files. Does anyone know how to do this?
No it does not. Not now. But there are plans to implement that wish.
Tried using newest version of plugin with bliptv and am getting “error loading file”. Here is the code that I typed in the WordPress post entry:
Just read the insturction and write the code without the .flv at the end. ["bliptv" Alfocus-NationalLibraryWeekVideoGames610]
hi
will you developp or update this pluggin to Wordpress 2.5 ??
I love this plugin so I really hope this update
Thanks very very much for your great work !
I will update my blog to wordpress 2.5 in the next days. Then I´ll test, if the plugin works with 2.5 and update it, if it is necessary.
bizden kaçmaz
Hello.
Any chance to update your plugin for Wordpress 2.5??
The Wordpress team released the new version about 3 days ago so everyone is looking for updated plugins.
Hope you can manage to update too.
This is a really nice plugin.
Silla!
For all of you: here my plugin works with WP 2.5. Does it even work at your blog after updating to WP 2.5?
Thanks so much for making this widget available.
It works great on v2.5 of wordpress but I noticed you didn’t support Megavideo which is a major provider of video content I use. Any way you could add that soon? Or just give me the code to add the the plugin for it ?
Thanks a lot!
Site is here: http://www.megavideo.com
Support for Megavideo will come in version 0.66.
If you haven’t done so, you can remove stage6 support as they are no longer in operation.
Thank you. Nice plugin – just works
thanks for plugin, perfect
turkbaron
Let’s say that I would want people to have to pay to access videos (for online training). How can I accomplish this with this plugin or perhaps in conjunction with other plugins? And how would I protect the videos to prevent people from simply bypassing the payment and going to the URL to view the video? Help requested!
Ahm I don´t know, but I think you only have to protect the sites an d not the video.
Any ideas of how I can get this done? I have no ideas…
This is what i’m looking for very long time. thanks.
Any update for wp 2.5 because i dont see any button in write cpanel to embed any videos. Thank you mate
That is correct! There is no button! And there was no button before. I will implement a button in the future.
This is really an awesome plugin, been using it for a week and love it
Also if possible if you can integrate this with http://www.jeroenwijering.com/?item=JW_FLV_Media_Player so we can use a different player then the one’s that are standard with the embed (some of the site’s have ultra ugly embed players, and some lack fullscreen features).
If you can only do this as a custom job feel free to email me or reply on here if you need my email.
If you can get that working with at least Veoh, Megavideo, MyspaceTV, and dailymotion you can expect a donation as guess what i’ll be using this for my site
The last feature request is something that show’s if the embedded video is DEAD or Broken as we know video site’s tend to enjoy deleting video’s and the last thing we want is for our visitors to go elsewhere to get their news/content.
Thanks for the awesome plugin and looking forward to any reply.
hi there.com plugin but :
Does anybody know if tis script is compatible with Wordpress 2.5?
Thanks in advance for any help on this!
It works with wp 2.5!
which erro I have done here? why I not see videos here?
http://www.centrodiurno.it/category/video
hi. Thanks for plugin
perfect.
ok, sorry all right! is my template that is strange and I’ll ask to some developer to change it to became norma, anyway I see videos, it was one my distraction, thanks
http://www.centrodiurno.it/?p=47
I noticed that YouTube allows videos to be played back in a higher quality if you add &fmt=18 at the end of the URL.
So I modified you code and placed the fmt=18 at the end for my videos on my blog.
When I view the source code I get &fmt=18 at the end of the URL – did I do it right?
hi there , im having some trouble with the plugin!!
in ie, they make a “reload” when the entire page is loaded and the video goes out(desapears)! anyone is having the same trouble?
u can see that happens here
http://bisbilhoteiro.com.br/geral/entenda-o-fantasma-chamado-rss/
i have others blogs that the same occours!!
Please HELP!!
i use the latest version wp and the video plugin too.
hi there plugin but :
Does anybody know if tis script is compatible with Wordpress 2.5.1?
Thanks in advance for any help on this!
oke..Thanks for plugin
perfect.
hi there .thanks for plugin:
Does anybody know if tis script is compatible with Wordpress 2.5.1?
Thanks in advance for any help on this!
Very cool pluggin,
Work on my Wordpress Mu 1.3.3
Also easy to add other format in it
i have added IGN Video in few minutes.
Many Thanks
hi there .thanks for plugin:
Does anybody know if tis script is compatible with Wordpress 2.5.1?
Thanks in advance for any help on this!
best regards
turkbaron
Yes it does!
Does this work in RSS feeds? If not any chance of a future upgrade? Great plugin!
Yes it does! In my feedreader Liferea the videos are shown.
Very cool this plugin.
Thank’s!!!!
Thiago Alexandre
http://www.britescade.com
real good plugin works fine
Hi!
I have included code for imeem player into your video.php file. Hope you don’t mind.
If you send me your code, I will implement it into the next release.
I’ve change the REGEX for all replaced item because the space between the service name and the reference name don’t works very fine on my blog, on day it work, and one no…
However, with the Audio plugin, and with a “:” as separator, it works fine all the time. So i decide to replace the REGEX (with dailymotion for exemple) “/\/”
Do you think you can include this on the next release of your plugin ?
Keep up with the good work
Thanks for this plugins
Oh nice plugin Thank
Modify the line 1442, to make youtube video work right.
define(“YOUTUBE_TARGET”, “”);
is wotking fine for me… queinfeliz.com.ar
Do not modify this line! If you do, the Plugin does not work correct!
Hallo Oliver,
ich benutze schon länger begeistert Dein Plugin. Vielleicht schaust Du Dir demnächst mal vreel.net an? Die sind gerade in der Open-Beta und haben sich in den Kopf gesetzt, der inoffizielle Nachfolger von stage6 zu werden.
Gruss Lars
Does this plugin work with the newesr version of WordPress MU 2.5.1?
Does the plub-in work with ExpertVillage.com videos?
Thanks.
any way to play videos from game trailers that have /usermovies/ this doesnt seem to work in the current version.. any ideas on what to do?
Sehr cooles Plugin, werde es bald in meinem China Blog einsetzen. Ab und an ein Video ist ja auch nicht weg!
Vielen Dank für deine Mühen,
Sven
Really strange behaviour. It happens that for some ID it doesn’t work.
Example: This post.
As you can see, right now, some IDs don’t work. This happens for a lot of sites, not just for youtube or liveleak of the example.
I’ve tried to deactivate all the plugins except yours, but it still doesn’t work.
Any idea?
Thanks that what i need!!!
When I click at you link it said error 404. So I tried this URI and there I can still watch a video of liveleak. I cannot find a problem.
Hallo,
ich binde zwar nicht all zu oft Videos in meinem Blog ein, aber manchmal will man kein YouTube-Video einfügen und muss mal erstmals zusammensuchen, mit welchem Plugin es besser zu realisieren wäre.
Mit deinerseits erwähntem Video-Plugin ist das Thema wohl für mich vom Tisch, Danke.
i think this plug in is great. but i still haven’t found it on setting. still try to run it on wordpress.
Thanks Very good
Thanks for the great plugin
Nun habe ich ein neues gefunden: Wordpress Video Plugin
Lob für das Plugin. Ist schon was für yahoo – Video in Aussicht?
Yahoo Video wird schon seit längerem unterstütz. Einfach hier: http://www.daburna.de/dokuwiki/doku.php/instruction mal nachsehen.
Hi Oliver,
I’ve added wat.tv via :
// Wat.tv Code by Bertimus
define("WAT_WIDTH", 430);
define("WAT_HEIGHT", 358);
define("WAT_REGEXP", "/\[wat[:\s]([[:print:]]+)\]/");
define("WAT_TARGET", "");
function wat_plugin_callback($match) {
$output = WAT_TARGET;
$output = str_replace("###URL###", $match[1], $output);
return ($output);
}
function wat_plugin($content) {
return preg_replace_callback(WAT_REGEXP, 'wat_plugin_callback', $content);
}
add_filter('the_content', 'wat_plugin');
add_filter('the_content_rss', 'wat_plugin');
add_filter('comment_text', 'wat_plugin');
Hope it helps
Thanks exactly what i need!!!
Danke für den Beitrag.
Habe das Video-Plugin soeben getestet, funktioniert bei mir unter Wordpress 2.6.2 wunderbar!
Schöne Grüße,
Sascha
@Bertimus:
I’m really sorry, but your code is not complete. The target url is missing, so I have to search for it. I will upload the code if it is complete.
Hi!
Danke für diese tolle Plugin!
2 Fragen bzw. Anregungen habe ich:
Benutzte Vimeo, auf meinem Blog werden die videos immer kleiner dargestellt als in vimeo selbst, kann ich dieselbe größe irgendwie einstellen?
Gibt es eine Möglichkeit die HD Funktion von Vimeo in meinem Blog anzuzeiegen, wenn ich in einem HD video von vimeo (vom Blog aus) auf HD on klicke schreibt er ich muss es auf vimeo selbst ansehen.
Greets
reini
Hallo Reini,
in der letzten Version des Plugins gibt es einen Fehler bei vimeo Videos. Die habe ich nun schon in meiner Enwticklerversion ausgebessert,
Die bekommst du hier: http://downloads.wordpress.org/plugin/wordpress-video-plugin.zip
Teste mal und berichte bitte Danke!
Viele Grüße
daburna
Hi
I am wondering how this plugin (great plugin) can be modified so that the exceprt is filtered too.
i.e. I want to display wordpress excerpt and apply the plugin.
Any help very much appreciated.
Would also like to know how this plugin can be applied to excerpt too. Thanks.
I wrote it to the wishlist. But you can try a workaround. Open the plugin file and add e.g. for Youtube add_filter(‘the_excerpt’, ‘youtube_plugin’); at line 1675. If you want to use the excerpt at another site, change the “youtube_plugin” into “your_video_site_plugin” and add the code into the loop. Does it work?
Mir scheint das Wordpress Video Plugin die Lösung meiner Probleme zu sein. Danke an alle, die bei der Enstscheidungsfindung geholfen haben.
Gira
Hi,
does this plugin works with WP 2.7?
Thank you!
Yes it works with Wordpress 2.7!
With wordpress 2.7, this plugin triggers an error 500 when I try to load the dashboard. Any idea about this problem? The error disappears when I deactivate the plugin.
Ein cooles Plugin… Danke!
VG aus Costa Rica,
Bob
http://remote-render.com
Dear administration http://www.daburna.de, I am assured, that I shall express the general opinion of all visitors and consequently on behalf of everything, I speak you the hugest thanks for creation and maintenance of such remarkable project!
Thanks!
As very much it would be desirable to hear something about plans for development of the project.
P.S. If our help is necessary – address, we always with pleasure shall help you!
Thank you squadlili for the praise! For plans or wishes I got a wishlist. If you want, you can even contribute some code to this plugin. I got not so much time for developing.
On 13th May you said videos are showed in your Lifearea feed reader. What about Google Reader? Not seeing them. Tried to cross check subscribing your own feed, but no recent post has video so can’t check it. :-p
Update: actually found a trick to see older posts and yes, video are shown in your feed in Google Reader. Not in mine, hell.
That sounds very strange. I have the same problem with your feed: “Tried to cross check subscribing your own feed, but no recent post has video so can’t check it.”
Does it work for all types of videos ?
No, only with the supported sites. Please take a look at the instruction.
omg I didn’t there r so much online video sites. I only had youtube in mind. Thanks for doing this plugin, now I can try some other sites…
Thank you! Very good plugin!
Great plugin! But sometimes when I insert the code , It wont show the video… This seems to happen mostly when I working on a mac for some reason.
I’m just testing this plugin at http://aboutnewtech.com and I’ll be writing a review of it. This is great stuff!
-D
When I try to video on my site he don-t appear, what could be? look for example my last post, nothing is bening showed, but in pas t was all right, I-m using last wordpress 2.7 stable with your last plugin
hi,
it seems that “liveleak” doesn’t work (anymore?). i tried the last 2 versions of your plugin at wordpress 2.7.
youtube etc. are still working fine.
I will test this and solve the problem.
Hmmm I tested it like this: and it works. But I still updated the liveleak code. It is now in the developers-version and will be integrated the version 0.70 of the plugin.
Du bist super!
i don’t really speak german, but you are super.
thank you so much
Thanks very much
Thank for this plugin. I use my blog. Thanks
Thank and Regards, very usaly plugin
Leider funktioniert das Plugin nicht in meinem Worpress. Habe auch diverse andere ausprobiert. Kann mir darauf auch keinen Reim machen. Die Fläche wird vorbereitet, auch Flash ist auf der rechten Maustaste, allerdings wird kein Video von YouTube geladen. Vielleicht gibt es ja eine Lösung…?
Очень хороший плагин.
Tag!
Kurze Frage:
Wo muss ich ansetzen, wenn ich die Videos via Lightbox angezeigt bekommen möchte bzw. rel=lightbox einfügen will?
Eventuell kann man das in die nächste Version implentieren. Lightbox ist inzwischen ja Standard
Danke
Heiko
Wie schon per Mail geschrieben, hab ich das auf dem Zettel. Allerdings ist die Frage, wann ich mich darum kümmere.
Hi
First of all very nice plugin and its very easy to add videos. I want to add a youtube video but without the option of related videos?
do i need to change something to do that?
Hi Adel,
you have to update the plugin code. Search for http://www.youtube.com/v/###URL###&fs=1 Notice: It is twice in the code! Then add &rel=0 so the new code would look like http://www.youtube.com/v/###URL###&fs=1&rel=0. This should it be.
Very nice plugin!
This will work very well for a new DJ site I’m creating for a friend. Thanks for sharing this.
I’ve been looking into making some WordPress plugins. Any tips?
I have bookmarked only German tutorials, bute I got still 2 links for you: 1. Plugin API: http://codex.wordpress.org/Plugin_API
2. Writing a plugin: http://codex.wordpress.org/Writing_a_Plugin
This is my first blog. I would like to setup my blog where every post contains a video hosted by megavideo. I downloaded and installed the word press video plugin version 0.69 but I don’t understand the instruction on how to use it. I am lost at this part
“Every occurence of the expression [site id] (case unsensitive) will start as an embedded flash player. Replace “site” with the name of the videosite and “id” with the video id.”
When I am creating a post and I click on “insert embedded media” I don’t see any section that asks for [site id]. Can someone please explain how I can do this
Hello Richard,
I wrote you an email, hope you got it. Please do not use the “insert media”-button. This will not work. Just write (without the sign ‘) into your blog-text ['megavideo Q0G3U6F7'] for the video http://www.megavideo.com/?v=Q0G3U6F7
Regards
Oliver aka daburna
A superb plugin daburna! Just embedded the first video on my blog using it.
The two things I like most about it are:
1) Very simple to use!
2) Very flexible in terms of offsite sources and size of video.
Well thought out and well implemented.
Thanks
JARichards
thankss
Great plugin, thank you for the hard work. I am using it to imbed videos of the various neighborhoods for sale in Conifer, Colorado on my WP blog.
thanks very much i am searching for this in google search i landed here i got what i need thanks once again.
thanks
thanks
God dag! Kan jag ladda ner en bild fran din blogg. Av sak med hanvisning till din webbplats!
Bonjour! Please write in english or german.
Hi
I tried to put a youtube video into my wordpress blog but it did not show – only the code showed
i wrote
into my post at http://www.anitamaj.com/blog and that it all it shows no video
the full url for my youtube video is
http://www.youtube.com/watch?v=h0DEY4lC9Tc
What should I do next?
Thanks
Anita
Hello
First thank you for the plugin
but my query is how can I put videos from ESPN
Thanks
ich hätte auch noch einen wunsch für das nächste update: “moshcam.com”, die streamen komplette livekonzerte.
Great plugin.
When there are more than one video, only the first will be shown in IE. Firefox works fine. What can be the problem?
example:
http://weblog.jonesy.nl/?page_id=236
I Think it’s my theme, but i can’t find how to solve this without changing my theme.
Nice plugin. I love it on my blog. But it looks like Megavideo.com made some changes to their API. All their videos are shown “video has been removed” on my blog but on their site the videos are still working. Please fix it. Thanks.
Hi Inman, thank you for your hint! I will update the code soon.
Moin,
i just upgrade to Wordpress 2.8 and i have a problem with the Admin Panel. Wenn i activate the plugin and go to the DASHBOARD not all things are showing, i can’t drop down the menus.
Look at this picture and see what i mean:
http://www.romeolab.com/problem.png
Hi Romeo,
I did not tested the plugin with the new wordpress 2.8, but I will test it soon.
Regards
daburna
I tried to install your plugin today after upgrading to Wordpress 2.8, I have the latest version of the plugin but it still shows up on dashboard as Update Available and I also get this error when I try to activate the plugin.
Fatal error: Cannot redeclare guba_plugin_callback() (previously declared in /nfs/c02/h04/mnt/42550/domains/greymatterblog.com/html/wp-content/plugins/wordpress-video-plugin/videos.php:252) in /nfs/c02/h04/mnt/42550/domains/greymatterblog.com/html/wp-content/plugins/videos.php on line 21
Please I hope you can help I look forward to using this plugin.
porfect…
thanks…
Thank you for making the plugin – It is working perfectly.
I have a problem when trying to validate the page with validator.w3.org, though. My first youtube video posted with the plugin is marked as having 7 errors compared to XHTML 1.0 Transitional. Could you please rewrite the plugin so that it is not showing any errors?
I think this is neccessary, so I will do it very soon. Stay waiting for some updates.
Fatal error: Cannot redeclare screencast_plugin_callback() (previously declared in /homepages/4/d288430121/htdocs/blog/wp-content/plugins/wordpress-video-plugin/videos.php:60) in /homepages/4/d288430121/htdocs/blog/wp-content/themes/redcarpet/functions.php on line 410
Please I hope you can help I look forward to using this plugin.
this perfect plugin, thanks
I’ve been using this plug-a. Thank the producers, I would like to thank
@daburna
Hi there i just did some updates to the code and updated it on the plugin page. I added megavido with fullscreen working and its xhtml valid plus added support for mogulus/livestream site. Please consider making these changes for the next release.
Sorry, for leting your mail unanswered! Thanks for your code! I will upload it this day.
how to display video in pop up
thank you admin.
Hi!
How do I display videos that are stored on my server? Local Videos?
I do usually put the up to you tube, so I would use the plugin for that, but then there are some ’special’ videos that I like to keep unique to the site and therefore have them only on my server.
I don’t see a way to put them up if they are on your local server.
Oh! Also, does this plugin have an embed function, so visitors to my site can view the video then get a code to embed it on their own web page?
No there is no embed function, but maybe in the future. I noticed your wish.
is it work with wordpress 2.8.2?
Yes, it works.
this perfect plugin, thanks
Hi!
How do I display videos that are stored on my server? Local Videos?
I do usually put the up to you tube, so I would use the plugin for that, but then there are some ’special’ videos that I like to keep unique to the site and therefore have them only on my server.
I don’t see a way to put them up if they are on your local server.
Hi Yalova,
for local videos with filetype swf you can use it like this ["flash" id]
e.g. [“flash” http://www.messe-ideen.de/upload/magische-zauberkugel.swf (without “)
Thank you for this great plugin! But is there a way I could customize the size of the video in terms of the height and width?
Yes there is a way. Read the instruction to find the sites, that are supported. E.G. [videosite id width height] http://www.daburna.de/dokuwiki/doku.php/instruction
Thank you very much!
Ein geiles Plugin – Danke !
Super Sache. Einfach in den mu-plugins Ordner gelegt und es funktionuert für ALLE! Vielen Dank!
very nice wordpress block, i gust love the design.
hello great plugin i need to say thanks
i got a question i read earlier on this message im having the same problem but not with all videos just some videos from megavideo there alive but in my blog wen play it says video has been removed
not all videos
and i wanted to say if in the future you can make a menu in the post area for this plugin it woud be nice for the video url insertion or emblem code
rigth now wen i have this problems with this videos i use the emblem code to post the videos but autors can use emblem if this plugin can give the autors permision to emblem or have a future for this it woud be cool
Hi there, Thanks for this great plugin.
Is there any plan to support XHTML validation ?
In the svn trunk, line 1744 of videos.php a string start with ‘ and end with “.
Check the patch in http://pastebin.com/f694b161b
Greeting!
i love this plugin
Hi, Thanks for this great plugin.
very nice. thanks
this plugin not useful
Viper’s Video Quicktags best useful
Maybe for you but some of us think that daburna’s video plugin is “best useful”. We use it on all of our WPMu installs without issue.
this page is very Important
thank you with wordpress plugins
tancks.
Helped me
Good Time
tancks.
This Post Helped me
Good Time
имя,имени,человека,людей,руси,значение имени,женские имена,имена бесплатно,мужские имена,совместимость имен,имя человека,имена девочек,тайна имени,имена мальчиковУ каждого человека есть своё имя, но не каждый человек может сказать что
же значти его имя .
Не каждый знает происхождение и корни своего имени, хотя это очень важно.
tancks.
This Post Helped me
Good Time :9