how to share url + parameter using addthis social plugin?

jayderamu

New Member
how to share url + parameter using addthis social plugin?
I had read the addthis api, But I can not find whey to add my parameters.
http://support.addthis.com/customer/portal/articles/381263-addthis-client-api\[code\]<!DOCTYPE HTML><html lang="en-US"><head> <meta charset="UTF-8"> <title>hello world</title></head><body> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_compact"></a> <a class="addthis_counter addthis_bubble_style"></a> </div> <script type="text/javascript"> var addthis_config = { // I want to share link as this url + my_defined_paramater, how to set? url: location.href+'refer_id=1900' //not correct }; </script> <script type="text/javascript" src="http://stackoverflow.com//s7.addthis.com/js/300/addthis_widget.js#username=addthis"></script> <!-- AddThis Button END --></body></html>\[/code\]
odEjI.png
 
Top