setTimeout(function() {// تأكد أن الأزرار مش موجودة مسبقاً
if (!document.querySelector('.floating-buttons-wpcode')) {const container = document.createElement('div');
container.classList.add('floating-buttons-wpcode');container.innerHTML = `
📞
💬
`;document.body.appendChild(container);const style = document.createElement('style');
style.innerHTML = `
.floating-buttons-wpcode {
position: fixed !important;
bottom: 25px !important;
left: 20px !important;
display: flex !important;
flex-direction: column !important;
gap: 12px !important;
z-index: 999999 !important;
}.floating-buttons-wpcode a {
width: 55px !important;
height: 55px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
border-radius: 50% !important;
font-size: 26px !important;
color: #fff !important;
text-decoration: none !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.25) !important;
transition: transform 0.3s ease !important;
}.float-call-wpcode {
background: #28a745 !important; /* أخضر */
}.float-call-wpcode:hover {
transform: scale(1.1) !important;
}.float-whatsapp-wpcode {
background: #ff4da6 !important; /* بمبي */
}.float-whatsapp-wpcode:hover {
transform: scale(1.1) !important;
}@media (max-width: 768px) {
.floating-buttons-wpcode {
bottom: 18px !important;
left: 15px !important;
flex-direction: row !important;
gap: 8px !important;
}.floating-buttons-wpcode a {
width: 45px !important;
height: 45px !important;
font-size: 20px !important;
}
}
`;
document.head.appendChild(style);}}, 1000); // انتظر 1 ثانية بعد تحميل الصفحة
error: Content is protected !!
اتصل الان