I've read various bits on using javascript and the YouTube API to configure a player from scratch (if you will).
Re: https://developers.google.com/youtube/js_api_reference
I'm wondering how I would go about reconfiging a player that's added to a page via YT's tradition embed / iframe. Is that even possible?
Specifically, we want to turn off the Share options on the YT player and use our own (else where on the page). I'm fairly certain that when whipping up a player via the API, the Share doesn't show up. But I also have yet to see any documentation on turning that functionality off or on.