Elxis CMS Forum

Extensions => Bots and plugins => Topic started by: xmanhattan on December 03, 2008, 20:25:34

Title: eblog youtube
Post by: xmanhattan on December 03, 2008, 20:25:34
Hello all,

I just tried the eblog youtube insertion and unfortunately nothing shows on the eblog page (elxis 2008.1).

I don't know if the eblog youtube function is already embedded into the program but I already have the youtube bot installed in case that this makes a difference.

After clicking on the youtube button, I simply inserted the code of the video.
Title: Re: eblog youtube
Post by: datahell on December 11, 2008, 10:32:45
youtube videos are being displayed fine. Are you sure you enter properly the video code? If you mess video code with html then it wont be displayed!
Title: Re: eblog youtube
Post by: xmanhattan on December 11, 2008, 11:42:21
Datahell,

I checked the youtube link shown here from their site:
http://www.youtube.com/watch?v=DGhTr8lDCV0 (http://www.youtube.com/watch?v=DGhTr8lDCV0)

the following is what I am seeing as generated from the eblog.

Code: [Select]
<object type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://www.youtube.com/v/v=DGhTr8lDCV0&hl=en&fs=1&rel=0">
<param name="movie" value="http://www.youtube.com/v/v=DGhTr8lDCV0&hl=en&fs=1&rel=0" />
<param name="wmode" value="transparent"></param>
<param name="allowFullScreen" value="true" />
</object>

I only entered
Code: [Select]
v=DGhTr8lDCV0 so I too don't understand why it didn't work.