Plugin info

Total downloads: 1,358
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/17/2011 (5341 days ago)
Added to WordPress: 5/15/2011 (14 years old)
Minimum WordPress version: 2.8
Tested up to WordPress version: 3.1.4
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5341 days ago

20/100

Is Let's Mix Shortcode abandoned?

Possibly abandoned (last update 5341 days ago).

Compatibility

Requires WordPress: 2.8
Tested up to: 3.1.4
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

The Let’s Mix Shortcode plugin allows you to easily integrate a player widget with tracklist from Let’s Mix into your WordPress Blog by using a WordPress shortcode.

Please note: this plugin requires PHP5.

Related Links:

Usage in your posts:

[letsmix]http://www.letsmix.com/mix/MIXID/MIX_NAME[/letsmix]

Please Note: If you put the URL or Mix ID within the opening tag like:

[letsmix url=http://www.letsmix.com/mix/MIXID/MIX_NAME]

OR

[letsmix mix_id=MIXID]

…then you should not use the closing tag: [/letsmix]

It also supports the following optional parameters:

  • size=(big (=default), tall or wide)
  • autostart=(no, yes, false, true, 1, 0 (=default))
  • width=(numeric or percentage (e.g. 500, 75%), gets overwritten if size parameter is used)
  • height=(numeric or percentage (e.g. 500, 75%), gets overwritten if size parameter is used)
  • tracklist=(no, yes (=default), false, true, 1, 0)

Examples using parameters:

[letsmix size=wide]http://www.letsmix.com/mix/MIXID/MIX_NAME[/letsmix] Embeds a wide player.

[letsmix size=tall tracklist=no autostart=yes]MIXID[/letsmix] Embeds a tall player which autoplays (once webpage containing embedded player is loaded) and no tracklist.

[letsmix url=http://www.letsmix.com/mix/MIXID/MIX_NAME tracklist=0] Embeds the default player (big) and no tracklist.

[letsmix mix_id=MIXID height=250 width=500 tracklist=false] Embeds a player with custom dimensions and no tracklist.

Installation

  1. Upload letsmix-shortcode folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use the shortcode in your posts.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. Shows embedded player with a tracklist.

    Shows embedded player with a tracklist.

  2. Shows 'Visual' post editor with quicktag button.

    Shows 'Visual' post editor with quicktag button.

  3. Shows 'HTML' post editor with quicktag button.

    Shows 'HTML' post editor with quicktag button.

Changelog

1.0

  • First version