To give your visitor to print your blog post if he like your post this trick is very simple to adding in your blog.

Follow simple step to adding this widget in your blogger blog---->>>>

* First go to your blogger Dashboard .

* Now click in design tab and edit HTML .

* Now find this code </head> by CTRL+F key easily .

* Copy below code and paste before </head>

<style type="text/css" media="print">
#noprint {display: none;}
// Hide unwanted elements
body {background:fff; color:000;}
// Black text on White background
a {text-decoration: underline; color:00f;}
//Underline Hyperlinks in blue
}
</style>

* Now again find below code By scrolling --->>>

<p><data:post.body/></p>

* Now copy below code and paste it after <p><data:post.body/></p>

<a href="javascript:window.print()">Print Page</a>

* Now save your blogger template and you are now done. 

Leave a Reply