I want to create a content plugin on Joomla.
i want to put [picasa id=”5551971516356491729″] and that the album will show.
i create a php function that return html for the album.
i will need to had the js code for the light-box.
i have a content plugin that create the light-box can i applay content plugin on another one?
i meen that my plugin will create a code like that [lightbox link=”www.example.com/image1.jpg”] and the light-box plugin will generate the html?
Start here http://docs.joomla.org/Creating_a_content_plugin
Your primary function would look something along the lines of…
You will need to format the new html in a way that your lightbox plugin will detect it and do it’s magic.