Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
hexo-tag-soundcloud
Advanced tools
Embed soundcloud tracks tag plugin for Hexo.
This is a Hexo tag plugin which allows you to embed soundcloud tracks on your blog posts.
https://photo-tea.com/p/hexo-tag-soundcloud/
npm install hexo-tag-soundcloud --save
{% soundcloud url %}
or
{% soundcloud track-id %}
{% 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.
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 %}
MIT
FAQs
Embed soundcloud tweet tag plugin for Hexo.
The npm package hexo-tag-soundcloud receives a total of 24 weekly downloads. As such, hexo-tag-soundcloud popularity was classified as not popular.
We found that hexo-tag-soundcloud demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.