Automatic work as search link using id for Blogger

You want to make a word as searchable internal link using input box. So add given code on post and blogger theme with simple steps –

How to Do

Searchable Text

Just add these code on your post and active blogger theme, Then take a new advantage. If you have any downloading, lyrics website so this code useful for you.

Paste code/add on post using input box

<form action=”/search” method=”get”><input name=”q” type=”hidden” /><b><span id=”moreproduction2″ style=”background-color: #0c343d; border-radius: 2px; color: white; padding-left: 3px; padding-right: 3px;”> Singer</span></b><span id=”moreproduction” style=”margin-right: 10px;”>- xxxxxxxxxxxxxxx</span><button class=”searchbtnform” onclick=”moresong(this.form);” type=”submit”><i class=”fa fa-ellipsis-h”></i></button><br /> <input name=”max-results” type=”hidden” value=”16″ /><input name=”by-date” type=”hidden” value=”true” /> </form>

Paste next code between head

<script language=’JavaScript’ type=’text/JavaScript’>
<!–
function moresong(form) {
form.q.value = document.getElementById(“moreproduction“).innerHTML + document.getElementById(“moreproduction2“).innerHTML;
}
//–>
</script>

Hope this code work perfectly, Have another type help so contact us using contact-us section.