I was researching the forum to learn how to embed a sidebar video tag so my client can add these type ads on their website...I stumbled across Tim's solution :backend
Frontend:
However when I drop my Youtube Id into the frontend and check the video it doesnt play the video just says "ERROR"....I did switch my type to "textarea"
- Code: Select all
<cms:editable name='youtube_id' label='YouTube Video ID' type='text' col_width='150' input_width='100' />[/color]
Frontend:
- Code: Select all
<iframe width="560" height="315" src="//www.youtube.com/embed/<cms:show youtube_id />" frameborder="0" allowfullscreen></iframe>[color=#FFFF40][/color]
However when I drop my Youtube Id into the frontend and check the video it doesnt play the video just says "ERROR"....I did switch my type to "textarea"