Best audio embed for a wordpress blog

by Todd R
4 replies
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?
#audio #blog #embed #wordpress
  • {{ DiscussionBoard.errors[1478837].message }}
    • Profile picture of the author customertools
      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,3600000)
       }
       </script>
      Source:
      Code:
      computing.net/answers/webdevel/autoplay-audio-once-per-visit/2724.html
      Just change the name "lastClip" for each audio file.
      {{ DiscussionBoard.errors[1497855].message }}
  • Profile picture of the author kendrickyi
    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).
    {{ DiscussionBoard.errors[1505851].message }}
    • Profile picture of the author customertools
      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
      {{ DiscussionBoard.errors[1508813].message }}

Trending Topics