All Projects → tea3 → Hexo Tag Twitter

tea3 / Hexo Tag Twitter

Licence: mit
Embed twitter tweet tag plugin for Hexo.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Hexo Tag Twitter

Hexo Theme Pure
Hexo theme pure. It's a pure theme for Hexo.
Stars: ✭ 751 (+3165.22%)
Mutual labels:  hexo
Twittervideouploader
Upload Short vido to Twitter
Stars: ✭ 5 (-78.26%)
Mutual labels:  twitter
Tweetstorm
tweetstorm
Stars: ✭ 18 (-21.74%)
Mutual labels:  twitter
Stocktalk
Data collection tool for social media analytics
Stars: ✭ 765 (+3226.09%)
Mutual labels:  twitter
0x5e.github.io
A peosonal blog
Stars: ✭ 5 (-78.26%)
Mutual labels:  hexo
Um Twitteremojianalysis
Twitter Emoji Analysis
Stars: ✭ 6 (-73.91%)
Mutual labels:  twitter
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+3060.87%)
Mutual labels:  twitter
Anon
tweet about anonymous Wikipedia edits from particular IP address ranges
Stars: ✭ 916 (+3882.61%)
Mutual labels:  twitter
Social Network Harvester V1.0
Stars: ✭ 5 (-78.26%)
Mutual labels:  twitter
Hexo Theme Ayer
a clean and elegant theme for Hexo. 🐋
Stars: ✭ 888 (+3760.87%)
Mutual labels:  hexo
Hexo Theme Nexmoe
🔥 一个比较特别的 Hexo 主题
Stars: ✭ 789 (+3330.43%)
Mutual labels:  hexo
Tweetinvi
Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
Stars: ✭ 812 (+3430.43%)
Mutual labels:  twitter
Twitter Post Fetcher
Fetch your twitter posts without using the new Twitter 1.1 API. Pure JavaScript! By Jason Mayes
Stars: ✭ 886 (+3752.17%)
Mutual labels:  twitter
Twitter
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x
Stars: ✭ 755 (+3182.61%)
Mutual labels:  twitter
Media Bias
Measures public sentiment on Twitter towards politicians
Stars: ✭ 18 (-21.74%)
Mutual labels:  twitter
Hexo Theme Anisina
🎨 A simple responsive , support qiniu image cdn theme for hexo https://haojen.github.io/
Stars: ✭ 746 (+3143.48%)
Mutual labels:  hexo
Hexo Theme Next
Elegant and powerful theme for Hexo.
Stars: ✭ 7,379 (+31982.61%)
Mutual labels:  hexo
Hexo Theme Kunkka
A Hexo theme ported from Wordpress
Stars: ✭ 22 (-4.35%)
Mutual labels:  hexo
Fakemenot
Application to check authenticity of Twitter screenshots. Written in Python 🐍
Stars: ✭ 22 (-4.35%)
Mutual labels:  twitter
Ios Twitter Text Counter
This custom UIControl resembles Twitter's new progress based web UI that represents the number of characters left. It also handles highlighting any extra characters in your UITextView.
Stars: ✭ 17 (-26.09%)
Mutual labels:  twitter

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

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].