Ad

Thursday, March 7, 2013

Remove / Delete "Powered by Blogger" (Attribution Gadget)

If you have tried hard to remove the Attribution gadget in blogger which is placed in the footer section of your blog stating "Powered By Blogger". Here is a easiest and simplest solution for it. You may have noticed in your blog that whenever you try to remove this gadget from your blog's footer section it reappears again as soon as you refresh your blog page. This happens because the gadget has been locked inside your template HTML code.

Many of my blog visitors were asking me how to remove / delete / hide "Powered By Blogger" (Attribution Gadget) in Blogger. Here is a permanent solution to remove the "Powered By Blogger" (Attribution Gadget) from your blog. Some of my friends also asked me that "Does I violate the Terms & Conditions of Google by removing "Powered By Blogger" (Attribution Gadget) from my blog?". No! actually you don't violate any Terms & Conditions of Google because there is no user agreement or any message stating that you don't have any rights to modify your template or the access to blogger template code is restricted. So, according to their Terms & Conditions they have no rights to take any action on you & your blog for removing the "Attribution Gadget". Anyway its your blog & you have the right to choose the sites you wish to give backlinks to. By default Attribution gadget will be linking to Blogger.com from your blog.

Here is a detailed step by step explanation of how to remove "Powered by Blogger"  (Attribution Gadget) from blogger.

1. Log In to your Blogger account >> Design >> Edit HTML.
2. Tick to Expand your Widget Template.
3. Click Ctrl+F for your browser's search bar to appear.
4. Enter Attribution1 & find the keyword in your template code.

 (The browser will land on this gadget ID of your template.) 
<!-- 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'>
<div class='widget-content' style='text-align: center;'>
<b:if cond='data:attribution != &quot;&quot;'>
<data:attribution/>
</b:if> 
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>

You will find the above words with the Attribution1 keyword highlighted.

5. Delete all red line words from your blogger template code. Make sure you do not remove / delete the blue color line from your template code.

6. Preview your template once to make sure you don't have any errors in your template code.

7. Save template.

Feel free to contact me if you find any problem in following these steps :) 


Remove / Delete "Powered by Blogger" (Attribution Gadget) Rating: 4.5 Diposkan Oleh: CRS

Comments