Having a “Print This” button will be better for some blogs than it will be for others. The types of blogs that will do best with this are those that offer tutorials, recipes and guides. If you run this type of of a blog, then here is the JavaScript code that you will need to use in order to create this button:
<a href=”javascript:window.print()” rel=”nofollow”>Print This!</a>
With this button installed, the page that your visitor is on will be printed. Therefore, you probably do not want to place it on your homepage or else they will be printing your entire homepage, which they probably will not be appreciative of.
Popularity: 9% [?]

