<script>
 (function () {
  DiviArea.addAction('ready', function () {
   // Option 2: Show the Popup after 2 seconds.
   var popupId = 'hinweis-start'; // TODO: ← Enter the ID of your Popup here!

   window.setTimeout(function () {
    DiviArea.show(popupId);
   }, 2000);
  });
 })();
</script>Code-Sprache: HTML, XML (xml)