当动态包含 js 文件时,LinkedIn 的社交共享链接不起作用
当动态包含 js 文件时,LinkedIn 的社交共享链接在 Firefox
中不起作用。
请参阅此处的问题演示。
我有以下包含 facebook、twitter 和链接共享链接的 html:
<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>
和以下 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的 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