How to Create YouTube Channel ID Extractor Tool in your Blog Post or Page
Hey Guys! Welcome back to Techly Series website.
Assuming You are observing the YouTube Channel ID Extractor Tool Script on blogger. This is the Right Place to you. Since You can get this Script for free and gain deep pocket With Your adsense.
Today, in this article, I will Discuss with you about How to Create YouTube Channel ID Extractor Tool in Blog - Post or Page.
How to Create
So, to create YouTube Channel ID Extractor Tool on blogger you need to follow the following process below precisely.
What's more, with the help of these steps, you can easily make this tool in your blogger website.
Step 1
- You will go to your - Blogger Dashboard
- Go to Theme
- Go to - Edit HTML
- Search - </head> or </head>
- Copy this CSS Code below and Paste on top of </head> or </head>
- Save Theme
You must back up your theme before go to Edit HTML
<link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/itsTSUI/tsP/toolBody.css'></link>
<script crossorigin='anonymous' src='https://kit.fontawesome.com/4ad360bfd2.js'></script>
Step 2
- After Save Theme
- Create a new Post or Page
- Copy this HTML & Javascript Code below and Paste in your blog - Post or Page
- Publish
<div class="Tbody">
<b>Channel URL</b>
<input id="Curl" placeholder="Paste Channel URL Here..."/>
<button type="button" id="Gbutton">Get ID<i class="fa-regular fa-hand-point-right"></i></button>
<br/>
<b>Channel ID</b>
<input id="Cid" placeholder="Get Channel ID Here..." readonly/>
<button type="button" class="copybutton" data-clipboard-target="#Cid"><i class="fa-regular fa-copy"></i>Copy ID</button>
<button type="button" id="Clear"><i class="fa fa-repeat"></i>Clear</button>
</div>
<script src='https://code.jquery.com/jquery-3.6.0.min.js'></script>
<script src='https://clipboardjs.com/dist/clipboard.min.js'></script>
<script>$("#Gbutton").click(function(){a=$("#Curl").val(),b=$("#Cid").val(a.replace("https://youtube.com/channel/",""))}),$(function(){var clipboard=new ClipboardJS(".copybutton");$(".copybutton").click(function(){$(this).html("√ Copied ID");var that=$(this);var intrvrl=setInterval(function(){that.html("<i class='fa-regular fa-copy'></i>Copy ID");clearInterval(intrvrl);},1500);});}),$('#Clear').click(function(){$('#Curl').val('');$('#Cid').val('')})</script>
Final Words
You ought to indeed note by thinking in the remark box underneath. Or on the other hand you moreover bear to give some sort of Suggestion, likewise you can partake your conviction with me in the Comment Box beneath.
I didn't give this content to any individual who saw or replicated them. This content I've looked through a great deal and given by experience. So kindly don't note on this substance.
Assuming you experience any issues while copying this script you can impart me by Telegram and I'll attempt to help.
Post a Comment