Scroll Down and click on Go to Link for destination
Congrats! Link is Generated
How To Protect Your Credit Link On The Template. Building any website web or blog template is usually combining working hard along with our creative imagination. It takes more time to be able to framework the design. The author of the template often be prepared to unchanged their credit link, for their free version of templates.
Sometimes there are bloggers who deliberately steal the template by deleting the credit link of the actual owner, they intentionally and without thinking about how diffcult its to create a new template for website or blogsite, and did not appreciate the hard work of the creator of the template.
Well in this post i will share a little tutorial on How to make the credit link ca not be removed with the offhand, or as a warning to people who use the template result of our work!. So that they never remove our credit link on the template.
Protect Your Credit Link[images source:www.acebangsam.us] |
How To Protect The Credit Link:
1. Login to your blogger panel admin2. Click On Template » Edit HTML
3. Find this code </head> using Ctrl+F
4. Then add the following Javascript code just above the code </head>
<script type='text/javascript'> //<![CDATA[ $(document).ready(function() { var aa=$("#devcredit").val(); if (aa == null) { window.location.href = "http://irvandev.blogspot.co.id"; }; $("#devcredit").attr("href","http://irvandev.blogspot.co.id"); }); //]]> </script>5. Add script HTML/Javascript below on your footer credit link area.
<div id='#devcredit'> Template By <a href='http://irvandev.blogspot.co.id' id='#devcredit'>Blog Irvandev</a> </div>
Actually stride is finished up here but with the code above, everyone can see directly link our credit so they can easly remove it from our template.
Well to be able to prevent or at least inconvenient for bloggers who do not appreciate the hard work of others and don't have have the ethics, we have to hide it in a way to change it into a.js file, for example "devmain.js" or what ever you like to. and upload it to google code hosting or other external hosting.
After we will be able to upload the following .js file, we will get the new link.
eg: https://irvandevcode.googlecode.com/svn/devmain.js
Copy the link above and paste it into this code<script src='THE NEW LINK' type='text/javascript'/>It will look like this:<script src='https://irvandevcode.googlecode.com/svn/devmain.js' type='text/javascript'/>* Change https://irvandevcode.googlecode.com/svn/devmain.js with your own link!.
Than add the folowing script code just above the code </head>
Your Done! Good luck and have anice day.....