Recent

How to encode Blogger footer credit link



Hello friends, all of you know that to design a template is not a easy task. It needs a lot of hard work, creativity and time to develop a SEO Optimised template, some times it takes a months. So it's very common for the designers to expects the credits for his hard work as he gives it mostly for free.



But some people do not respect the hard work of designers and just download any templates or copy from other blog and remove the footer credits of the designer and add their own links in credit links.

On the off chance that you are a designer, then here is a technique for you to encode your footer credits to keep beginners from expelling the links of the template . After encryption one can't change the credits just by changing footer credit link and name.


So, now comes to the point...

How to encode Blogger footer credit link:

Step1: Create your own blogger template. Now add the following div where you want to add your credit link.

   <div id='#mycreditLink'>
     Created By <a href='http://www.techzoop.com' id='#mycreditLink'>TechZoop</a>
   </div>

Now change the red coloured link with the site link where you want to redirect if the credit link will be changed. You may change the ID with your own ID. 

Step2: Now its time to prepare a Javascript by which user's blog is automatically redirect to your site if they change the footer credit link. So just copy the bellow javascript and paste it to a notepad. Now save the file with any name of your choice but make sure extension must be .js (ex: encrypt.js) and save type as should be All Types.

window.onload = function() {
    var e = document.getElementById("mycreditLink");
    if (e == null) {
        window.location.href = "http://www.techzoop.com/"
    }
    e.setAttribute("href", "http://www.techzoop.com/");
    e.setAttribute("ref", "dofollow");
    e.setAttribute("title", "TechZoop");
    e.innerHTML = "TechZoop"
}

Step3: Now upload the javascript file to Google Drive, Dropbox or any other file hosting site and copy the link of your file after uploading is done.


Step4: Now paste the following script bellow the <head> tag of you blogger template.

<script src='script url' type='text/javascript'/>

Now replace the script url with the javascript url that you have copied from the file hosting site.


Bingo!!! the process is done...
Now removing your credit link is not so much easy task for the new blogger...


Now It's your turn to share this post with your friends and write your reviews in comment box. Feel free to follow us by Email to get our updates and upcoming amazing tutorials direct to your mail id...
If you will face any problem, then leave a comment here I'll get back to you very soon.


Share on Google Plus

About Techzoop

    Google+ Comment
    Facebook Comment

6 comments:

  1. Get Premium Blogger Template Without Footer Credit.for free. Visit this website and get paid bloger template absolutely free. No error. No redirect your blog.

    Visit:- Gourab Design

    ReplyDelete
  2. To your write up its worth a try! Thank you.
    I am from Joe Gurus Tech Tips Trick related

    ReplyDelete