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>
<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");
しかし、いくつかのリンクスクリプトが動作しない理由、およびリンクされた共有のためのリンクは表示されません。
ご協力いただければ幸いです。