当动态包含 js 文件时,LinkedIn 的社交共享链接不起作用

发布于 2024-10-10 03:41:47 字数 939 浏览 3 评论 0原文

当动态包含 js 文件时,LinkedIn 的社交共享链接在 Firefox 中不起作用。

请参阅此处的问题演示

我有以下包含 facebook、twitter 和链接共享链接的 html:

<a id="FBshare_{{MashupId}}" name="fb_share" type="box_count" share_url="http://google.com"></a>
&nbsp;
<a id="TWshare_{{MashupId}}" href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-url="http://google.com">Tweet</a>
&nbsp;
<script data-counter="top" type="in/share" data-url="http://google.com"></script>

和以下 javascript 代码:

// this script just does not work, I dont know why.
$.getScript("http://platform.linkedin.com/in.js");

$.getScript("http://static.ak.fbcdn.net/connect.php/js/FB.Share");

$.getScript("http://platform.twitter.com/widgets.js");

但由于某种原因,链接脚本不起作用,并且链接共享链接不显示。

任何帮助将不胜感激。

Social Sharing link of LinkedIn just does not work in Firefox, when js file is included dynamically.

See the online problem demo here.

I have following html containing facebook, twitter and linked share links:

<a id="FBshare_{{MashupId}}" name="fb_share" type="box_count" share_url="http://google.com"></a>
 
<a id="TWshare_{{MashupId}}" href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-url="http://google.com">Tweet</a>
 
<script data-counter="top" type="in/share" data-url="http://google.com"></script>

And following javascript code:

// this script just does not work, I dont know why.
$.getScript("http://platform.linkedin.com/in.js");

$.getScript("http://static.ak.fbcdn.net/connect.php/js/FB.Share");

$.getScript("http://platform.twitter.com/widgets.js");

But for some reason the linked script does not work, and linked sharing link does not show.

Any help would be appreciated.

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

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

发布评论

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

评论(1

冷默言语 2024-10-17 03:41:47

你的 jsFiddle 上的 linkedin 代码在 Firefox 中对我来说工作得很好。尝试将您的 Firefox 更新到最新版本。我的是v 8.0

The linkedin code on your jsFiddle is working perfectly for me in Firefox. Try updating your firefox to the latest version. Mine is v 8.0

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