<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>Blog MyDNA</provider_name><provider_url>https://blog.mydnadigital.com/blog</provider_url><author_name>Admin MyDNA</author_name><author_url>https://blog.mydnadigital.com/blog/author/adminmydna/</author_url><title>Home Blog en espa&#xF1;ol</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content" data-secret="pzp1A4SsAl"&gt;&lt;a href="https://blog.mydnadigital.com/blog/"&gt;Home Blog en espa&#xF1;ol&lt;/a&gt;&lt;/blockquote&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://blog.mydnadigital.com/blog/embed/#?secret=pzp1A4SsAl" width="600" height="338" title="&#x201C;Home Blog en espa&#xF1;ol&#x201D; &#x2014; Blog MyDNA" data-secret="pzp1A4SsAl" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;&lt;script&gt;
/**
 * WordPress inline HTML embed
 *
 * @since 4.4.0
 * @output wp-includes/js/wp-embed.js
 *
 * Single line comments should not be used since they will break
 * the script when inlined in get_post_embed_html(), specifically
 * when the comments are not stripped out due to SCRIPT_DEBUG
 * being turned on.
 */
(function ( window, document ) {
	'use strict';

	/* Abort for ancient browsers. */
	if ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {
		return;
	}

	/** @namespace wp */
	window.wp = window.wp || {};

	/* Abort if script was already executed. */
	if ( !! window.wp.receiveEmbedMessage ) {
		return;
	}

	/**
	 * Receive embed message.
	 *
	 * @param {MessageEvent} e
	 */
	window.wp.receiveEmbedMessage = function( e ) {
		var data = e.data;

		/* Verify shape of message. */
		if (
			! ( data || data.secret || data.message || data.value ) ||
			/[^a-zA-Z0-9]/.test( data.secret )
		) {
			return;
		}

		var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ),
			blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ),
			allowedProtocols = new RegExp( '^https?:$', 'i' ),
			i, source, height, sourceURL, targetURL;

		for ( i = 0; i &lt; blockquotes.length; i++ ) {
			blockquotes[ i ].style.display = 'none';
		}

		for ( i = 0; i &lt; iframes.length; i++ ) {
			source = iframes[ i ];

			if ( e.source !== source.contentWindow ) {
				continue;
			}

			source.removeAttribute( 'style' );

			if ( 'height' === data.message ) {
				/* Resize the iframe on request. */
				height = parseInt( data.value, 10 );
				if ( height &gt; 1000 ) {
					height = 1000;
				} else if ( ~~height &lt; 200 ) {
					height = 200;
				}

				source.height = height;
			} else if ( 'link' === data.message ) {
				/* Link to a specific URL on request. */
				sourceURL = new URL( source.getAttribute( 'src' ) );
				targetURL = new URL( data.value );

				if (
					allowedProtocols.test( targetURL.protocol ) &amp;&amp;
					targetURL.host === sourceURL.host &amp;&amp;
					document.activeElement === source
				) {
					window.top.location.href = data.value;
				}
			}
		}
	};

	function onLoad() {
		var iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),
			i, source, secret;

		for ( i = 0; i &lt; iframes.length; i++ ) {
			/** @var {IframeElement} */
			source = iframes[ i ];

			secret = source.getAttribute( 'data-secret' );
			if ( ! secret ) {
				/* Add secret to iframe */
				secret = Math.random().toString( 36 ).substring( 2, 12 );
				source.src += '#?secret=' + secret;
				source.setAttribute( 'data-secret', secret );
			}

			/*
			 * Let post embed window know that the parent is ready for receiving the height message, in case the iframe
			 * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the
			 * window will then (re-)send the height message right away.
			 */
			source.contentWindow.postMessage( {
				message: 'ready',
				secret: secret
			}, '*' );
		}
	}

	window.addEventListener( 'message', window.wp.receiveEmbedMessage, false );
	document.addEventListener( 'DOMContentLoaded', onLoad, false );
})( window, document );
&lt;/script&gt;
</html><description>Aprende con quienes realmenteentienden de RRHH Digital Contenido 100% gratuito +200 ebooks disponibles. Explorar ebooks Publicaciones m&#xE1;s recientes Ver todas las publicaciones All Posts Assessment Beneficios BRASIL CHILE Clima Compensaci&#xF3;n &amp; Beneficios Competencias Comportamiento dna Empleo Employer Branding Espa&#xF1;ol Evaluaci&#xF3;n 360 Experiencia del Colaborador Formaci&#xF3;n Gesti&#xF3;n de Personas Globales Gu&#xED;a Salarial IA Jobs Liderazgo Outplacement Outplacement Digital partners PERU presencia R&amp;S Recursos rrss Talento Tech Tendencias USA Compensaci&#xF3;n Inteligente: C&#xF3;mo Usar Benchmark Salarial y Sueldo Emocional para Retener Talento en LATAM Hoy, las empresas que logran atraer y retener talento clave son aquellas que entienden que compensar no es solo pagar,&#x2026; Leer m&#xE1;s De la adopci&#xF3;n a la adaptaci&#xF3;n: los desaf&#xED;os &#xE9;ticos y de privacidad de la IA en la gesti&#xF3;n de personas&hellip; M&#xE1;s que hablar de adopci&#xF3;n tecnol&#xF3;gica, el verdadero reto para las organizaciones es la adaptaci&#xF3;n consciente y responsable de la&#x2026; Leer m&#xE1;s People Analytics en la Pr&#xE1;ctica: C&#xF3;mo tomar decisiones de RH m&#xE1;s r&#xE1;pidas, justas y estrat&#xE9;gicas Descubra c&#xF3;mo People Analytics permite tomar decisiones de RH m&#xE1;s r&#xE1;pidas, justas y estrat&#xE9;gicas con datos integrados y en tiempo&#x2026; Leer m&#xE1;s Por qu&#xE9; centralizar personas, datos y experiencia en una &#xFA;nica Plataforma es el futuro del RH El Futuro de la Gesti&#xF3;n de Personas. Descubre por qu&#xE9; centralizar personas, datos y experiencia en un ecosistema de RH&#x2026; Leer m&#xE1;s Reestructuraci&#xF3;n sin Crisis: La Gu&#xED;a Definitiva del Outplacement Digital para Proteger el Employer Branding Aqu&#xED; surge el Outplacement Digital, una soluci&#xF3;n moderna que transforma un momento cr&#xED;tico en una experiencia &#xE9;tica, humana y alineada&#x2026; Leer m&#xE1;s M&#xE1;s All&#xE1; del Salario: Las 5 Macro-Tendencias de la Experiencia del Colaborador que Retienen Talento en LATAM (2026) Este art&#xED;culo presenta las cinco macro-tendencias de EX que est&#xE1;n definiendo la retenci&#xF3;n en LATAM, basadas en an&#xE1;lisis recientes, en&#x2026; Leer m&#xE1;s Descarga ahora el nuevo Ebook Gratis Gu&#xED;a Salarial 2026 &#xBF;Te has preguntado alguna vez c&#xF3;mo elegir la pastilla adecuada sin perder la calma? En el d&#xED;a a d&#xED;a, un buen conocimiento sobre los comprimidos puede ser tu mejor aliado para mantener la salud en equilibrio. Es fundamental leer las indicaciones, conocer posibles interacciones y respetar las dosis recomendadas; as&#xED; evitar&#xE1;s sorpresas desagradables. Si necesitas orientaci&#xF3;n personalizada o quieres explorar opciones sin prescripci&#xF3;n, puedes confiar en Farmacia Breda para recibir consejos basados en la evidencia cl&#xED;nica. Recuerda: la informaci&#xF3;n correcta es tu mejor medicina preventiva y un toque de humor nunca est&#xE1; de m&#xE1;s cuando buscas bienestar. Descargar Ebook</description><thumbnail_url>https://mydna.company/blog/wp-content/uploads/2025/12/hero_banner-1-768x235.png</thumbnail_url></oembed>
