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.
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.