Something like this should do the trick and force rel=0 for all YouTube oembed results.
add_filter('oembed_dataparse','youtube_force_rel',10,3);
function youtube_force_rel($return, $data, $url) {
if ($data->provider_name == 'YouTube') {
return str_replace('feature=oembed', 'feature=oembed&rel=0', $return);
} else {
return $return;
}
}
Related Posts:
- Manipulating oembed_dataparse stopped working for YouTube embeds
- Embeding YouTube video via a template function throws iframe cross-domain policy error
- Video Embed with Captions in Turkish
- Div around YouTube video
- WordPress Mediaelement – Youtube Videos Embed Options
- How do I embed youtube videos with https instead of http in the URL?
- WP Oembed not passing through the “autoplay=1” variable
- Modify youtube video size on one page and show another size on different page
- Set wmode attribute to transparent for the embed shortcode to make drop-down menu hover over YouTube embed in Internet Explorer
- How to change thumbnail of embedded Youtube video?
- How to add new embed handler not supported by oembed
- Youtube – Embed as IFRAME
- wp_embed_register_handler is not working
- Any way to use a custom Parameter for vimeo embed without using an iframe?
- Is it possible to modify the default YouTube embed attributes string?
- Removing WordPress Icon from oembed link footer
- Get all Youtube video’s from posts and embed them on a different page
- Hiding Comments Icon On oembed
- Youtube parameters within WordPress embed code?
- vimeo/youtube video embed with thumbnails
- Embed YouTube video from custom field value
- Can I use wp_oembed_get to detect a valid embeddable link or is there a better way to do so?
- extra text in Vimeo Embedded videos
- How can I force oEmbed to display fixed height & width dimensions?
- YouTube embed parameters?
- Embed Youtube video link in wordpress editor
- How to auto embedded youtube with wp_insert_post()
- How to apply an ID to Shortcode Embedded iframe
- How to change the way wp_embed handles only youtube videos?
- How to make my new theme read [youtube id=”id of the video here” width=”600″ height=”350″]?
- Embedding Youtube video on comments
- How to make enqueue_embed_scripts work with the embed_template filter
- YouTube embeded video will not resize (only full screen responsive) [closed]
- WordPress fails to embed video URL
- Add class and change src type inside wp_oembed_get
- How to disable URL preview in WordPress comments
- How to modify the HTML output of Gutenberg block? (Youtube)
- Remove wordpress embed share icon?
- Youtube iframe embed keeps disappearing from page
- Adding an official oEmbed provider to WordPress
- Completely disable oEmbed and auto-embed on frontend and post editor?
- How can I change Max Embed Size in WordPress 3.5?
- How can I clear oEmbed caches for YouTube on posts as they are loaded
- How add class youtube and type/html to oembed code?
- wp_embed_register_handler not working
- Detecting Embed URLs Within post_content
- How to change WordPress embedded player size or show just the play button
- Adding a wrapper to the youtube embed automatically?
- Convert all youtube link to embed
- How to embed a WordPress article on another website [closed]
- WordPress 5.3.x YouTube oEmbed is not working
- Use oEmbed in List Items
- How can I override print_embed_sharing_dialog() in WordPress 4.5
- Embed Post in external page
- Responsive embed for the video shortcode
- Outside url for post content
- want to stop stripping out from my post content
- oEmbed not working in WordPress
- Display total questions of Moodle in WordPress [closed]
- How to display real-time data which is stored in an IBM Cloud web app
- Embedding custom posts with REST API
- How can I remove the first video from a post and feature it?
- How to Implement Responsive YouTube Video Framing? [closed]
- How can I replace an oEmbed URL in post with actual embed HTML
- How do I embed a YouTube video in WordPress 3.0?
- How To Display Content from a website on wordpress page?
- WordPress keeps autoplaying my Youtube-Links no matter what I write
- Auto embeding Vimeo/Youtube in custom fields (tinyMCE editor)
- How to make an embeded a Youtube video from custom field text responsive to screen size?
- How to allow YouTube object embed in WordPress 3+?
- WordPress get_media_embedded
- Modify YouTube Embed Code to fit theme
- How to edit embed filter for youtube video to allow responsive full width layout
- iframe with Youtube video appears for logged-in users, but not for incognito users
- Looking to Customize YouTube Video Embeds
- Static image for embedded YouTube video instead of blank player?
- add youtube thumbnail in index and single.php add video
- changes after I save a post
- Embed a Google Docs in WordPress?
- Is there a way to do nested embeds in the REST API?
- embed via wp_embed_register_handler only works in front-end
- Is it possible to embed a wordpress tag page on wordpress?
- Code playground (like CodePen) inside WordPress?
- Auto embeds don’t work for attachment descriptions
- [embed]Using WordPress 5.5.1 there is no embed option after the video is uploaded
- Why does my custom html code (for a donation form) appear in a preview but not in the published post?
- Can’t embed certain youtube videos into theme
- Block editor: Sandbox iframe shows outdated HTML
- Nofollow attribute in WordPress link embed code?
- Advanced Custom Fields oEmbed video width and height
- Add youtube embed to woocommerce variations
- Embedding multiple song players on one page without it effecting the load time
- Post editor doesn’t save embed media [closed]
- how to embed a .mp4 video the url postfix with secret key
- CartoDB embedding doesn’t work
- How to embed php page from separate site
- Can someone please help me find a solution to my youtube embed problems? [duplicate]
- How can I create iframe/embeddable content from my WordPress site?
- Embed links work on new page creation, not on edit
- Avoid embedding YouTube videos and open them in a new window