adding pin it button from Pinterest

yuefang.zhao Apr 13, 2012 12:37PM EDT

I've already installed addthis buttons on my post footer. Now I want to add another buttons pin it button. How can I do that?
Here's my site:
www.yuefang-luwuk.com

1 Community Answers

Paul Apr 13, 2012 02:44PM EDT

Change this:

var at = "<div class='addthis_toolbox addthis_default_style addthis_32x32_style' addthis:title='"+title+"' addthis:url='"+encodeURI(url)+"' > <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> ";

To this:

var at = "<div class='addthis_toolbox addthis_default_style addthis_32x32_style' addthis:title='"+title+"' addthis:url='"+encodeURI(url)+"' > <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><a class="addthis_button_pinterest_pinit" pi:pinit:media="http://2.bp.blogspot.com/-NwiHl3KVmdE/T3SLdE8HlgI/AAAAAAAABoM/gyzcaC-JZpQ/s1600/paramount_lampu_kaleng.jpg"></a> </div> ";


This question is closed to new answers.

Still need help?


General Topics

 

Developers