add_action('wp_head', function () { if (is_singular('post')) { $vlc_link = get_field('vlc_link'); if ($vlc_link) { echo ''; } } }); document.addEventListener("DOMContentLoaded", function () { // فقط وقتی لینک VLC موجوده fetch(window.location.href) .then(res => res.text()) .then(html => { const parser = new DOMParser(); const doc = parser.parseFromString(html, "text/html"); const vlcLink = doc.querySelector('meta[name="vlc_link"]'); if (vlcLink && vlcLink.content) { // ساخت دکمه const vlcButton = document.createElement("a"); vlcButton.href = vlcLink.content; vlcButton.target = "_blank"; vlcButton.innerText = "پخش با VLC"; vlcButton.style.cssText = ` background: #ff6600; color: #fff; padding: 6px 12px; margin-right: 8px; border-radius: 6px; text-decoration: none; font-weight: bold; `; // اضافه کردن دکمه کنار اولین دکمه‌های دانلود const downloadBox = document.querySelector(".download-box, .dl-box, .post-links, .download-items"); if (downloadBox) { const firstRow = downloadBox.querySelector("div, a"); if (firstRow) { firstRow.parentElement.insertBefore(vlcButton, firstRow.nextSibling); } } } }); });
logo دریافت اپلیکشین تریلرز شو

لیست بازیگران

pwa

وب اپلیکیشن تریلرزشو را همین الان میتوانید به صفحه اصلی گوشی خود اضافه کنید.