Best audio embed for a wordpress blog

by 4 replies
5
Hi,

I've built a sales page out of a wordpress blog and want to include an audio button so I can read part of the text for those who want to hear me read. I'd appreciate suggestions about the best method for inserting audio onto the blog. Thanks. Specific information about particular buttons and their advantages?
#programming #audio #blog #embed #wordpress
    • [1] reply
    • Instead of using a plugin, I just use some code similar to this:

      Code:
      <script language="javascript">
       if (!getCookie('lastClip')) {
       //Include the clip
       document.write('<EMBED SRC="audio/message.mp3" AUTOSTART="true" VOLUME="50" HEIGHT="60" WIDTH="144" HIDDEN="TRUE">')
       setCookie('lastClip',true,)
       }
       </script>
      Source:
      Code:
      computing.net/answers/webdevel/autoplay-audio-once-per-visit/2724.html
      Just change the name "lastClip" for each audio file.
  • I have a question. How do I embed a file on a website? I've attached a screenshot of the common object that I find on most people's websites and I'm wondering if any of you know how to get it done on my website (note, not WP blog. website).
    • [1] reply
    • Code:
      impactwebaudio.com
      You can find it as a free bonus with a WHOLE lot of internet marketing products.

      If you buy direct, buy from
      Code:
      impactwebaudio.com/impact.php/457
      It comes with master resell rights for free.

      Brad

Next Topics on Trending Feed

  • 5

    Hi, I've built a sales page out of a wordpress blog and want to include an audio button so I can read part of the text for those who want to hear me read. I'd appreciate suggestions about the best method for inserting audio onto the blog. Thanks. Specific information about particular buttons and their advantages?