wp-video-embed-privacy icon indicating copy to clipboard operation
wp-video-embed-privacy copied to clipboard

Add ?rel=0

Open z1tr0t3c opened this issue 6 years ago • 1 comments

Is it possible to add the ?rel=0 parameter for youtube-videos?

z1tr0t3c avatar Nov 12 '18 23:11 z1tr0t3c

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].

MeraX avatar Nov 17 '18 22:11 MeraX