Why can't I have different podcasts on one page?
I've been trying to load several podcasts from gcast into one of the pages in my wiki. I can put the first one in just fine. I go to Edit in Click and Point Mode. Then I click on Insert Plugin. Then I click on PBwiki magic and then HTML. Then I insert the HTML for the podcast. That works fine. The problem is that when I go to insert a second one in the same way, the first podcast converts into the second one. Do you have any idea why that might be and what I can do so that I could have two or even three or four different podcasts on one page? Is that possible?
Thanks,
Becky
Thanks,
Becky
1 person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
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