Dear Chouchies!!!
Regards...
I have been doing a small quick site. It needs me to put up the client testimonial in videos.
I want:
1. To embed youtube video
or
2. Upload the video to the clients server and select it from there.
For 1:
------
I have tried working with the codes suggested, in the V1.4.
and shown them like:
The output has the video, client name and client description. it is to be arranged in 3-columns in multiple rows... I have done this...
But am not able to get the video working.
Please Help!!!
Regards...
I have been doing a small quick site. It needs me to put up the client testimonial in videos.
I want:
1. To embed youtube video
or
2. Upload the video to the clients server and select it from there.
For 1:
------
I have tried working with the codes suggested, in the V1.4.
- Code: Select all
<cms:repeatable name='video_testimonials' label='Video Testominials'>
<cms:editable name='embed_video' label='Video embed code' type='textarea' no_xss_check='1' col_width='150' />
<cms:editable name='client_name' label='Client Name' type='text' col_width='150' />
<cms:editable name='client_desc' label='Client Description' type='nicedit' col_width='150' />
</cms:repeatable>
and shown them like:
- Code: Select all
<cms:show_repeatable 'video_testimonials' >
<article class="grid_4 alpha">
<div class="indent-left">
<figure class="frame2 p2"><cms:show video /></figure>
<p class="color-4 prev-indent-bot"><cms:show client_name /></p>
<p><cms:show client_desc /></p>
</div>
</article>
</cms:show_repeatable>
The output has the video, client name and client description. it is to be arranged in 3-columns in multiple rows... I have done this...
But am not able to get the video working.
Please Help!!!