Skip to main content
November 2, 2016
Question

Removing Social Share Buttons from YouTube embed element

  • November 2, 2016
  • 1 reply
  • 6876 views

I have a YouTube video embedded in a basic landing page: lp.rubiconmd.com/October_Office_Hours_Recording.html .

I don't want viewers to share this video - how do I remove those icons? I used the drap and drop video element.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
November 2, 2016

.cf_videoshare_referral {

   display: none !important;

}

November 2, 2016

Thanks, Sanford. Sorry for the dumb question but where do I put that?

On Wed, Nov 2, 2016 at 2:45 PM, Sanford Whiteman <

SanfordWhiteman
Level 10
November 2, 2016

In your stylesheet or local <style> tag.