Skip to content

Instantly share code, notes, and snippets.

@mia-0032
Created January 5, 2013 05:42
Show Gist options
  • Save mia-0032/4459986 to your computer and use it in GitHub Desktop.
Save mia-0032/4459986 to your computer and use it in GitHub Desktop.
Blogger用ソーシャルボタン設置タグ(記事側)
<!-- ソーシャルボタンここから -->
<!-- twitterボタン data-viaのところだけ自分のアカウント名を入れる -->
<a class='twitter-share-button' data-count='horizontal' data-lang='ja' data-via='Twitterアカウント名' expr:data-text='data:post.title + &quot; - &quot;+ data:title' expr:data-url='data:post.url' href='http://twitter.com/share'>Tweet</a>
<!-- facebookいいねボタン -->
<iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:100px; height:21px;'/>
<!-- hatenaブックマークボタン -->
<a class='hatena-bookmark-button' data-hatena-bookmark-layout='standard' expr:data-hatena-bookmark-title='data:post.title + &quot; - &quot;+ data:title' expr:href='&quot;http://b.hatena.ne.jp/entry/&quot; + data:post.url' title='このエントリーをはてなブックマークに追加'><img alt='このエントリーをはてなブックマークに追加' height='20' src='http://b.st-hatena.com/images/entry-button/button-only.gif' style='border: none;' width='20'/></a>
<!-- gplusボタン -->
<g:plusone expr:href='data:post.url' size='medium'/>
<!-- evernoteクリップボタン -->
<a expr:onclick='&quot;Evernote.doClip({providerName:\&quot;&quot; + data:title + &quot;\&quot;, title:\&quot;&quot; + data:post.title + &quot;\&quot;, url:\&quot;&quot; + data:post.url + &quot;\&quot;}); return false;&quot;' href='#'><img alt='Clip to Evernote' src='http://static.evernote.com/article-clipper.png'/></a>
<!-- ソーシャルボタンここまで -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment