Embed niconico douga or seiga or nama in your Hexo post/page.
npm install hexo-tag-niconico@latest --save
- Create post base.
hexo new title
- Provides a tag in the article. See How To Write Tag section.
- Generate your static post.
hexo generate
- Open your Browser.
type
0.0.0.0:4000
orlocalhost:4000
Please see this link for more information. Hexo Document
Douga(Movie)
{% douga dougaId [thumb] %}
Douga ID is a number starting with sm. e.g):sm27258895
By adding the thumb
, the style changes.
Seiga(Illustrations)
{% seiga seigaId %}
Seiga ID is a number starting with im. e.g):im5282760
Nama(Live broadcast)
{% nama namaId %}
Nama ID is a number starting with lv. e.g):lv237041631
If the your Hexo Blog URL begins with https:// not this feature.
This is a limitation of the security. confirmed in chrome and firefox.
Can be displayed by changing the URL to http:// in this case to resolve.
npm update
npm uninstall hexo-tag-niconico