Hi All, I am working with youtube video
when I give full path "https://www.youtube.com/embed/eqJ9goTIpN4" its working fine..
But When I Use
and
Its not dispalying . Why?
Subhamoy
when I give full path "https://www.youtube.com/embed/eqJ9goTIpN4" its working fine..
- Code: Select all
<iframe width="720" height="480" src="https://www.youtube.com/embed/eqJ9goTIpN4" frameborder="0" allowfullscreen></iframe>
But When I Use
- Code: Select all
<cms:editable name='videolink' label='Upload Videos Gallery' type='text' no_xss_check='1' />
and
- Code: Select all
<iframe width="720" height="480" src="<cms:show videolink />" frameborder="0" allowfullscreen></iframe>
Its not dispalying . Why?
Subhamoy