Why can't I have different podcasts on one page?
Thanks,
Becky
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Hi,
My guess is that it has nothing to do with anything PBwiki is doing, but everything to do with how the podcast's scripts work. I won't know for sure without seeing the code, though.
The only solution on our end that I can think of off the top of my head is to put each one on a separate page by itself, then put them on a single page using Iframes. So let's say I have three pages entitled PodCast1, PodCast2, and PodCast3. I could then create an HTML plugin on another page, PodCastAll that would have:
<iframe src="PodCast1?raw=bare" width="150" height="50" ></iframe>
<iframe src="PodCast2?raw=bare" width="150" height="50" ></iframe>
<iframe src="PodCast3?raw=bare" width="150" height="50" ></iframe>
Of course the width and height will change depending on the size of the PodCast.
Hope that helps a little,
Vu
Loading Profile...




EMPLOYEE