hexo-tag-twitter
v1.0.3
Published
Embed twitter tweet tag plugin for Hexo.
Downloads
180
Readme
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.
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