I edit my blog through the WordPress web site using OS X. When I try to add code to a post that I get from the DivShare web site the code just disappears when I save the post. I thought the code or the site hosting the code was incompatible with WordPress until I found out that DivShare makes a plugin for uploading and sharing files with WordPress software (http://blog.divshare.com/2007/02/26/divshare-uploader-version-10/). Since I'm on a mac I cannot use the plugin (or if I can it's easier for me to just paste code into the "code" area of a post on the web site). So my question is, how can I take the code I get off the DivShare web site after I upload an mp3 and convert it so that it will display on my blog? There has to be a way, since I have seen DivShare Flash enabled players on WordPress blogs before. Here is the code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="325" height="28" id="divaudio2"><param name="movie" value="http://www.divshare.com/flash/audio?myId=881659-62f" /><embed src="http://www.divshare.com/flash/audio?myId=881659-62f" width="325" height="28" name="divaudio2" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>
Thank you!