hexo-tag-twitter

1.0.2 • Public • Published

hexo-tag-twitter

Embed Twitter tweet tag plugin for Hexo.

Introduction

This is a Hexo tag plugin which allows you to embed Twitter tweet on your blog posts.

DEMO

https://photo-tea.com/p/hexo-tag-twitter/

Installation

npm install hexo-tag-twitter --save

Usage

{% twitter tweet-url %}

or

{% twitter tweet-id user-id %}

If you use tweet-id only , please edit your _config.yml

tagTwitter:
  id: tea0828

FAQ

Please read here if you can not display tweet well.

hexo-tag-twitter/issues/

Example

For example, if you want embed this tweet (This tweet tweet-id is 819885806714138624), please enter the following this.

1. When using tweet-url

Please edit your your-markdown.md . This way is most simple.

{% twitter https://twitter.com/tea0828/status/819885806714138624 %}

2. When using tweet-id & user-id

First , please edit your _config.yml .

tagTwitter:
  id: tea0828

Next , Please edit your your-markdown.md .

{% twitter 819885806714138624 %}

Also, the above example can coding differently. Please edit your your-markdown.md for this way .

{% twitter 819885806714138624 tea0828 %}

License

MIT

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i hexo-tag-twitter

      Weekly Downloads

      25

      Version

      1.0.2

      License

      MIT

      Unpacked Size

      4.15 kB

      Total Files

      4

      Last publish

      Collaborators

      • tea3gt