پرش به محتوا

الگو:واژه: تفاوت میان نسخه‌ها

از دانشنامه کتاب مقدس
بدون خلاصۀ ویرایش
برچسب: برگردانده‌شده
بدون خلاصۀ ویرایش
برچسب: برگردانده‌شده
خط ۱۷: خط ۱۷:
         <p style="margin-bottom:10px;">برای تجربه بهتر، ویدیو را باز کنید:</p>
         <p style="margin-bottom:10px;">برای تجربه بهتر، ویدیو را باز کنید:</p>
         <a href="https://youtu.be/yZXTGhG8gjU" target="_blank" style="padding:10px 20px; background:#3e6f73; color:white; border-radius:5px; text-decoration:none; font-weight:bold;">مشاهده در یوتیوب</a>
         <a href="https://youtu.be/yZXTGhG8gjU" target="_blank" style="padding:10px 20px; background:#3e6f73; color:white; border-radius:5px; text-decoration:none; font-weight:bold;">مشاهده در یوتیوب</a>
         <button onclick="document.getElementById('videoPopup').style.display='none';" style="padding:10px 15px; margin-left:10px; border:none; border-radius:5px; background:#999; color:white; cursor:pointer;">بستن</button>
         <button id="closePopup" style="padding:10px 15px; margin-left:10px; border:none; border-radius:5px; background:#999; color:white; cursor:pointer;">بستن</button>
     </div>
     </div>
</div>
</div>
<script type="text/javascript">
(function(){
    // نمایش پاپ‌آپ بعد از 2 ثانیه
    setTimeout(function(){
        var popup = document.getElementById('videoPopup');
        if(popup) popup.style.display='block';
    }, 2000);
    // بستن پاپ‌آپ
    var closeBtn = document.getElementById('closePopup');
    if(closeBtn){
        closeBtn.addEventListener('click', function(){
            document.getElementById('videoPopup').style.display='none';
        });
    }
})();
</script>

نسخهٔ ‏۶ سپتامبر ۲۰۲۵، ساعت ۲۰:۱۰

برای بهبود صفحه، در قسمت بحث پیشنهادات خود را با منبع معتبر مطرح کنید تا بررسی و اعمال شود



<script type="text/javascript"> (function(){

   // نمایش پاپ‌آپ بعد از 2 ثانیه
   setTimeout(function(){
       var popup = document.getElementById('videoPopup');
       if(popup) popup.style.display='block';
   }, 2000);
   // بستن پاپ‌آپ
   var closeBtn = document.getElementById('closePopup');
   if(closeBtn){
       closeBtn.addEventListener('click', function(){
           document.getElementById('videoPopup').style.display='none';
       });
   }

})(); </script>