الگو:واژه: تفاوت میان نسخهها
ظاهر
بدون خلاصۀ ویرایش برچسب: برگرداندهشده |
بدون خلاصۀ ویرایش برچسب: برگرداندهشده |
||
خط ۱۷: | خط ۱۷: | ||
<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 | <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>