Pages

Monday 4 July 2016

4 Best Ways to Remove Powered By Blogger Attribution Gadget

Looking for a way to remove Blogger Attribution Gadget from your blog? Here comes the solution! Being a Blogspot user, you're to come across many of its default features and you are always in a try to disable them. Isn't it? An attribution gadget shows a message Powered by Blogger at the bottom of page or elsewhere depending on its placement in the Layout. Normally you are provided with an option to remove gadgets from your blog but the situation becomes quite problematic when it comes to an attribution gadget. Here in this post, we prepared the simplest recipes to help removing this feature. Have a look! 

Method 1 (Add CSS)
  1. Head to your TEMPLATE Section.
  2. Click on EDIT HTML.
  3. Search for ]]></b:skin> and paste the following piece of code right above it.

#Attribution1 {
display: none;
}

Click the save button and view the result.


Method 2 (Add code under style tags)
  1. Go to your template edit html section. (same as mentioned in Method 1)
  2. Find </head> and paste the following code just above it.

<style type='text/css'>
#Attribution1 {display:none !important;}
</style>

3. Save the template and view the results.
4. Bingo, you hit a home run!


Method 3 (Adding an additional Remove Option)


Normally when you pay visit to the LAYOUT section of your blog and click Edit on the Attribution gadget, you see no option for its removal (as shown in figure). This method will help you out to add a removal option in the small window which opens right after you click Edit on the gadget. Also observe the name/ID 'Attribution1' in the picture, this will help searching in coming steps.
  1. Go to Template EDIT HTML section.
  2. Click on JUMP To WIDGET and go to Attribution1
  3. You will find the following piece of code.

<b:section class='foot' id='footer-3' name='Footer' showaddelement='no'>
<b:widget id='Attibution1' locked='false' title='' type='Attribution' visible='true'>

Mitigation Steps
  1. Replace 'no' (mentioned in green) with 'yes'. 
  2. If you find locked='true' in the above code change it to locked='false'.
  3. Click the save button.

4. Now come to the LAYOUT section of your blog. 
5. Move on to the Attribution gadget and click Edit on it.
6. Now that the small window will come open with the REMOVE option.
7. Remove it and click the SAVE ARRANGEMENT button at top right corner.
8. You are done! 

Method 4 (Remove the whole html code)

  1. First two steps same as mentioned in Method 3.
  2. Jump to the Attribution1 widget.
  3. Select the following piece of code in between b:widget tag and remove it.

<b:widget id='Attribution1' locked='false' title='' type='Attribution visible='true'>
<b:includable id='main'>
<b:if cond='data:feedbackSurveyLink'>
<div class='mobile-survey-link' style='text-align:center;'>
<data:feedbackSurveyLink/>
</div>
</b:if>

<div class='widget-content' style='text-align: center;'>
<b:if cond='data:attribution != &quot;&quot;'>
</b:if>
</div>

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

Save the template and view your blog.

Last Comments
Now you can see that it's quite surmountable to deal with the Attribution gadget with all above stated four methods. All them will do the job perfectly! Try one of them and share your experience with us. Have queries regarding this post? put them into the below comment box. Enjoy your success and don't forget to share it with your friends. Stay Blessed :) 

No comments:

Post a Comment