Hello,
Upgrade the extension to v. 2.2.21 and use "autoShow" and "autoCloseDelay" parameters for {fancybox} tag. "autoCloseDelay" accepts values in seconds. A sample plugin code below:
Code: |
{fancybox url="http://www.ari-soft.com" width="800" height="600" autoShow="1" autoCloseDelay="10"}
{/fancybox}
|
If you want to open the lightbox only once per browser's session, use the following code:
Code: |
{fancybox url="http://www.ari-soft.com" width="800" height="600" autoShow="once" autoCloseDelay="10" key="splash" cookie_duration="0"}
{/fancybox}
|
"key" parameter should contain an unique key for each {fancybox} code which uses auto-open feature.
Regards,
ARI Soft