// كود استبدال زر التوثيق بالصورة الجديدة وحذف النصوص القديمة document.addEventListener("DOMContentLoaded", function() { // 1. تحديد تذييل الصفحة (الفوتر) في متجر سلة var footer = document.querySelector('footer'); if (footer) { // 2. بناء هيكل الزر الجديد باستخدام الصورة المقدمة var verificationWrapper = document.createElement('div'); verificationWrapper.className = 'business-platform-verification-new'; verificationWrapper.style.cssText = 'text-align: center; margin: 20px 0; padding: 10px; width: 100%; clear: both;'; // رابط التوثيق الخاص بك var authLink = 'https://eauthenticate.saudibusiness.gov.sa/certificate-details/7041616710'; // رابط الصورة الجديدة var imageUrl = 'https://i.postimg.cc/wMVZKQR6/0111.png'; var verificationHTML = `
توثيق التجارة الإلكترونية
`; verificationWrapper.innerHTML = verificationHTML; // 3. إضافة الزر الجديد في نهاية الفوتر footer.appendChild(verificationWrapper); } }); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MMPGXRF3');