AddThis 共享按钮在 DotNetNuke 中不起作用

发布于 2024-09-01 02:32:30 字数 165 浏览 7 评论 0原文

出于某种原因,当我添加 HTML 模块(以及添加到 DNN 5.4 的默认模块),然后添加“AddThis”javascript 时。当按钮显示时,单击它会打开一个新页面,而不是显示 iframe 模式消息或将鼠标悬停在可共享页面的流行社交媒体网络列表上。想知道解决此问题的最简单方法是什么以及为什么会发生这种情况?

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 clicking 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

单身狗的梦 2024-09-08 02:32:30

这不是一个完整的答案,但对我来说,听起来浏览器永远不会加载 AddThis javascript 代码。当查看不起作用的网页时,请打开 HTML 源代码并查找 AddThis 脚本标记。它可能应该看起来像这样:

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

如果你找不到它,那么就需要做一些工作。如果找到它,请尝试在浏览器中打开该 URL,看看是否获得了 javascript。

否则:一如既往,FireBug(或 IE8 中的工具)是您的朋友。

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.

巾帼英雄 2024-09-08 02:32:30

尝试复制 addthis 脚本引用并将其粘贴到页面标题标记:

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文