Descripción
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
Instalación
- Unzip and upload the plugin folder to wp-content/plugins/
- Activate the plugin in WP Admin -> Plugins.
- 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.
- If you want to show somewhere in template last added video, call php function show_LastYT()
Reseñas
No hay reseñas para este plugin.
Colaboradores & Desarrolladores
“Youtube Add Video” es software de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Youtube Add Video” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .
Historial de cambios
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 😉