Title: Youtube oembed remove iframe
Last modified: August 20, 2016

---

# Youtube oembed remove iframe

 *  [zagriyen](https://wordpress.org/support/users/zagriyen/)
 * (@zagriyen)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/youtube-oembed-remove-iframe/)
 * Hi,
    How to remove iframe for embed youtube video and use the old code without
   iframe ? I want remove title infos etc, i use this but it doesnt work
 *     ```
       function Oembed_youtube_no_title($html,$url,$args){
           $url_string = parse_url($url, PHP_URL_QUERY);
           parse_str($url_string, $id);
           if (isset($id['v'])) {
               return '<iframe width="'.$args['width'].'" height="'.$args['height'].'" src="http://www.youtube.com/embed/'.$id['v'].'?showsearch=0&showinfo=0&playlist=&modestbranding=1&egm=0&rel=0" frameborder="0" allowfullscreen></iframe>';
           }
           return $html;
       }
       add_filter('oembed_result','Oembed_youtube_no_title',10,3);
       ```
   
 * Thanks in advance

The topic ‘Youtube oembed remove iframe’ is closed to new replies.

## Tags

 * [oEmbed](https://wordpress.org/support/topic-tag/oembed/)
 * [Youtube](https://wordpress.org/support/topic-tag/youtube/)

 * 0 replies
 * 1 participant
 * Last reply from: [zagriyen](https://wordpress.org/support/users/zagriyen/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/youtube-oembed-remove-iframe/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
