Saturday 12 March 2016

Add Non Removable Credit Link With Encrypt Javascript

Add Non Removable Credit Link With Encrypt Javascript
Creating a new theme, plugin or widgets is a combination of imagination and creative ideas. When a designer create a new template, then credit of that work is very important for him. A new blogger remove or modify their credit link own link.Hence it is very important to add a non removable footer credit link in blogger template coding. There are a lot of articles are present on internet to add a non removable link but newbie blogger are smart. They remove credit link within five sec. But, pro blogger like Prabhat (me) are more expert then newbie. Let's see how we can add a non removable credit link in blogger themes.
Must Read : How to change blogger template

How Add Non Removable Credit Link In Blogger Theme

Step:1 Adding a non removable credit link is very easy task. Just copy below java script  and add it with any other code like summary code or related post code.

<script type='text/javascript'>
//<![CDATA[
$(document).ready(function()
{
var aa=$("#mycredit").val();
if (aa == null) {
window.location.href = "http://www.electricallive.com/";
};
$("#mycredit").attr("href","http://www.electricallive.com/");
});
//]]>
</script>

 

Explain :

Step:2 You need to add following coding in footer of blogger template.
<div id='#mycredit'>
Designed By <a href='http://www.electricallive.com/' id='#mycredit'>Electrical Live</a>
</div>
Step:3 We need to hide above first java script in theme coding. Javascript encrypter is best tool to encrypt. After this java script become non readable.

Final Word: We write detailed guide for adding non removable credit link in blogger theme.We can also add non removable link in blogger widgets. If you face with any problem then comment below.

No comments:

Post a Comment

Quick On Page Seo Tricks To Optimize Blog For Search Engines

On page seo refers to placing keywords at accurate position to optimize blog to rank higher in search engines. on page seo is the initi...