Firefox
jsファイルが動的に含まれている場合、LinkedInのソーシャル共有リンクはで機能しません。
こちらのオンライン問題デモをご覧ください。
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");
しかし、何らかの理由でリンクされたスクリプトが機能せず、リンクされた共有リンクが表示されません。
どんな助けでもいただければ幸いです。