Prueba 360
Prueba 360 url
// Register oEmbed providers function custom_oembed_provider() { wp_oembed_add_provider( 'https://360.joyerialunas.com/*', 'https://360.joyerialunas.com/oembed/', false ); wp_oembed_add_provider( 'https://orbitvu.co/001/*/ov3601/view', 'http://orbitvu.co/service/oembed', false ); wp_oembed_add_provider( 'https://orbitvu.co/001/*/ov3601/*/view', 'http://orbitvu.co/service/oembed', false ); wp_oembed_add_provider( 'http://orbitvu.co/001/*/2/orbittour/*/view', 'http://orbitvu.co/service/oembed', false ); wp_oembed_add_provider( 'http://orbitvu.co/001/*/1/2/orbittour/*/view', 'http://orbitvu.co/service/oembed', false ); } add_action( 'init', 'custom_oembed_provider' );