Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi KK,
I tried embedding Vimeo video using the iframe shortcode since there's no shortcode for Vimeo embed codes but it's not working:
Code: Select all
[iframe src="https://vimeo.com/361712435" width="560" height="400" scrolling="yes" frameborder="1" marginheight="2"]


Checking the source code show this but still not working:
Code: Select all
<div class="video_slider_w">      <iframe src="https://vimeo.com/361712435" title="" width="560" height="400" scrolling="yes" frameborder="1" marginheight="2">
         <a href="https://vimeo.com/361712435" target="_blank">https://vimeo.com/361712435</a>
      </iframe></div>
It is not Couch's fault, Couch generated perfectly whatever it was asked to.
If something doesn't work, first check if it works without Couch i.e. in pure HTML that you crafted manually.
A rule of thumb - once your HTML works, ask Couch to generate it for you.

To save you some effort, here is the correct working src -
Code: Select all
[iframe src="https://player.vimeo.com/video/361712435" width="560" height="400" frameborder="0"]
Thank you trendoman.
adimpressions wrote: Thank you trendoman.

:) Enjoy! ..While it lasts :D
4 posts Page 1 of 1