/* Add custom Js code below */ if(window.location.pathname.includes("1574881464")){ var data = [ { "name": "إنستقرام", "img": "https://i.ibb.co/kgx5pNTP/instagram-1.png", "link": "https://www.instagram.com/lanaflowers46", }, { "name": "سناب شات", "img": "https://i.ibb.co/vxq5vdN6/logo-2.png", "link": "https://www.snapchat.com/add/lanaflowers46", }, { "name": "الموقع الإلكتروني", "img": "https://i.ibb.co/1GpnP8jr/internet-1.png", "link": "www.lanaflower.com", }, { "name": "2whatsapp.com", "img": "https://i.ibb.co/RGGp8HN4/whatsapp.png", "link": "https://api.whatsapp.com/send/?phone=966540541702&text&type=phone_number&app_absent=0", }, { "name": "1whatsapp.com", "img": "https://i.ibb.co/RGGp8HN4/whatsapp.png", "link": "https://api.whatsapp.com/send/?phone=966548800046&text&type=phone_number&app_absent=0", }, { "name": "موقعنا الجغرافي", "img": "https://i.ibb.co/Kx2d1STH/map.png", "link": "https://maps.app.goo.gl/VfnnbjvYm74USuM27?g_st=iw", }, ]; var allItems = document.querySelectorAll("strong"); for(var i = 0; i < allItems.length; i++){ for(var j = 0; j < data.length; j++){ if(allItems[i].textContent.includes(data[j]["name"])){ allItems[i].innerHTML = ""; } } } } const iframe = document.createElement("iframe"); // إعداد خصائص iframe iframe.src = "https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3714.675753402505!2d39.708121723639294!3d21.402668174829056!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x15c219c184581757%3A0x5c1e2f6a0c67fc76!2z2LLZh9mI2LEg2YTYp9mG2KcgTGFuYSBGbG93ZXJz!5e0!3m2!1sar!2seg!4v1746947749024!5m2!1sar!2seg"; // غيّر هذا للرابط الذي تريده iframe.width = "500"; iframe.height = "750"; iframe.style.border = "1px solid #ccc"; // إدراج iframe داخل عنصر آخر في الصفحة document.querySelector("section.s-block.s-block--fixed-banner.wide-placeholder").appendChild(iframe);