linkedin - Addthis linked is pop up window not working -
i trying implement add code site , open facebook,twitter,linkedin , email windows pop when 1 click on buttons . using cutomized buttons here . other except linked in works perfect , linked not opening in pop window instead opens seperate tab window. how can solve ? please see code here
<html> <head></head> <body> <!-- addthis smart layers begin --> <!-- go http://www.addthis.com/get/smart-layers customize --> <script type="text/javascript" src="//s7.addthis.com/js/30 /addthis_widget.js#pubid=sunilkumarpkerala"></script> <!-- addthis smart layers end --> <div class="addthis_toolbox addthis_default_style"> <a class="addthis_button_facebook"><img src="http://mysite.com/workshop/shareimages/facebook.png" width="32" height="32" border="0" alt="facebook" /></a> <a class="addthis_button_twitter"><img src="http://mysite.com/workshop/shareimages/twitter.png" width="32" height="32" border="0" alt="facebook" /></a> <a class="addthis_button_linkedin"><img src="http://mysite.com/workshop/shareimages/linkedin.png" width="32" height="32" border="0" alt="linkedin" /></a> <a class="addthis_button_email"><img src="http://mysite.com/workshop/shareimages/email.png" width="32" height="32" border="0" alt="email" /></a> </div> </body> </html>
you can see live example here
you can check addthis sharing endpoints doesn't uses script , make work how want.
Comments
Post a Comment