Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using AddThis widget on a web app am developing. The widget is showing up on IE but not on other browsers.

Link to the app is here: http://122.160.201.90/training/po/widget.html

If you check the link in IE, it shows the AddThis button but not on other browsers. Could someone please help me in fixing this issue!

Below is the code I am using to add AddThis widget:

$('#top_menu').append('<a class="addthis_button_compact at300m" style="font-size:14px;color:grey;margin-top:32px;margin-left:224px;position:absolute;z-index:3">SHARE</a><scr' + 'ipt type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></scr' + 'ipt>');

Works fine on IE but not on other browsers.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.