elegant_description(); elegant_keywords(); elegant_canonical(); /** * Fires in the head, before {@see wp_head()} is called. This action can be used to * insert elements into the beginning of the head before any styles or scripts. * * @since 1.0 */ do_action( 'et_head_meta' ); $template_directory_uri = get_template_directory_uri(); ?> How to remove suggested videos when YouTube video finishes? - Page 3

This post is now outdated and for past feature reference only

When you embed a video onto your website, it can get quite annoying at the end when YouTube shows suggested videos to your viewer that take them away from your website. It has long been a headache of mine and one I thought needed a complicated coding solution. Well, it turns out its as simple as ABC, if not simpler. The great news is a client asked me about this just last week and I didn’t know the answer, but now I do and it is time to share it.

Step 1: Click “Share” button underneath your video.

Step 2: Tick the box under “embed options” that says “Show suggested videos when the video finishes”

Step 3: The embed code will automatically be changed to not show suggested videos at the end of your video.

Bonus points: This option used to be hidden by a “show me more bar” under the code. Now that YouTube has revamped their player it gives you access to a couple of other useful features as well. Including:

  • Start at – choose the start point of your video without having to change the code manually.
  • Remove Title and Player options
  • Remove player controls
  • Enable privacy mode.

I hope this is of use, don’t forget to check out our other Youtube tips blogs. including