0%

Hexo Deezer Tag Plugin

As a relatively new user to Hexo I thought it only right to put my contrbution into the mix with a new plugin. I was inspired by Ivanov Yordan's Spotify tag plugin here.

The Deezer Tag Plugin.

It enables you to use a tag like this:

1
{% deezer trackid %}

To get something like this in your blog posts:

Or maybe you want it square?

I'm planning to add support for the Deezer HTML5 widget at a later date. The current version uses the iframe plugin and if you're interested in what the full widgets are cacapble of without using short tag plugins like this then checkout the Deezer widget page.

However, the advantages with this:

  • Integration with Hexo.
  • Easy to put a track in your post.
  • Less HTML cruft to deal with. Just a nice tidy tag.

Checkout the Github repo for info on installation and usage.