Dieses Plugin wurde nicht mit den 3 neuesten Hauptversionen von WordPress getestet. Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

Youtube Add Video

Beschreibung

This plugin does two things:
* Gives possibility to add YouTube video at end of post.
* Gives possibility to show somewhere in template (eg. in sidebar) last added video this way

Installation

  1. Unzip and upload the plugin folder to wp-content/plugins/
  2. Activate the plugin in WP Admin -> Plugins.
  3. If you want attach video to the end of post/page, add Custom Field with key „video“ and with url to video in YT site as value for this key.
  4. If you want to show somewhere in template last added video, call php function show_LastYT()

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende und Entwickler

„Youtube Add Video“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Youtube Add Video“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

0.2

  • When post is published, tag „video“ is automatically added to it
  • In function show_LastYT() you can argument which should be ID of person who added video (without argument function will show last video from anybody), eg show_LastYT(5) will show last video added by user whos ID is 5

0.1

  • Works 😉