All Projects → tea3 → hexo-tag-instagram

tea3 / hexo-tag-instagram

Licence: MIT license
Embed instagram photo and movie tag plugin for Hexo.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hexo-tag-instagram

hexo-hide-posts
A plugin to hide specific posts from your Hexo blog and make them only accessible by links. (隐藏 Hexo 文章)
Stars: ✭ 149 (+547.83%)
Mutual labels:  hexo, hexo-plugin
hexo-filter-plantuml
Using PlantUML to generate UML Diagram for hexo
Stars: ✭ 23 (+0%)
Mutual labels:  hexo, hexo-plugin
hexo-netlify-cms
☕ A cup of coffee time to enable Netlify CMS
Stars: ✭ 29 (+26.09%)
Mutual labels:  hexo, hexo-plugin
hexo-bilibili-bangumi
hexo 番剧页面插件,可选数据源:Bilibili, Bangumi
Stars: ✭ 252 (+995.65%)
Mutual labels:  hexo, hexo-plugin
hexo-include-markdown
Easily load markdownfiles in Markdown .
Stars: ✭ 16 (-30.43%)
Mutual labels:  hexo, hexo-plugin
hexo-filter-optimize
A Hexo plugin that optimize the pages loading speed.
Stars: ✭ 41 (+78.26%)
Mutual labels:  hexo, hexo-plugin
hexo-covers
Microbrowser covers for Hexo static site generator
Stars: ✭ 15 (-34.78%)
Mutual labels:  hexo, hexo-plugin
hexo-directory-category
Automatically add category to Hexo article according to the article file directory.
Stars: ✭ 35 (+52.17%)
Mutual labels:  hexo, hexo-plugin
hexo-instagram-wall
Displays up to 18 most recent images from your Instagram account
Stars: ✭ 12 (-47.83%)
Mutual labels:  hexo, hexo-plugin
hexo-tag-hint
A Hexo tag plugin to display text hint/spoiler tooltip.
Stars: ✭ 26 (+13.04%)
Mutual labels:  hexo, hexo-plugin
hexo-filter-mathjax
💯 Server side MathJax renderer plugin for Hexo.
Stars: ✭ 76 (+230.43%)
Mutual labels:  hexo, hexo-plugin
hexo-reading-time
Plugin for Hexo CMS to display reading time for article
Stars: ✭ 28 (+21.74%)
Mutual labels:  hexo, hexo-plugin
hexo-steam-games
为Hexo添加Steam游戏库页面
Stars: ✭ 24 (+4.35%)
Mutual labels:  hexo, hexo-plugin
hexo-tag-xvideos
🔞 Embed xvideos player in your Hexo posts/pages
Stars: ✭ 17 (-26.09%)
Mutual labels:  hexo, hexo-plugin
hexo-douban-card
在hexo文章中插入豆瓣读书,豆瓣电影,豆瓣音乐组件
Stars: ✭ 56 (+143.48%)
Mutual labels:  hexo, hexo-plugin
Hexo Theme Indigo
一个Material Design风格的Hexo主题。 https://imys.net/    备用:
Stars: ✭ 2,748 (+11847.83%)
Mutual labels:  hexo
hexo-theme-mip
Hexo MIP 模板
Stars: ✭ 15 (-34.78%)
Mutual labels:  hexo
Hexo Theme Geek
一个符合极客精神主义极简的 Hexo 主题
Stars: ✭ 251 (+991.3%)
Mutual labels:  hexo
Hexo Theme Daily
A simple theme for Hexo
Stars: ✭ 246 (+969.57%)
Mutual labels:  hexo
hexo-theme-kaze
⛵ A responsive, modern Hexo theme
Stars: ✭ 172 (+647.83%)
Mutual labels:  hexo

hexo-tag-instagram

Simply Embed Instagram photo and movie tag plugin for Hexo.

Introduction

This is a Hexo tag plugin which allows you to simply embed Instagram photo on your blog posts.

DEMO

Installation

npm install hexo-tag-instagram --save

Usage

{% instagram post-url %}

or

{% instagram shortcode %}

Example

For example, if you want embed this posts (This posts shortcode is BXkz1bYB1-N), please enter the following this.

{% instagram https://www.instagram.com/p/BXkz1bYB1-N/ %}

Also, the above example can coding differently.

{% instagram BXkz1bYB1-N %}

Customization

This plugin can specify the following options.

  • captioned
  • width

caption & size

You can decide whether to display the caption of posts of instagram. ( By default the caption is displayed. )

Please edit your _config.yml as following example.

# captioned: false. Hide the captions of all instagrams.
# width: set the width of all instagrams
tagInstagram:
  captioned: false
  width: 50%

Also, can customize individually by posts. please edit your your-posts-markdown.md as following example.

{% instagram false 50% https://www.instagram.com/p/BXkz1bYB1-N/ %}

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].