Skip to content

Instantly share code, notes, and snippets.

@TAKAyukiatkwsk
Created April 1, 2012 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TAKAyukiatkwsk/2271027 to your computer and use it in GitHub Desktop.
Save TAKAyukiatkwsk/2271027 to your computer and use it in GitHub Desktop.
WordPressサイトにはてなブックマークを設置する
<a href="http://b.hatena.ne.jp/entry/<?php the_permalink(); ?>" class="hatena-bookmark-button" data-hatena-bookmark-title="<?php echo the_title_attribute( array( 'echo' => 0 ) ) . ' | ' . get_bloginfo( 'name' ); ?>" data-hatena-bookmark-layout="vertical" title="このエントリーをはてなブックマークに追加"><img src="http://b.st-hatena.com/images/entry-button/button-only.gif" alt="このエントリーをはてなブックマークに>追加" width="20" height="20" style="border: none;" /></a><script type="text/javascript" src="http://b.st-hatena.com/js/bookmark_button.js" charset="utf-8" async="async"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment