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

Facebook
Amazon Wishlist
Twitter
YouTube
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.