Thursday 31 December 2015

Simple Ways Of Inserting Privacy Policy, About Us, And Contact Us At The Footer Of Your Blog/Website.

Inserting your Privacy policy, About Us, and Contact Us at the footer of your blog is one of the important things to do if a blogger intends to get approval for adsense these days. Who knows if this could just be the simple reason why your adsense application was rejected. You have to do the following: 

STEP 1 
1. Please always back up your template before tampering with your blog's template.
2. For most blogs, the Attribution gadget (Powered by Blogger) is the last item you see when you scroll to the end of the blog. If you go to LAYOUT, you also discover that you cannot add any other gadget to space where the attribution gadget is located.
3. We will edit the Attribution gadget in such a way that it will allow us put another gadget that will house our Privacy policy, About Us, and Contact Us.
4. If you are signed into your blog, click TEMPLATE, then EDIT HTML ( I hope by now you have backed up your template).
5. In the Templates, click any where inside the HTML box shown, "Hold ctrl then press F" to bring up the find dialogue box. Type Attribution1 in the small box that came out when you did Control F and hit ENTER. It will now show you something like the code below:

 <!-- outside of the include in order to lock Attribution widget -->
      <b:section class='foot' id='footer-3' showaddelement='no'>
        <b:widget id='Attribution1' locked='true' title='' type='Attribution'>
          <b:includable id='main'>

You are to change the "no" highlighted in Green to yes and the locked='true' to locked='false'  your final code should look like this:
<b:section class='foot' id='footer-3' showaddelement='yes'>
        <b:widget id='Attribution1' locked='false' title='' type='Attribution'>
   

This will remove the restriction that allows only Attribution widget to be at the footer of your template. SAVE your template then go to blogger dashboard =>>Layout to see "Add a Gadget" on top of Attribution. (Hurray !!!)


STEP 2
You now have to put your Privacy policy, About Me and Contact Me in the box.
1. Copy out the links to the Privacy, About Me and Contact Me pages on your blog. As for me it was

Go to google shortener and shorten the links by typing each of the links in the box and clicking "shorten URL". You can then copy the shortened URL. The shortened codes will have to be inserted into a script. See example below:

<a href="http://goo.gl/Exw0p">Privacy Policy</a>

<a href="http://goo.gl/4ZiXiw">About Me</a>

<a href="http://goo.gl/RppFF">Contact Me</a>

The code highlighted in GREEN is the shortened URL for my your Privacy policy, About Me and Contact Me. So change only the highlighted code in green to what you copied from google shortner. 
The Code in RED can be changed to anything you like. For example, If you exchange "About Me" with "Football"; Football will appear at the foot of your blog.

Go to Blogger dashboard and click on LAYOUT. Scroll down to ATTRIBUTION, you will see ADD A GADGET on top of Attribution. 
Click on "Add a Gadget" and choose "HTML/JavaScript". Copy the new codes and paste it in the HTML/JavaScript box and SAVE.

Please Comment below...

No comments:

Post a Comment

I'm Looking Forward To Hearing From you