tym.lawrence@netcat.com.au
Nov 7, 2011
visibility 5987
star star star star star
(0 votes)

Getting YouTube Video Composer Block to work

Recently, we wanted to set up a EpiServer YouTube Video composer block to display some of the new demo videos that we’d created and uploaded to YouTube.

However, I found that the instructions at Jeff Wallace’s blog entry on “Setting up the YouTube Video Playlist for the Composer 4 R2 Blocks” didn’t quite work. After speaking with Richard from EpiServer Australia, we figured out why.

The reason is that the URL which you now get from YouTube seems to be different from the one that Jeff shows being used. This means that the link you copy from YouTube doesn’t immediately work in a CMS 6 R2 site . You have to change it.

To get the correct ULR, follow these steps:

  1. Go to you YouTube channel and make sure that you have at least one playlist in the right hand area. If you don’t, you need to create the playlist, then go to the “Videos and Playlists” button and ensure that the playlist has a tick box next to it’s name as seen below.
    Choosing to display a playlist
  2. Once the items are showing in the playlist, click the “more info” link below the playlist name, as seen below
    Playlist more info link
  3. This will change the right panel to show the items in the playlist. Once again, you have to click the More Info link, illustrated below.
    Playlist more info link again
  4. This will take you to a new page where the items in the playlist are shown, along with the playlist URL, highlighted in the image below.
    Playlist URL
  5. Copy the URL into a text editor such as notepad. In this example, the URL is http://www.youtube.com/user/NetcatAustralia#grid/user/3D86B15DE2418804
  6. NOW this is the key step: Change the URL by removing “#grid/user/” and replacing it with “#/p/c/”. In this example the new URL is now http://www.youtube.com/user/NetcatAustralia#/p/c/3D86B15DE2418804
  7. Paste this URL into the [ExtensionSys] YouTube Video composer block “YouTubeLink” property as seen below
    Adding playlist location to YouTube Video composer block properties

From then on, the rest of Jeff’s instructions work fine and you should see the videos in your playlist when you add the composer block and choose “Edit…”

Nov 07, 2011

Comments

Jeff Wallace
Jeff Wallace Nov 8, 2011 08:13 PM

It used to work the way I posted it, I swear it! It's great to have this update and the additional details. Thx!

tym.lawrence@netcat.com.au
tym.lawrence@netcat.com.au Feb 1, 2012 04:57 AM

The new YouTube design makes it hard to get the URLs above. You have to switch back to the older view. However, this older view becomes unavailable on March 7th 2012, so I'm not sure what to do then!

error Please login to comment.
Latest blogs
Copies vs. Connections: Modeling Content Areas for Multilingual Success

Starting With the Simple Question Most multilingual content modeling conversations start with a deceptively simple question from a client: "If we s...

Vipin Banka | Aug 23, 2026

Content Transfer coming to Optimizely SaaS CMS

Back in June I released Content Transfer on the Optimizely nuget feed – today I’m releasing version 1.0 , because we’ve had it running out in the...

Matt Pallatt | Aug 23, 2026

Improving Optimizely Product Information in LLM Tools

Tools like Claude Code can be great for working with Optimizely CMS, but when they index outdated or incomplete information about developing a...

Nicholas Sideras | Aug 21, 2026 |

How to Get a Bacpac Out of DXP (And Never Do It By Hand Again)

Every Optimizely DXP project eventually runs into the same task: getting production data onto a local machine so you can actually troubleshoot...

KennyG | Aug 20, 2026

Error FK_tblContentSoftlink_tblPropertyDefinition in CMS

Example Error :  Microsoft.Data.SqlClient.SqlException (0x80131904): The DELETE statement conflicted with the REFERENCE constraint "FK_tblContentSo...

Vinit Gavankar | Aug 20, 2026

Get count of pages, blocks , Assets from the CMS.

The following queries retrieve details from the CMS database. Make sure to try these queries locally first.    Step 1 — Discover your content type...

Vinit Gavankar | Aug 20, 2026