Allowing your users to print your blog posts with just a single click is something that is pretty cool. On the other hand, almost all browsers provide the flexibility to print a web page by just going to “File” and “Print”. Different people have different choices and different people like to have a print feature on their blog posts for different reasons. You may just like to add a continent way. When users can print your posts with just one click then why they should be doing some complicated processes? In this article, we will show you how to add a quick print button to your Blogger blog.
The First thing you will be doing is to login into your Blogger Dashboard. Now After logging in, go to your blog >> Template >> Edit HTML >> Search for <div class='post-footer'> and just above it paste the following code. Once everything is done, press “Save Template” button to conclude the process.
<div style="float: left; padding-left: 10px;">
<a href="javascript:window.print()" rel="nofollow">Print this Article</a></div>
Now to give your button a beautiful touch, you need to customize it with a bit of CSS. You can create any kind of image using any popular photo editing or deigning tool Like Photoshop and can simply apply the modest CSS to make it work. Here is a small example of how you can stylize your print it button.
<div style="float: left; padding-left: 10px;">
<a href="javascript:window.print()" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBZHHjBYQ_jHg0JfFRzn1dubWzsoRpc4LpoVvSxj8xoMGkVzWjegky4sQfWc3YzSXn_mNcnx9TUjDBxdAiVCe24VKTB4OVFJilQBLS-5Yw_1pIGo6eP5wt57bHuWuBK_Tdu2EGxVPQ2mRd/s1600/print_button.jpg" /></a></div>
Congratulations: You have successfully learned how to add print it button in blogger blog. Not only that, but you can also stylize it according to your desire needs. You can also preview your posts to see everything is working in an order or not.
We hope this tutorial has facilitated to understand how to add print it button in blogger. What are your judgments about adding a Print button to your blog? Does it is value to use these buttons or it is just waste of space? Let us know what you think about it.

Not working :(
ReplyDeleteWhat kind of error you are facing?
Deleteso that javascript for print function, are there any javascript to bookmark function ?
ReplyDeleteGood trick. Easly but very elegant guys... :)
ReplyDeleteI still don't see a print button show up on the post or the blog page. I tried this with Print Friendly too and no go.
ReplyDeleteSame here. I followed the instructions but I don't see any changes in my blogger layout.
DeleteWe have updated the tutorial, now its works fine. Just to give a test run go to Blogger >> Add new Post >> Revert to HTML VIEW >> And paste this code there
Delete<div style="float: left; padding-left: 10px;">
<a href="javascript:window.print()" rel="nofollow">Print this Article</a></div>
Now HIT Preview and See it works quite well.
Can you show us an example? I see you don't have a print button on your blog.
ReplyDeleteWhen I hit control-P on this blog post I get a jumble of header and sidebar items and not just the blog post. That's why I'm looking for a button. I will try your idea.
ReplyDeleteAlso, there is no image available in the "style" example that you gave us.
The tutorial is updated please retry. Sorry for the bug
DeleteHi!
ReplyDeleteI can't find the line anywhere in my html settings, can you give me an idea of where it is? I have found other lines with "post" and others with "footer" in them, but never in the order you've given. Would it be different in some cases?
Thanks!
Not Working ...
ReplyDeleteSorry it's working now ... Thanks
ReplyDelete<div style="float: left; padding-left: 10px;">
Delete<a href="javascript:window.print()" rel="nofollow">Print this Article</a></div>
Try this code!
Deletethnks, work!
ReplyDeleteThanks Brother, It's work for me, also i can customize this text -> "Print this Article"
ReplyDelete