iframe embed responsive youtube etc
Omschrijving
/*********************************************************************************************************************************
* Add wrapper around
iframe embeds
*********************************************************************************************************************************/
add_filter(’the_content’, function ($content) {
return str_replace(array(“
“), $content);
});
add_filter(‘embed_oembed_html’, function ($html, $url, $attr, $post_id) {
if (strpos($html, ‘youtube.com’) !== false || strpos($html, ‘youtu.be’) !== false) {
return ‘
‘ . $html . ‘
‘;
} else {
return $html;
}
}, 10, 4);
add_filter(‘embed_oembed_html’, function ($code) {
return str_replace(‘
Snippet
| Field | Value |
|---|---|
| Snippet Status | |
| Snippet Description | |
| Snippet Type Code | |
| Snippet URL | |
| Snippet Content | |
| Snippet Content CSS | |
| Snippet Content HTML | |
| Snippet Content JS | |
| Snippet Content PHP | |
| Particle Snippet in Software | |
| Particle Snippet in Boilerplate |
Relations
| Item | Type |
|---|
Pointing items
| Item | Type | Category | Tags |
|---|
| Categorie | Snippet |
| Tags | |
| URL | |
| Type | Snippet |
| Time | |
| Price |