WordPress-Plugin: AB-Video
Mein erstes WordPress-Plugin ist fertig: AB-Video.
Mit AB-Video kannst Du Youtube-, Vimeo-, oder Dailymotion-Videos ganz einfach in deinen Blog einbinden.
- Zum Installieren gehe im Admin-Bereich auf Plugins – Installieren und suche nach AB-Video. Danach musst Du das Plugin noch aktivieren.
- Erstelle jetzt einen neuen Artikel und füge ein Vimeo-Video mit
{vimeo clip_id="1234567"},
ein Youtube-Video mit{youtube clip_id="l1tzDxGYADg"}
oder ein Dailymotion-Video mit{dailymotion clip_id="l1tzDxGYADg"}
ein. Fertig. - Nach dem Speichern kannst Du das Video in deinem Blog bewundern. Die Video-Größe ist standardmaßig auf 512×288 (16:9) eingestellt und lässt sich auf Vollbild vergrößern.
- Du kannst die Größe jedoch beliebig vorgeben, z.B.
{youtube clip_id="l1tzDxGYADg" width="300" height="100"}
. - Wichtig: Die geschwungenen Klammern { } durch eckige Klammern [ ] ersetzen.
Die WordPress-Plugin-Seite findest Du hier: http://wordpress.org/extend/plugins/ab-video/
English translation:
My first WordPress plugin is finished: AB-Video.
This plugin allows the user to embed Youtube, Vimeo or Dailymotion movie clips by entering a shortcode ({youtube } / {vimeo } / {dailymotion}) into the post area.
- Search and install the plugin through the ‚Plugins‘ menu in WordPress.
- Activate the plugin.
- Enter the {
vimeo clip_id="XXXXXXX"}
or {youtube clip_id="XXXXXXX"}
or or {dailymotion clip_id="XXXXXXX"}
short code into any post. - After saving the article anyone could see the video clip in your blog.
- Optionally modify the clip’s appearance by specifying width or height, like so: {
vimeo clip_id="XXXXXXX" width="400" height="225"}
or {youtube clip_id="XXXXXXX" width="400" height="225"}
- Important: Replace { } with [ ].
For more details look at the plugin website: http://wordpress.org/extend/plugins/ab-video/
Internet, Wordpress
Hey, schönes Plugin. Warum aber nicht einfach den Code zum Einbetten in den HTML Editor von WordPress eintragen, funktioniert auch. MfG
Hi,
danke.
Das Plugin erzeugt ja genau den Code zum Einbetten.
Hi.
Sorry for english, but i hope you understand it.
Flash, as you possibly know, always places itself on top – this is not an often issue, but i’ve met it, for example, when made a static menu for blog. It is easily fixed by adding couple of lines to flash embed code, like is shown here:
http://www.webmasterworld.com/css/3067927.htm
I’ve already made those changes iniside installed plugin, but i thought it would be great if your plugin had this function by default.
Hi,
thanks for your information.
The Plugin is updated now.
Wäre super, wenn das plug-in auch Videos aus Facebook verarbeiten könnte. Ist sowas für die Zukunft geplant?
werd ich mir ansehen, ob und wie das möglich ist.
Hello,
Thank you for your plugin !
Can you add one div with a id: ……
just for align the video in my CSS
In my case i must add html code and is not pratice:
[vimeo clip_id="xxxxxxxx" width="750" height=""]
Maybe you have another solution?
The best would be a setting in the brackets :
[vimeo clip_id="xxxxxxxx" width="750" height="" align="left | center | right"]
The align parameter may interfere with the div id = „abvideo“
Best regards, andre
Sorry for html div code 😉
In my case i must add html code and is not pratice:
div id=video [vimeo clip_id="xxxxxxxx" width="750" height=""] /div
Hi,
yes its possible.
I will do that next week.
Andreas
Hallo,
ich hatte grundsätzlich mit Worpress und vimeo nie ein Problem, bis es jetzt bei vimeo den neuen embed-code gibt, der die Videos auch für iPads und Smartphones abspielbar machen soll. Dieser funktioniert bei WordPress leider nicht.
Ist dein Plugin für diesen neuen Embed-Code ausgelegt oder für den alten?
Wäre toll vimeo auch weiterhin nutzen zu können ohne dass man dann bei jemandem mit iPad fest stellt dass die videos auf der Website nicht lafen!
LG, Jelena
Hi Jelena,
ich verwende bereits den neuen Code für Vimeo, und der funktioniert sehr gut, sowohl am PC, Mac und am iPad.
youtube geht, alles andere nicht. ich weiß aber auch nicht woran das liegt. bei dailymotion videos oder anderem zeigt es mir leider nur den link an, aber ohne einbindung.
youtube, dailymotion und vimeo funktionieren definitv, verwende ich selbst auch.
Hallo Andreas,
schönes Plugin. Allerdings werden nacheinander eingebundenen Videos immer untereinander angezeigt. Gerne würde ich diese nebeneinander plazieren. Wie geht das ?.