How to add YouTube Playlist to Sidebar Widget

Posted in: Newsmag
Post count: 8

Hello,

I would like to add YouTube Playlist to my sidebar widget. Is it possible?
I’ve tried it before but the style was messed up.

Post count: 8

I found it easy to add video playlist with column 1 on homepage. However when I copy the code on single post, the css class is always changes to column 2, which is too wide for the sidebar.

How to change the css class on single post so it could use td_video_playlist_column_1 on it’s css?

Post count: 23312

Hello Febian,

Please notice that the YouTube Playlist not been done to be used for Sidebar Area and might appear some issues. You should use a bit of CSS code and place it in Theme panel->Cusotm CSS area.

.single .widget_text .td_video_playlist_column_2 .td_wrapper_player {
height: 388px;
width: 100% !important;
}
.single .widget_text .td_video_playlist_column_2 .td_container_video_playlist {
width: 100%;
right: 0px;
}

Notice that the code above have to be further customized if you want to bring best results in this regard, but you should do it yourself because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.