2011-01-05 11 views
1

LinkedInのソーシャル共有リンクは、jsファイルが動的に含まれる場合はFirefoxで機能しません。jsファイルが動的に含まれている場合、LinkedInのソーシャル共有リンクは機能しません

オンラインproblem demo hereを参照してください。

私は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"); 

しかし、いくつかのリンクスクリプトが動作しない理由、およびリンクされた共有のためのリンクは表示されません。

ご協力いただければ幸いです。

答えて

0

jsFiddleのlinkedinコードは、Firefoxで完全に動作しています。 Firefoxを最新バージョンにアップデートしてみてください。鉱山はv 8.0

です
関連する問題