Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hexo-tag-hatenabookmark

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-tag-hatenabookmark

hatena bookmark tag

  • 0.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

Keywords

FAQs

Package last updated on 03 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc