1

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

在此处查看在线问题演示

我有以下包含 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");

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

任何帮助,将不胜感激。

4

1 回答 1

0

您的 jsFiddle 上的linkedin 代码在 Firefox 中对我来说非常适合我。尝试将您的 Firefox 更新到最新版本。我的是v 8.0

于 2012-01-05T00:20:08.337 回答