NewAvailable on Google NewsRead Now Needs tool's ScriptsContact us

How to create YouTube Subscriber Link Generator website in Blogger || YouTube Subscriber Link Generator

Want to Create YouTube Subscriber Link Generator website in Blogger, or want to create YouTube Subscriber Link Generator in blogger Page/Post, yes! then i m writing this post for you,

 


 




 {tocify} $title={Table of Contents}

YouTube Subscriber Link Generator website in Blogger

 

Demo

Let's talk how you can create 

Method 1

Go to the Blogger.com

Create New Blog

Choose name for Blog

Choose Unique Blogger link for you blogger

Click on Create

Now,

Go to the Theme

Click on down arrow 



 

Click on Switch to first generation classic theme


Click on Switch without backup code



Click on Edit HTML




Select All,Delete and Paste above Code

<!DOCTYPE html>
<html>
<style>
form{
display:none;
}

body{
background-color: black;
}


div {
  background-color: lightgrey;
  width: 100%;
  border: 15px solid green;
  padding:30px;
  margin: 0px;
}
</style>

<body><div>
<center>

Subscriber Link Generator
<form>
 
  <select id="no">
    <option>?sub_confirmation=1</option>
  </select>
  </form>
  <p></p>
 
 
  <br>
 
   <br>
   <p>Enter your YouTube Channel Link</p>
  <input type="text" id="result" size="100%" placeholder="https://www.youtube.com/channel/UCjtqolM6M9al_LHPnZAdDdQ">
  <input type="button" onclick="myFunction()" value="Genereate Link">
 
 


<script>
function myFunction() {
  var no = document.getElementById("no");
  var option = no.options[no.selectedIndex].text;
  var txt = document.getElementById("result").value;
  txt = txt + option;
  document.getElementById("result").value = txt;
}
</script>


</center></div>
</body>
</html>{codeBox}

 Click on Save and Go Back



 Click on View Blog


Here is Proof 100% for Method 1


How to create YouTube Subscriber Link Generator in Blogger Page

Method 2

Go to the Blogger.com

Click On New Page

Write Title

Click on HTML View


Select all, Delete and Paste above code

<center>

Subscriber Link Generator
<form style="display: none;">
 
  <select id="no">
    <option>?sub_confirmation=1</option>
  </select>
  </form>
  <p></p>
 
 
  <br />
 
   <br />
   <p>Enter your YouTube Channel Link</p>
  <input id="result" placeholder="https://www.youtube.com/channel/UCjtqolM6M9al_LHPnZAdDdQ" size="50%" type="text" />
  <input onclick="myFunction()" type="button" value="Genereate Link" />
 
 


<script>
function myFunction() {
  var no = document.getElementById("no");
  var option = no.options[no.selectedIndex].text;
  var txt = document.getElementById("result").value;
  txt = txt + option;
  document.getElementById("result").value = txt;
}
</script>


</center>{codeBox}

 Click on Compose View and Publish

Here is Proof 100% for Method 2


How to create YouTube Subscriber Link Generator in Blogger Post

Method 3

Go to the Blogger.com

Click On New Post


Write Title

Click on HTML View


Select all, Delete and Paste above code

<center>

Subscriber Link Generator
<form style="display: none;">
 
  <select id="no">
    <option>?sub_confirmation=1</option>
  </select>
  </form>
  <p></p>
 
 
  <br />
 
   <br />
   <p>Enter your YouTube Channel Link</p>
  <input id="result" placeholder="https://www.youtube.com/channel/UCjtqolM6M9al_LHPnZAdDdQ" size="50%" type="text" />
  <input onclick="myFunction()" type="button" value="Genereate Link" />
 
 


<script>
function myFunction() {
  var no = document.getElementById("no");
  var option = no.options[no.selectedIndex].text;
  var txt = document.getElementById("result").value;
  txt = txt + option;
  document.getElementById("result").value = txt;
}
</script>


</center>{codeBox}

 Click on Compose View and Publish

Here is Proof 100% for Method 3

Leave you Feedback 


Best Wishes

Innocentamit

Innocentamit.com


Post a Comment

Previous Post Next Post