Socket
Socket
Sign inDemoInstall

hexo-tag-soundcloud

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    hexo-tag-soundcloud

Embed soundcloud tweet tag plugin for Hexo.


Version published
Maintainers
1
Created

Readme

Source

hexo-tag-soundcloud

Embed soundcloud tracks tag plugin for Hexo.

Introduction

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

DEMO

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

Installation

npm install hexo-tag-soundcloud --save

Usage

{% soundcloud url %}

or

{% soundcloud track-id %}

Example

{% soundcloud https://soundcloud.com/officialmedasin/daydream-ft-joba-1 %}

or

{% soundcloud officialmedasin/daydream-ft-joba-1 %}

or

{% soundcloud 275308631 %}

In the above example, this track can be embedded. All three example have the same contents can embed.

Custom Players

This plugin can customize player parameters. To customize , please edit your _config.yml as following example.

# hexo-tag-soundcloud option
# This option will be applied everything tags in posts .
soundcloud:
  height: 300      # The default value of visual mode is 450 , and the default value of no-visual mode is 166 .
  visual: true     # The default value of true (visual player)
  color: c0f000    # The default value of ff5500 . This option is valid for no-visual players only.
  related: false   # The default value of true .
  comments: false  # The default value of true .
  user: false      # The default value of true .
  reposts: false   # The default value of false .
  autoplay: false  # The default value of false .

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

{% soundcloud https://soundcloud.com/officialmedasin/daydream-ft-joba-1 166 false ffff00 false false false false false %}

License

MIT

Keywords

FAQs

Last updated on 08 Sep 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc