Subscribe to Unlock Download Link Script for Blogger

Hello friends! Welcome to your Techly360 blog. So in this article today we are going to talk about Subscribe to Unlock Download Link Script for Blogger (Social Content Locker Script). And this Blogger Me Subscribe to Unlock Download Link Button Kaise Lagaye? So we will know all these things in this article. So stay in this article and know more details.

Subscribe to Unlock Download Link

Subscribe to Unlock Download Link Script for Blogger

Friends, if you are a blogger and also make YouTube videos as well. So making YouTube channel bigger becomes a very big task for you. In such a situation, it is important to have maximum subscribers on the channel. For this, you have to provide great content.

But in some cases, despite doing everything, subscribers do not come on the channel. In such a situation, this Subscribe to Unlock Download Link Button proves to be very useful. All you have to do is connect any download file with this script. After this, if someone wants to download this file, first they have to subscribe to your channel. Only then will he see the download button.


Also Read:


Subscribe to Unlock Download Link Script for Blogger

So now it comes to how we can finally add this Subscribe to Unlock Download Link Button in the blog post of our Blogger/Blogspot. For this, you will need to subscribe to Unlock Download Link Script.

So for this, I have provided you a small tool made using HTML, CSS, and JavaScript. Using this, you can easily add this Subscribe to Unlock Download Button to your blog.

Steps to Make 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

<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;">&nbsp;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;">&nbsp;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-->

Replace It in This Script

Enter Download Source Link = Provide Your Downloadable File Link

Enter Your YT Subscribe Link = Provide Your Youtube Channel Link


Conclusion – How did you like this article in Subscribe to Unlock Download Link Script for Blogger. You must definitely comment by commenting in the comment box below. Or you also want to give some kind of Suggestion, then you can share your opinion with us in the Comment Box below.

Comments are closed.