subscribe to download कोड को USE कैसे करें
- नीचे दिये गए कोड को कॉपी करें
- अपने यूट्यूब चैनल का लिंक एड करें
- जिस फ़ाइल को डाऊनलोड कराना है उस फ़ाइल का लिंक एड करें
- वर्डप्रेस या ब्लॉगर वैबसाइट मे जाएँ और कोई नया पोस्ट लिखें या पुराने पोस्ट को एडिट करें
- HTML ब्लॉक सिलैक्ट करें
- कोड को पेस्ट करें और पब्लिश करें
- वीडियो को देख कर आप आसानी से समझ सकते हैं
आप चाहें तो लिंक मे ?sub_confirmation=1 लाइन को भी एड कर सकते हैं उदाहरण के लिए-
https://www.youtube.com/user/<YOUR CHANNEL ID>?sub_confirmation=1
नीचे दिये हुये बटन पर क्लिक करके आप टेस्ट कर सकते हैं। अगर आपका कोई सवाल है तो कमेन्ट कर सकते हैं। उम्मीद करते हैं यह पोस्ट आपको पसंद आई होगी। कृपया चैनल को सबस्क्राइब करें।
HTML CODE
<div class="buttons" style="border-radius: 6px; font-size: 15px; text-align: center;">
<a class="fa fa-youtube-play" href="#" id="btn_yt" onclick="show()" onmouseout="this.style.background='#097043'" onmouseover="this.style.background='linear-gradient(to right, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%)'" style="background: #097043; border-radius: 6px; color: white; display: inline-block; font-size: 25px; font-weight: 700; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;"> <strong>Subscribe To Download</strong></a>
<div style="margin: auto;">
<a href="DOWNLOAD LINK" id="yt" onmouseout="this.style.background='grey'" onmouseover="this.style.background='#808080'" style="background-color: grey; border-radius: 6px; color: white; display: none; font-size: 25px; font-weight: 700; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;"><strong>Download</strong></a>
<a class="fa fa-download" href="#" id="ytv" style="background-color: brown; border-radius: 6px; color: white; display: none; font-size: 25px; font-weight: 500; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;"> <strong>Checking......</strong></a>
</div>
</div>
JAVASCRIPT CODE
<script type="text/javascript">
var _0x28f9 = ["\x3C\x68\x32\x20\x61\x6C\x69\x67\x6E\x3D\x22\x63\x65\x6E\x74\x65\x72\x22\x3E\x3C\x69\x66\x72\x61\x6D\x65\x20\x73\x72\x63\x3D\x22", "\x2F\x3E\x3C\x2F\x69\x66\x72\x61\x6D\x65\x3E\x3C\x2F\x68\x31\x3E", "\x77\x72\x69\x74\x65"]; document[_0x28f9[2]](_0x28f9[0] + src1 + _0x28f9[1])
</script>
<script type="text/javascript">
document.getElementById("yt").style.display = "none";
document.getElementById("ytv").style.display = "none";
function show() {
window.open('#?sub_confirmation=1');
// sleep(3000);
setTimeout(function () {
document.getElementById("yt").style.display = "block";
document.getElementById("btn_yt").style.display = "none";
document.getElementById("ytv").style.display = "none";
}, 10000);
//alert();
document.getElementById("btn_yt").style.display = "none";
document.getElementById("ytv").style.display = "block";
}
</script>
COMPLETE CODE
<div class="buttons" style="border-radius: 6px; font-size: 15px; text-align: center;">
<a class="fa fa-youtube-play" href="#" id="btn_yt" onclick="show()" onmouseout="this.style.background='#097043'" onmouseover="this.style.background='linear-gradient(to right, #4CB8C4 0%, #3CD3AD 51%, #4CB8C4 100%)'" style="background: #097043; border-radius: 6px; color: white; display: inline-block; font-size: 25px; font-weight: 700; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;"> <strong>Subscribe To Download</strong></a>
<div style="margin: auto;">
<a href="DOWNLOAD LINK" id="yt" onmouseout="this.style.background='grey'" onmouseover="this.style.background='#808080'" style="background-color: grey; border-radius: 6px; color: white; display: none; font-size: 25px; font-weight: 700; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;"><strong>Download</strong></a>
<a class="fa fa-download" href="#" id="ytv" style="background-color: brown; border-radius: 6px; color: white; display: none; font-size: 25px; font-weight: 500; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;"> <strong>Checking......</strong></a>
</div>
</div>
<script type="text/javascript">
var _0x28f9 = ["\x3C\x68\x32\x20\x61\x6C\x69\x67\x6E\x3D\x22\x63\x65\x6E\x74\x65\x72\x22\x3E\x3C\x69\x66\x72\x61\x6D\x65\x20\x73\x72\x63\x3D\x22", "\x2F\x3E\x3C\x2F\x69\x66\x72\x61\x6D\x65\x3E\x3C\x2F\x68\x31\x3E", "\x77\x72\x69\x74\x65"]; document[_0x28f9[2]](_0x28f9[0] + src1 + _0x28f9[1])
</script>
<script type="text/javascript">
document.getElementById("yt").style.display = "none";
document.getElementById("ytv").style.display = "none";
function show() {
window.open('#?sub_confirmation=1');
// sleep(3000);
setTimeout(function () {
document.getElementById("yt").style.display = "block";
document.getElementById("btn_yt").style.display = "none";
document.getElementById("ytv").style.display = "none";
}, 10000);
//alert();
document.getElementById("btn_yt").style.display = "none";
document.getElementById("ytv").style.display = "block";
}
</script>