Landing Video

Does any know if I could have a video or modal popup be visible on landing on a site similar to the function which squarespace has for a promotion popup?

Thanks
Bob

Yes you can, just add a modal bric and a video inside.

Place this code on the footer and replace modal-popup with your modal ID to launch on load

<script type="text/javascript">
    $(window).on('load',function(){
        $('#modal-popup').modal('show');
    });
</script>

@chicuelo Excellent
Thanks

1 Like

Is there some code I could add to this to show only once maybe with a local variable?

This looks like what I need, I will give it a try.

Maybe you should try Cadence. A great brick from Whittfield. You can do multiple things without coding.

3 Likes

I ended up buying Cadence, very nice and useful features. Fits my needs in several websites.

Thanks for the heads up!

4 Likes