Showing posts with label Blogger Tricks. Show all posts
Showing posts with label Blogger Tricks. Show all posts

Monday, 7 March 2016

How to Remove Powered By Blogger Attribution Link from Blogger?

When we use other's copyrighted thing then we have to give him proper credits such like if we share any other blog's post on our blog then we link back to his blog as credit link. If we use default Blogger Templates or mostly third party templates then we will see a attribution link which link backs to Blogger  and when we edit it from Blogger Layout Tab then there is no remove button to remove this widget because it is locked by default. But mostly bloggers remove it to make their blog more professional so Today I will tell you to remove this attribution link and make your blog more professional.
There are 3 methods to remove this link so i listed all of them:

Unlock Method:


By default the attribution gadget is locked means you can’t directly remove it because the remove is missing while you try to remove it by edit option as i listed above. So, we will unlock it that add remove button in the gadget edit box. To unlock the gadget follow these steps.
  1. Search the below code in your Blog's Template:
<b:widget id=’Attribution1′ locked=’true‘ title=” type=’Attribution’/>
  1. Now change the red colored true to false. Once you change the code will look like this:
<b:widget id=’Attribution1′ locked=’false‘ title=” type=’Attribution’/>
  1. Save your template.
  2. Now Go to layout and find the attribution widget.
  3. Click on edit link and press the remove button
  4. Done!

Edit HTML Method:


  • Go To Blogger Dashboard.
  • Backup your blogger template before doing any changes.
  • Click Edit HTML:
  • Press Ctrl+F and find the below code.
<b:widget id=’Attribution1′ locked=’ true’ title=” type=’Attribution’/>
  • Once you find that code, remove the attribution section code carefully. See below screenshot.
  • Click on Save Template button. You will get a message that asks you to keep or delete the widget. Press delete widget button and save the template.
  • Done!

Hiding Using CSS:

  1. Go to your template edit HTML
  2. Find this code: ]]></b:skin>
  3. Paste the below code above that code.
#Attribution1 {display: none;}
  1. Save the template and you are done!
These are the simple 3 methods to remove the blogger attribution link, use any of them and you will surely remove that link from your blog. Now Its your turn to share this post to your friends and write your review in comments till then Peace, Blessings and Happy Removing.

How to add PowerPoint PPT Presentation to Blogger?


Many of us blog on education as well as jobs thus we often need to embed powerpoint presentation to our blog posts but due to lack of any option in blogger post editor we cannot able to do it. But now this we can Embed any Powerpoint Presentation in our Blogger Posts easily and make our post more professional. This feature is provided us by Slideshare and the whole procedure is depend on it. So lets start this tutorial to embed PPT Presentations in Blogger.

1. Go to Slideshare.net

Go to Slideshare.net and register your account. If you have have an account then login.

2. Upload PPT Presentation to Slideshare

Once you have logged in Click on Upload button from the top menu. After that click on Single upload from the sub-menu. Upload you presentation and add details like Title, Description etc.

3. Copying the Embedding code

Now click on the option My Slideshow from the top menu bar and open your uploaded presentation. After the Presentation opens click on the embed option present on the menu just above the presentation. Click on customize if you want to change the size of presentation or do something else. After doing to the desired changes click on Copy.


4. Embedding the Presentation:


Now open Blogger post editor. Click on the HTML tab which is beside Compose at Top Right. Paste the code copied from Slideshare. Publish your post and enjoy the Presentation.
So that's the 4 simple steps to add your powerpoint presentations to Blogger. If you have any query regarding this post let me know through comments till then Peace, Blessings and Happy Embedding.