Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hexo-tag-tweetable-quote

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-tag-tweetable-quote

hexo tag plugin to add tweetable qoutes to posts and pages

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

hexo-tag-tweetable-quote for Hexo

Click to Tweet / Tweetable quotes for Hexo

npm Known Vulnerabilities Build Status GitHub license Twitter

About

This is a Hexo tag plugin for including a tweetable quote into your pages/posts. Example of what they can look like is attached below:

Inspired by RisingStack Blog.

Installation

The same as other Hexo plugins its simply:

npm i -S hexo-tag-tweetable-quote

In your Hexo project root.

Usage

Options

You can configure this plugin in _config.yml.

tweetableQuote:
  quote_font_color : '#258fb8'
  quote_font_size  : '1.7em'
  link_font_color  : '#6e7b8d'
  link_font_size   : '1.0em'
  via_twitter_account : 'iamchathu'
  related_twitter_accounts : 'iamchathu,twitter'
  • quote_font_color - Font color of quote. Defaults to #258fb8.
  • quote_font_size - Font size of the quote. Defaults to 1.7em.
  • link_font_color - Click to tweet link font color. Defaults to #6e7b8d.
  • link_font_size - Click to tweet link font size. Defaults to 1.0em.
  • via_twitter_account - Add via @twitter handle. Defaults to ``.
  • related_twitter_accounts - Add related twitter accounts to show after tweeting. Can add comma separated multiple accounts. Defaults to ``.

The full tag format is as follows:

{% tweetableQuote 'quote' 'author' %}

Example in the Wild

I normally add Tweetable quote to my blog posts.

You can check one of them at Chathu's Visionaries

Tested themes

Todo

Keywords

FAQs

Package last updated on 09 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc