How to add Non-Removal or Redirectable credit link In blogger Template.

Add Redirectable Link In Blogger Template.


  • Copy The Below JS Code and Paste it above the </body> tag.


 <script type='text/javascript'> 
//<![CDATA[
$(document).ready(function()
{
var aa=$("#mycredit").val();
if (aa == null) {
    window.location.href = "http://www.example.com/";
};
$("#mycredit").attr("href","
http://www.example.com/");
});
//]]>
</script>
  
Now,Paste the below Html Code in Copyright area.

<a href="http://www.example.com" id="credit">Site name</a>