ZenphotoCMS Forum
Embed Video in Comment is Possible - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Embed Video in Comment is Possible (/thread-3637.html)



Embed Video in Comment is Possible - seismic - 2008-08-29

i read some posts about video and some users want to embed video in (like youtube video) photo gallery, i also think it's not a good idea but i have an another one,

maybe in image description or in a comment a video could be great, i added some tags in comment config in admin panel(like embed, div) but i have not successed yet

any idea ?

thanks




Embed Video in Comment is Possible - krainbolt - 2008-08-29

The reason tags are restricted to a certain set is to lessen the chance of evil code being implanted into your site. That said, all you need to do is add the tags for the type of video you want to allow. So for YouTube, you would add the following code to your Allowed Tags:

object => (width => () height => ()) param => (name => () value => ()) embed => (src => () type => () allowfullscreen => () width => () height => ())
Then you could add the following embed code to an image description to display a YouTube video.

``




Embed Video in Comment is Possible - seismic - 2008-08-30

thank you for the reply,
i tried the code and works perfect for image area but one problem is that youtube video appears in "LastComments" at frontpage is it possible to remove these code in frontpage from Latest Comments function

thanks




Embed Video in Comment is Possible - krainbolt - 2008-08-30

I'm not sure which theme you're using, but if you remove the "Latest Comments" code from index.php, the video will disappear from your front page.




Embed Video in Comment is Possible - seismic - 2008-08-30

quick solution

i designed a template for a project and i put the "Latest Comments" in frontpage, i couldnt find a way to publish videos but your solution was good if we achieved to clean or filter some codes from frontpage




Embed Video in Comment is Possible - reddevilmeuk - 2010-02-06

like this example and have tried to create one for gamestop trailers but cant get it to work

can you help?

exmple code

Mike




Embed Video in Comment is Possible - acrylian - 2010-02-06

reddevilmeuk, no need to post the same in different threads. Thanks.