开发者

AddThis share button wont work in DotNetNuke

开发者 https://www.devze.com 2022-12-29 14:05 出处:网络
For some reason when I add a HTML module (well the default module added to DNN 5.4) and then add the \"AddThis\" javascript. While the button shows up cl开发者_C百科icking on it opens up a new page ra

For some reason when I add a HTML module (well the default module added to DNN 5.4) and then add the "AddThis" javascript. While the button shows up cl开发者_C百科icking on it opens up a new page rather than showing an iframe modal message or on hover a list of popular social media networks to share the page with. Wonder what would be the easiest way to resolve this and why this happens?


This is not a complete answer, but to me it sounds like the AddThis javascript code is never loaded by the browser. When viewing the web page that doesn't workg, open the HTML source and look for the AddThis script tag. It probably should look something like this:

<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=..."></script>

If you can not find it, then there is something to work on. If you find it, try to open the URL in your browser and see if you get the javascript.

Otherwise: as always, FireBug (or the tools in IE8) is your friend.


Try copying the addthis script reference and pasting it to the page header tags:

http://s7.addthis.com/js/250/addthis_widget.js#pub=AddThis

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号