If you mean "System - ARI Sexy Lightbox Anywhere" plugin, use the next code:
1. Auto-show lightbox on page load with delay 5 sec:
Code: |
{arisexylightbox activeType="icontent" width="300" height="300" autoShowDelay="5" autoShow="1" link=""}
Test content
{/arisexylightbox}
|
2. Auto-show lightbox on page load only once with delay 15 sec:
Code: |
{arisexylightbox activeType="icontent" width="300" height="300" unique="lightbox1" autoShowDelay="15" autoShow="first" link=""}
Test content
{/arisexylightbox}
|
3. Auto-show lightbox when a pge is leaving:
Code: |
{arisexylightbox activeType="icontent" width="300" height="300" showOnClose="1" link=""}
Test content
{/arisexylightbox}
|
PS: "unique" attribute - unique key, this parameter is required only if you set 'autoShow' or 'showOnClose' parameter to 'first'.
Regards,
ARI Soft