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>
<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/AVvXsEh77tsPXwAonNj32CaBTYpB8hUHEhD_stq1Sfi_iQTfiQFPOZS9mw59uajL0RSjt5iTTJzeEP6GxItq0bOXGorfg4yJiA_iLjCXeeRZmRdpj8Fq6K6cZSiz8QaAZG_Hyrc-Y3GvFzm7lZXy/s1600/print_button.jpg" /></a></div>
<a href="javascript:window.print()" rel="nofollow"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh77tsPXwAonNj32CaBTYpB8hUHEhD_stq1Sfi_iQTfiQFPOZS9mw59uajL0RSjt5iTTJzeEP6GxItq0bOXGorfg4yJiA_iLjCXeeRZmRdpj8Fq6K6cZSiz8QaAZG_Hyrc-Y3GvFzm7lZXy/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.

0 comments:
Post a Comment