How to use this SoundKey:

In print: soundkey.com/abc123 Copy
Facebook or Twitter: http://soundkey.com/abc123 Copy
Your website or blog: <a href="http://soundkey.com/abc123"> Listen </a> Copy
Message board: [url="http://soundkey.com/abc123"] Listen [/url] Copy

  • You can create a QR code of your soundkey.
  • You can even embed an audio player on your blog or website.
  • For more information, see here

How do I use a SoundKey?

Assume you have the SoundKey abc123. How do you use it?

  • In print (business cards, resumes, etc):
    • soundkey.com/abc123
  • On Facebook, Twitter, emails, IMs:
    • http://soundkey.com/abc123
  • On websites, blogs:
    • <a href=”http://soundkey.com/abc123”> Listen </a>
  • On message boards:
    • [url="http://soundkey.com/abc123"] Listen [/url]
  • In any browser
    • In address bar: soundkey.com/abc123
  • Advanced:
    • Icon: <a class="soundkey_speaker" href="http://soundkey.com/abc123">.</a>
    • Flash player: <div class="soundkey_player" soundkey="abc123"> </div>

    Note:
    • Icon can be used instead of a basic HTML link if you want to have a speaker icon instead of a text link, as in the following:
      • "Our talking Cockatoo . was having none of it"
      To do this you need to include the following
      <link rel="stylesheet" href="http://soundkey.com/scripts/soundkey_embeds.css" type="text/css" />
      
      Our talking Cockatoo <a class="soundkey_speaker" href="http://soundkey.com/j2g633">.</a> was having none of it
    • Flash player enables you to have an audio player embedded on your website, which plays the sound in place, as in the following:
      • "Learn how to say
        Boise
        like the locals. It's not what you think."
      To do this you need to include the following
      <script type="text/javascript" src="http://soundkey.com/scripts/soundkey_player.js"></script>
      
      Learn how to say <div class="soundkey_player" soundkey="eh2498"> Boise </div> like the locals. It's not what you think.