📦

ودجت مواقيت الصلاة لموقعك

أضف صندوقاً تفاعلياً لمواقيت الصلاة على موقعك بسطر واحد من كود iframe. الودجت يعرض الصلاة القادمة مع عداد تنازلي مباشر وجدول كامل لليوم. مجاني تماماً.

⚙️ إعدادات الودجت

كود iframe (الأبسط)

<iframe
  src="https://calculatorvip.com/embed/prayer-times/saudi-arabia/makkah?lang=ar&theme=light"
  width="100%"
  height="360"
  frameborder="0"
  scrolling="no"
  loading="lazy"
  title="مواقيت الصلاة"
  style="border:0;max-width:480px;width:100%"
></iframe>

كود JS (للتحميل المتأخر)

<div id="cvip-prayer-times"></div>
<script>
  (function(){
    var d=document,c=d.getElementById('cvip-prayer-times');
    var i=d.createElement('iframe');
    i.src='https://calculatorvip.com/embed/prayer-times/saudi-arabia/makkah?lang=ar&theme=light';
    i.width='100%';i.height='360';
    i.frameBorder='0';i.scrolling='no';i.loading='lazy';
    i.title='مواقيت الصلاة';
    i.style.cssText='border:0;max-width:480px;width:100%';
    c.appendChild(i);
  })();
</script>

👁️ معاينة مباشرة

هذه معاينة فعلية للودجت كما سيظهر على موقعك (تتحدث كل ثانية):

💡 ملاحظات

  • الودجت مجاني تماماً وبدون أي تتبع — لا cookies ولا scripts خارجية.
  • البيانات تُحدَّث كل 30 دقيقة من خوادمنا (طريقة الحساب الرسمية لكل دولة).
  • العداد التنازلي يعمل بالوقت الحقيقي للمدينة (Timezone صحيح).
  • نقدر لو تركت رابطاً خلفياً (Powered by) إلى صفحة المدينة.