Add CleanPrint with AddThis
An easy and simple way to install CleanPrint on your site is with AddThis. AddThis is a content sharing platform that gives end users a simple and easy way to share content across the social web, and provides publishers with increased web traffic and in-depth analytics. To add AddThis to your site go here, if you already have AddThis on your site the instructions below will show you how to make CleanPrint a preferred service.
AddThis Tag
Once you have successfully signed up for AddThis you will be given a tag that looks something like the one below.
1 2 3 4 5 6 7 8 9 10 11 |
<!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a> <a class="addthis_counter addthis_bubble_style"></a> </div> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=123456789abcd"></script> <!-- AddThis Button END --> |
It is simple to make CleanPrint a preferred service on your site. The only change that is needed is to add an anchor with the class name “addthis_button_cleanprint”. This example shows the default AddThis tag with the CleanPrint button as the first button in the list of services.
1 2 3 4 5 6 7 8 9 10 11 |
<!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_cleanprint"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a> <a class="addthis_counter addthis_bubble_style"></a> </div> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=123456789abcd"></script> <!-- AddThis Button END --> |


