related videos in youtube.

8 replies·opened Nov 14, 2018
R
renzodidoNov 14, 2018

Hi there, Question, Ive been using the code from above with the rel=0 code to hide the related video’s in the embedded YouTube clips. BUt since today i’ve noticed that te related videos are back.
Any thoughts?
Kind regards, Renzo.

S
SemiColonWebSTAFFNov 21, 2018

Hello,

Thanks for your Patience regarding this!

We have been checking actively for the issues related to this and it appears that Google has disabled the option to disable Related Videos on Youtube. So you can no longer disable Related Videos and it will be shown by default on your Videos.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

R
renzodidoNov 23, 2018

Wow, oké that's stupid. In the case I would like to selfhost the video's. Is that possible?

Kind regards.

Renzo

S
SemiColonWebSTAFFNov 24, 2018

Hello,

Yes, it is definitely a weird decision by Google. You can definitely use Self Hosted Videos. Consider using the following code:

<a href="#myModal1" data-lightbox="inline" class="btn btn-secondary btn-lg">Inline Modal</a>

<!-- Modal -->
<div class="modal1 mfp-hide" id="myModal1">
	<div class="block divcenter" style="background-color: #FFF; max-width: 500px;">
		<video poster="images/videos/explore-poster.jpg" preload="auto" controls style="display: block; width: 100%;">
			<source src='images/videos/explore.webm' type='video/webm' />
			<source src='images/videos/explore.mp4' type='video/mp4' />
		</video>
	</div>
</div>

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

R
renzodidoNov 8, 2020

Hi, another question about selfhosting video. I've got a page with multiple videos hosted via youtube. I would like to host them myself.
Can you give some advice an how to set up the code so I can selfhost multiple videos in a portfolio. This is what i've got using youtube.

https://www.wowsers.nl/video.html

How can I achieve the same?

Kind regards,
Renzo

R
renzodidoNov 8, 2020

Hi, I've changed the code u had by adding the <a href="images/videos/explore.mp4" data-lightbox="iframe" in the article code I had and it seems to work.

Is this code correct?

<article class="portfolio-item col-lg-3 col-md-4 col-sm-6 col-12 pf-media pf-icons">
<!-- Grid Inner: Start -->
<div class="grid-inner">
<!-- Image: Start -->
<div class="portfolio-image">
attachment

<div class="bg-overlay"> <div class="bg-overlay-content dark flex-column" data-hover-animate="fadeIn">
<div class="portfolio-desc pt-0 center" data-hover-animate="fadeInDownSmall" data-hover-animate-out="fadeOutUpSmall" data-hover-speed="350">
<h3>Clarux</h3>
<span>Verzeker je zorgen</span>
</div>
<!-- Description: End -->
<div class="d-flex">

</div>
</div>
<div class="bg-overlay-bg dark" data-hover-animate="fadeIn"></div>
</div>
</div>
</div>
</article>

Kind regards,

Renzo

S
SemiColonWebSTAFFNov 8, 2020

Hello,

You can Link to your Self-Hosted Videos using the Default Lightbox Settings. An Example of the implementation is available here: http://themes.semicolonweb.com/html/canvas/lightbox.html .

Code Example:

<a href="images/videos/explore.mp4" data-lightbox="iframe">HTML5 Video</a>

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

R
renzodidoNov 9, 2020

Hi, thank you for your reply.

I want to keep the look the same as it is now.

The only change i've made is

From this
<a href="https://www.youtube.com/watch?v=8T-oZn5e_js"

to this

<a href="images/videos/video.mp4" data-lightbox="iframe"
It seems to work but is the code oke?

Kind regards,

Renzo

S
SemiColonWebSTAFFNov 9, 2020

Hello,

This code will work fine.

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard