Display MoreHi,
If you add the "onInitialized" attribute to your plugin, you can run an action as soon as the plugin initialized!!! This can works for you like a welcome popup!
Like this:
url="plugins/easy_html_lightbox.js"
keep="true"
devices="html5"
onInitialized="open_infobox_popup('TITLE','IMAGE_PATH','DESCRIPTION_TEXT','WIDTH','HEIGHT');"
/></plugin>
Thank you! This helped a lot.