Pinterest code

p_c_user Jun 21, 2012 03:33AM EDT

In Addthis blog:

http://www.addthis.com/blog/2012/06/06/sharing-to-pinterest-easier-than-ever-with-new-addthis-optimizations/

How I can add this pinterest code:

ui_use_image_picker : true

on my existing code:

<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>

Thanks.



1 Community Answers

Paul Jun 21, 2012 03:52PM EDT

Our AddThis config variable is in standard JSON format. Here's how you'd add the image picker:

<script type="text/javascript">var addthis_config = {"data_track_addressbar":true, ui_use_image_picker: true};</script>

More information on JSON is available here: http://www.json.org/


This question is closed to new answers.

Still need help?


General Topics

 

Developers