Companions, in the event that you are a blogger and furthermore make YouTube recordings too. So making YouTube channel greater turns into an exceptionally huge undertaking for you. In such a circumstance, having most extreme subscribers on the channel is significant. For this, you need to give incredible substance.
Yet, now and again, regardless of doing everything, subscribers don't come on the channel. In such a circumstance, this Subscribe to Open Download Connection Button ends up being exceptionally helpful. You should simply interface any download document with this content. After this, if somebody has any desire to download this record, first they need to subscribe to your channel. Really at that time will he see the download button.
So presently it comes to how we can at last add this Subscribe to Open Download Connection Button in the blog entry of our Blogger/Blogspot. For this, you should subscribe to Open Download Connection Content.
So for this, I have given you a little device made utilizing HTML, CSS, and JavaScript. Utilizing this, you can undoubtedly add this Subscribe to Open Download Button to your blog.
Steps to setup Subscribe to Unlock Download Link Button in Blogger
- Click on Create New Post/Page
- Now Copy Code Bellow
- and Paste Where You Want This Button
HTML
<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='red'" onmouseover="this.style.background='#e30202'" style="background: red; border-radius: 6px; color: white; display: inline-block; font-size: 15px; font-weight: 500; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;"> SUBSCRIBE TO UNLOCK LINK</a>
<div style="margin: auto;">
<a href="Enter Download Source Link" id="yt" onmouseout="this.style.background='red'" onmouseover="this.style.background='#135B0A'" style="background-color: red; border-radius: 6px; color: white; display: none; font-size: 15px; font-weight: 500; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;">Click To Download</a>
<a class="fa fa-download" href="#" id="ytv" style="background-color: red; border-radius: 6px; color: white; display: none; font-size: 15px; font-weight: 500; margin: 15px 30px; padding: 14px 0px; text-decoration: none; transition: all 0.2s linear 0s; width: 250px;"> Checking you subscribe or not...</a>
</div>
</div>
<!--Start Youtube subcribe javascript-->
<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('Enter Your YT Subscribe Link');
// 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>
<!--End Youtube subcribe javascript-->
Replacement in this script
- Enter Download Source Link = Provide Your Downloadable File Link
- Enter Your YT Subscribe Link = Provide Your Youtube Channel Link
End
How could you like this article in Subscribe to Open Download Connection Content for Blogger. You should comment by commenting in the comment box underneath. Or on the other hand you additionally need to give some sort of Idea, then, at that point, you can impart your insight with us in the Comment Box underneath.

0 Comments