hexo-tag-hatenabookmark

0.0.8 • Public • Published

hexo-tag-hatenabookmark plugin

Build Status npm version Build Status

[Hexo] embed code snippet Hatena Bookmark

Install

Install using npm.

$ npm install hexo-tag-hatenabookmark --save

Usage

In theme file

# theme ejs file
<%- hatenabookmark(page.permalink, page.title, 'standard-balloon') %>

In source file

# post markdown file
{% hatenabookmark permalink-your-post title-your-post standard-balloon %}

Options

hatenabookmark(url, title, type, lang)

  • url: Bookmarked url.
  • title: Bookmarked title.
  • type: Bookmark button type
  • lang: Bookmark button language (ja or en)

Bookmark button type is simple, simple-balloon, standard-balloon, standard-noballoon and vertical-balloon.

If you chose simple or simple-balloon bookmark button , it is not possible to select a bookmark language. ( This will always be ja)

More information see Hatena Bookmark Button page.

License

MIT © kazu69

/hexo-tag-hatenabookmark/

    Package Sidebar

    Install

    npm i hexo-tag-hatenabookmark

    Weekly Downloads

    6

    Version

    0.0.8

    License

    MIT

    Last publish

    Collaborators

    • kazu69