wp-video-embed-privacy
wp-video-embed-privacy copied to clipboard
Add ?rel=0
Is it possible to add the ?rel=0 parameter for youtube-videos?
I am looking for the same option.
A quick and wrong solution is adding this as Line 106 to video-embed-privacy.php:
$embedText = preg_replace('~feature=oembed~', 'feature=oembed&rel=0', $embedText);
But it would be nice, if it is possible to add ?rel=0 to the embed shortcode. At the moment this plugin does not seem to be triggered, if I add ?rel=0 inside the [embed].