Please correct the errors below.
L/R L/R

How to use Soundslice embed URL parameters

The Soundslice player has nice defaults for design and functionality — but you can customize it extensively.

The easiest way to customize your player is with URL parameters. With no programming necessary, this lets you enable/disable various bits of the player simply by changing the URL in your embed code.

To use URL parameters, append them to the URL in your Soundslice embed code, directly after /embed/. The list of URL parameters must start with a question mark, and separate URL parameters must be split with ampersands. Here are some examples:

Original <iframe> URL (with no URL parameters):

https://www.soundslice.com/slices/TEST/embed/

Hide tab by default (for slices that have tab):

https://www.soundslice.com/slices/TEST/embed/?show_tab=0

Hide tab and default to half speed:

https://www.soundslice.com/slices/TEST/embed/?show_tab=0&speed=50

Hide tab, default to half speed and display keyboard by default:

https://www.soundslice.com/slices/TEST/embed/?show_tab=0&speed=50&keyboard=1

Hint: you can always test your URL parameters by visiting your embed URL directly in a web browser.