facebook twitter hatena line email

Html/共有チェックボタン

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
<!-- mixiチェック -->
<script type="text/javascript">
    <!--
    var html = '<a href="http://mixi.jp/share.pl" data-key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"';
    html += ' data-url="' + document.location + '" data-button="button-2" class="mixi-check-button">Check</a>';
    html += unescape('%3Cscript type="text/javascript" src="http%3A//static.mixi.jp/js/share.js"%3E%3C/script%3E');
    document.write(html);
    //-->
</script>
<!-- /mixiチェック -->

// <!-- twitter_old --> // <script type="text/javascript"> // <!-- // var html = '<a href="http://twitter.com/home?status='; // html += encodeURI(document.location); // html += '" target="_blank" title="twitterにつぶやく"><img src="/img/twitter.gif" width="104" height="16" style="border: none;" alt="twitterにつぶやく" /></a>'; // document.write(html); // //--> // </script> // <!-- /twitter_old -->

<!-- twitter -->
<script type="text/javascript">
    <!--
    var html = '<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal"';
    html += ' data-via="yourAcount1" data-text="message" data-related="' +  document.location;
    html += '" data-lang="ja">Tweet</a>';
    html += unescape('%3Cscript type="text/javascript" src="http%3A//platform.twitter.com/widgets.js"%3E%3C/script%3E');
    document.write(html);
    //-->
</script>
<!-- /twitter -->
<!-- はてなブックマーク -->
<script type="text/javascript">
    <!--
    var html = '<a href="http://b.hatena.ne.jp/entry/' + encodeURIComponent(document.location) + '" class="hatena-bookmark-button" data-hatena-bookmark-layout="standard" title="このエントリーをはてなブックマークに追加">';
    html += '<img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに追加" width="20" height="20" style="border: none;" /></a>';
    html += unescape('%3Cscript type="text/javascript" src="http%3A//b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"%3E%3C/script%3E');
    document.write(html);
    //-->
</script>
<!-- /はてなブックマーク -->
<!-- グリーいいね -->
<script type="text/javascript">
    <!--
    var html = '<iframe src="http://share.gree.jp/share?url=' + encodeURIComponent(document.location) + '&type=0&height=18" scrolling="no" frameborder="0" marginwidth="0" marginheight="0" style="border:none; overflow:hidden; width:100px; height:20px;" allowTransparency="true"></iframe>';
    document.write(html);
    //-->
</script>
<!-- /グリーいいね -->
  • facebookはこちら

facebook/いいねボタン設置 [ショートカット]