<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>&#x51A0;&#x82F1;&#x8C18;&#x8BE2;&#x6709;&#x9650;&#x516C;&#x53F8;</provider_name><provider_url>https://www.champpartners.com/zh-hans</provider_url><author_name>Janice Ho</author_name><author_url>https://www.champpartners.com/zh-hans/blog/author/janiceho/</author_url><title>&#x804C;&#x573A;&#x4E0A;&#x6BCF;&#x4EBA;&#x90FD;&#x9700;&#x8981;&#x7684;&#x5458;&#x5DE5;&#x624B;&#x518C;&#xFF0C;&#x4F60;&#x53C8;&#x77E5;&#x591A;&#x5C11;&#xFF1F; &#x2013;&#xA0;&#x51A0;&#x82F1;&#x8C18;&#x8BE2;&#x6709;&#x9650;&#x516C;&#x53F8;</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content"&gt;&lt;a href="https://www.champpartners.com/zh-hans/blog/elements-of-employee-handbook/"&gt;&#x804C;&#x573A;&#x4E0A;&#x6BCF;&#x4EBA;&#x90FD;&#x9700;&#x8981;&#x7684;&#x5458;&#x5DE5;&#x624B;&#x518C;&#xFF0C;&#x4F60;&#x53C8;&#x77E5;&#x591A;&#x5C11;&#xFF1F;&lt;/a&gt;&lt;/blockquote&gt;
&lt;script type='text/javascript'&gt;
&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
/**
 * WordPress inline HTML embed
 *
 * @since 4.4.0
 * @output wp-includes/js/wp-embed.js
 *
 * This file cannot have ampersands in it. This is to ensure
 * it can be embedded in older versions of WordPress.
 * See https://core.trac.wordpress.org/changeset/35708.
 */
(function ( window, document ) {
	'use strict';

	var supportedBrowser = false,
		loaded = false;

		if ( document.querySelector ) {
			if ( window.addEventListener ) {
				supportedBrowser = true;
			}
		}

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

	if ( !! window.wp.receiveEmbedMessage ) {
		return;
	}

	window.wp.receiveEmbedMessage = function( e ) {
		var data = e.data;

		if ( ! data ) {
			return;
		}

		if ( ! ( data.secret || data.message || data.value ) ) {
			return;
		}

		if ( /[^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' );

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

				source.height = height;
			}

			/* Link to a specific URL on request. */
			if ( 'link' === data.message ) {
				sourceURL = document.createElement( 'a' );
				targetURL = document.createElement( 'a' );

				sourceURL.href = source.getAttribute( 'src' );
				targetURL.href = data.value;

				/* Only follow link if the protocol is in the allow list. */
				if ( ! allowedProtocols.test( targetURL.protocol ) ) {
					continue;
				}

				/* Only continue if link hostname matches iframe's hostname. */
				if ( targetURL.host === sourceURL.host ) {
					if ( document.activeElement === source ) {
						window.top.location.href = data.value;
					}
				}
			}
		}
	};

	function onLoad() {
		if ( loaded ) {
			return;
		}

		loaded = true;

		var isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ),
			isIE11 = !!navigator.userAgent.match( /Trident.*rv:11\./ ),
			iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),
			iframeClone, i, source, secret;

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

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

			/* Remove security attribute from iframes in IE10 and IE11. */
			if ( ( isIE10 || isIE11 ) ) {
				iframeClone = source.cloneNode( true );
				iframeClone.removeAttribute( 'security' );
				source.parentNode.replaceChild( iframeClone, source );
			}
		}
	}

	if ( supportedBrowser ) {
		window.addEventListener( 'message', window.wp.receiveEmbedMessage, false );
		document.addEventListener( 'DOMContentLoaded', onLoad, false );
		window.addEventListener( 'load', onLoad, false );
	}
})( window, document );

//--&gt;&lt;!]]&gt;
&lt;/script&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://www.champpartners.com/zh-hans/blog/elements-of-employee-handbook/embed/" width="600" height="338" title="&#x300A;&#x804C;&#x573A;&#x4E0A;&#x6BCF;&#x4EBA;&#x90FD;&#x9700;&#x8981;&#x7684;&#x5458;&#x5DE5;&#x624B;&#x518C;&#xFF0C;&#x4F60;&#x53C8;&#x77E5;&#x591A;&#x5C11;&#xFF1F;&#x300B;&#x2014;&#x51A0;&#x82F1;&#x8C18;&#x8BE2;&#x6709;&#x9650;&#x516C;&#x53F8;" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;</html><thumbnail_url>https://www.champpartners.com/zh-hans/files/2018/04/benbarry-000151-1200x806-1-e1530089186444.jpg</thumbnail_url><thumbnail_width>1000</thumbnail_width><thumbnail_height>562</thumbnail_height><description>&#x63D0;&#x8D77;&#x300A;&#x5458;&#x5DE5;&#x624B;&#x518C;&#x300B;&#xFF0C;&#x5F80;&#x5F80;&#x5C31;&#x4EE4;&#x4EBA;&#x8054;&#x60F3;&#x8D77;&#x53C8;&#x539A;&#x53C8;&#x6C89;&#x95F7;&#x7684;&#x7E41;&#x6587;&#x7F1B;&#x8282;&#xFF0C;&#x4F46;&#x5E76;&#x4E0D;&#x4E00;&#x5B9A;&#x5982;&#x6B64;&#xFF01;&#x5916;&#x56FD;&#x6709;&#x4E9B;&#x516C;&#x53F8;&#x52A0;&#x5165;&#x516C;&#x53F8;&#x72EC;&#x7279;&#x5143;&#x7D20;&#x5E76;&#x5E26;&#x6709;&#x4E00;&#x70B9;&#x5E7D;&#x9ED8;&#x98CE;&#x683C;&#xFF0C;&#x5C06;&#x7B28;&#x62D9;&#x7684;&#x5458;&#x5DE5;&#x624B;&#x518C;&#x53D8;&#x6210;&#x672C;&#x56FE;&#x6587;&#x5E76;&#x8302;&#xFF0C;&#x5C5E;&#x4E8E;&#x516C;&#x53F8;&#x72EC;&#x6709;&#x65E0;&#x4E8C;&#x7684;&#x5458;&#x5DE5;&#x5B9D;&#x5178;&#xFF0C;&#x5C06;&#x516C;&#x53F8;&#x613F;&#x666F;&#x548C;&#x6587;&#x5316;&#x6E05;&#x6670;&#x8868;&#x8FBE;&#xFF0C;&#x65E0;&#x8BBA;&#x5185;&#x90E8;&#x6216;&#x5916;&#x90E8;&#x7684;&#x53CD;&#x5E94;&#x90FD;&#x5341;&#x5206;&#x826F;&#x597D;&#xFF0C;&#x7F8E;&#x56FD;&#x7F51;&#x5E97;Zappos&#x4E8E;2014&#x5E74;&#x7684;&#x5458;&#x5DE5;&#x624B;&#x518C;&#x4FBF;&#x662F;&#x4E2A;&#x503C;&#x5F97;&#x53C2;&#x8003;&#x7684;&#x597D;&#x4F8B;&#x5B50;&#xFF01;</description></oembed>
