Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I want to link to audio streaming from audioboom.com so I can place short podcasts on my site. I am having so many problems getting it to work. Let's take an example (not my own podcast) code: <iframe width="100%" height="300" style="background-color:transparent; display:block; max-width: 700px;" frameborder="0" allowtransparency="allowtransparency" scrolling="no" src="//embeds.audioboom.com/boos/3377382-richard-e-grant-with-kate-atkinson/embed/v4?eid=AQAAAHm1NFfmiDMA" title="audioBoom player"></iframe> If I create an frame box and then insert this code in part of the code actually appears on the webpage. If I take just the //embeds.audioboom.com/boos/3377382-richard-e-grant-with-kate-atkinson/embed/v4?eid=AQAAAHm1NFfmiDMA nothing appears in the box. I have tried going to viewing html code and editing but it won't let me edit the html. There is obviously some little trick I am not aware of. Without knowing what it is I have to abandon all my work - which is basically a complete site. FYI I am still on the trial version. Could this be what is stopping all this happening? If not then I am obviously not paying for something that I can't get to work. However, I suspect it will work - I just need advice! Thank you. |
||||
|
Yes, it works a bit different. Do it like this: Create an iFrame element, and for the webURL property, fill in http://embeds.audioboom.com/boos/3377382-richard-e-grant-with-kate-atkinson/embed/v4?eid=AQAAAHm1NFfmiDMA Be sure to make the iFrame wide enough, apparently audioboom doesn't like small frames. |
||||
|
That's wonderful. Yes, now works. Thank you so much! |
|