Descrição
This plugin provides a simple Javascript slider, that gets the data from the post meta. It uses thumbnails for navigation, and accepts images and youtube videos. You must provide de image URI in case of images or the Youtube video ID – in case of Youtube videos.
Instalação
- Upload
plugin-name.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php generate_slider($post->ID) ?>in your templates
FAQ
Where do I get the Youtube Video ID?
You get the ID from the address, is that sequence of letter/numbers/etc that comes after de “v=”. For example, in http://www.youtube.com/watch?v=4R-7ZO4I1pI , the Youtube video ID is 4R-7ZO4I1pI
How do I name the meta fields with the data?
If it’s an image, the key of the field must be ‘Imagen’. If it’s a Youtube video, the key must be ‘YoutubeID’.
Avaliações
There are no reviews for this plugin.
Contribuidores e desenvolvedores
“Conslider” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
ContribuidoresTraduzir “Conslider” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
0.5
- First version. There’s not much to say, though.