This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Toma.hk Shortcodes

Description

Toma.hk shortcodes allows you to embed playlists, albums and single tracks from toma.hk.

Embed a playlist

Use this code : [twk-playlist]TOMAHK_PLAYLIST_URL[/twk-playlist] where TOMAHK_PLAYLIST_URL is the url of your playlist (eg.: http://toma.hk/p/R222222M).
You can also specify several arguments :

  • width (the embed width) – default is 550
  • height (the embed height) – default is 430

Like this : [twk-playlist width=”550″ height=”430″]TOMAHK_PLAYLIST_URL[/twk-playlist]

Embed an album

Use this code :
[twk-album artist=”ALBUM ARTIST” title=”ALBUM TITLE”][/twk-album]

Or use:
[twk-album]TOMAHK_ALBUM_URL[/twk-album]where TOMAHK_ALBUM_URL is the url of your album (eg.: http://toma.hk/album/The+Smashing+Pumpkins/Oceania).

You can also specify several arguments :

  • width (the embed width) – default is 550
  • height (the embed height) – default is 430
  • Like this : [twk-album width=”550″ height=”430″]TOMAHK_ALBUM_URL[/twk-album]

Embed a single track

Use this code :

[twk-track artist=”TRACK ARTIST” title=”TRACK TITLE”][/twk-track]

Or use:

[twk-track]TOMAHK_TRACK_URL[/twk-track]where TOMAHK_TRACK_URL is the url of your track (eg.: http://toma.hk/Belaaaab).

You can also specify several arguments :

  • width (the embed width) – default is 200
  • height (the embed height) – default is 200
  • autoplay (true|false) – default is true
  • disabled resolvers – default is false

Like this : [twk-album width=”200″ height=”200″ autoplay=true disabled_resolvers=”Soundcloud,Officialfm”]TOMAHK_ALBUM_URL[/twk-album]

Localization

Installation

Upload the plugin to your blog and Activate it.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Toma.hk Shortcodes” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Toma.hk Shortcodes” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1

  • First release