Okay the thing is that the oembed endpoint seems not to support any other than the default parameters.
So it seems that all you can do is parse the response and add in your parameters to the iframe
src
. This should do it (untested)
function wpse_218836_add_youtube_parameter( $return, $data, $url ){
if ( $data->provider_name === 'YouTube'){
$additional_parameters="&cc_load_policy=1&hl=tr";
return preg_replace('/src="https://wordpress.stackexchange.com/questions/218836/(.*?)"/i', 'src="$1' . $additional_parameters . '"', $return);
}else{
return $return;
}
}
add_filter('oembed_dataparse', 'wpse_218836_add_youtube_parameter', 10, 3);
Related Posts:
- Set wmode attribute to transparent for the embed shortcode to make drop-down menu hover over YouTube embed in Internet Explorer
- How to add new embed handler not supported by oembed
- Manipulating oembed_dataparse stopped working for YouTube embeds
- Embed YouTube video from custom field value
- Embeding YouTube video via a template function throws iframe cross-domain policy error
- How to auto embedded youtube with wp_insert_post()
- How to embed YouTube videos in posts without adding suggested videos at the end?
- Div around YouTube video
- WordPress Mediaelement – Youtube Videos Embed Options
- add_filter is failing to append &rel=0 to end of YouTube URL in oEmbed
- Setting a post’s featured image from an embedded YouTube video
- Do_Shortcode not working for Embed
- How do I embed youtube videos with https instead of http in the URL?
- WP Oembed not passing through the “autoplay=1” variable
- Get first video from the post (both embed and video shortcodes)
- Modify youtube video size on one page and show another size on different page
- How to change thumbnail of embedded Youtube video?
- 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
- Can I use wp_oembed_get to detect a valid embeddable link or is there a better way to do so?
- disable video URL auto-embedding for a part of the post
- 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
- WordPress get embedded/attachment video
- oEmbed not working in WordPress
- MP4 video on wordpress working on desktop, not on mobile devices
- How to apply an ID to Shortcode Embedded iframe
- How can I remove the first video from a post and feature it?
- 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]
- TED talk embedded videos cut off by sidebar
- Looking to Customize YouTube Video Embeds
- WordPress fails to embed video URL
- Add class and change src type inside wp_oembed_get
- Embed video from streamtape using direct link
- Embedded videos not displaying on page
- 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
- how to embed a .mp4 video the url postfix with secret key
- Adding an official oEmbed provider to WordPress
- Can someone please help me find a solution to my youtube embed problems? [duplicate]
- Completely disable oEmbed and auto-embed on frontend and post editor?
- Including plain text URL to post on same site is converting the URL to an embed
- Youtube embedded videos unavailable
- Prevent using oEmbed for a specific domain
- How do I hide related videos at the end of a YouTube playlist embed code?
- Use [embed] filter in template files
- How can I change Max Embed Size in WordPress 3.5?
- Replace audio/video enclosure with player?
- How can I clear oEmbed caches for YouTube on posts as they are loaded
- Soundcloud embed shortcode does not work
- How add class youtube and type/html to oembed code?
- Implementing “Video of the Day” Feature?
- How to Replace YouTube Videos with a “Click to Play” Thumbnail?
- YouTube oEmbed and privacy-enhanced mode
- add_filter to youtube embeds?
- wp_embed_register_handler not working
- Embed .mov file via ‘Add Media’ not working
- Detecting Embed URLs Within post_content
- How to overwrite youtube embed?
- Any way to use a custom Parameter for youtube embed without using an iframe?
- Customize Embedded Tweets (or, How To Hide Photos in Embedded Tweets)
- How to remove the embed_footer?
- How to change WordPress embedded player size or show just the play button
- how to embed external webpage in my wordpress page
- oEmbed youtube video aspect ratio
- use of tag into wordpress
- oEmbed vimeo with add_query_arg parameters not inserted to HTML
- ted talks embed fixed, but can’t control size
- Add a YouTube or Vimeo video as a post attachment?
- Adding a wrapper to the youtube embed automatically?
- Convert all youtube link to embed
- How to embed a WordPress article on another website [closed]
- Should I use custom post types for a front page video feature (vimeo)?
- WordPress 5.3.x YouTube oEmbed is not working
- wp_embed_register_handler to embed html files
- How to add oEmbed support to my theme?
- How to create a static player top or bottom of wordpress?
- Embed YouTube video on category description
- Audio Playlists – Multiple file type support?
- wp_insert_post iframe missing
- Vimeo video embeds doesnt seem to work with ACF [closed]
- Use oEmbed in List Items
- How to check If Oembed is empty or not
- Search XML file from within WordPress?
- WordPress keeps altering my embed code