Skip Navigation

[Resolved] I try to integrate a Youtube video into a template, which doesn't show

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 9 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 9:00 – 18:00 -
- - - - - - -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqas 9 years, 2 months ago.

Assisted by: Waqas.

Author
Posts
#279128

I am trying to: show a youtube video following https://toolset.com/forums/topic/upload-youtube-video/

I visited this URL: hidden link

I expected to see: a video beneath the title "Geschiedenis van test"

Instead, I got: nothing in the front end (I do see something in the code)

#279356

Waqas
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Your video iFrame is being produced fine, but since it doesn't define any width and height, you are unable to see this. You can achieve it by either adding following CSS to your View's CSS Editor:

.fluid-width-video-wrapper {
    width: 625px;
    height: 469px;
}

Or, by adding width and height parameters to your Types video short code, as below:

[types field="my-video-field" width="625" height="469" poster="/wp-content/uploads/2013/09/Tricholoma_terreum.jpg" loop="on"][/types]

Please see https://toolset.com/documentation/functions/#video for more details.

The forum ‘Types Community Support’ is closed to new topics and replies.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.