<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>&#x54F2;&#x5B50;&#x6232; Philosophist&#x2019;s Camp</provider_name><provider_url>https://www.horace.org/blog</provider_url><author_name>hevangel</author_name><author_url>https://www.horace.org/blog/author/hevangel-2/</author_url><title>Debugging - David J. Agans - &#x54F2;&#x5B50;&#x6232; Philosophist&#x2019;s Camp</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content" data-secret="Y8RFwtfmr5"&gt;&lt;a href="https://www.horace.org/blog/2006/12/20/debugging-david-j-agans/"&gt;Debugging &#x2013; David J. Agans&lt;/a&gt;&lt;/blockquote&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://www.horace.org/blog/2006/12/20/debugging-david-j-agans/embed/#?secret=Y8RFwtfmr5" width="600" height="338" title="&#x201C;Debugging &#x2013; David J. Agans&#x201D; &#x2014; &#x54F2;&#x5B50;&#x6232; Philosophist&#x2019;s Camp" data-secret="Y8RFwtfmr5" 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 );
//# sourceURL=https://www.horace.org/blog/wp-includes/js/wp-embed.js
&lt;/script&gt;
</html><thumbnail_url>https://i2.wp.com/www.horace.org/blog/wp-content/uploads/2006/12/081447168401_ss500_sclzzzzzzz_v1118226866_.jpg?fit=500%2C500&amp;ssl=1</thumbnail_url><thumbnail_width>500</thumbnail_width><thumbnail_height>500</thumbnail_height><description>&#x9664;&#x87F2;(Debug)&#x662F;&#x6BCF;&#x500B;&#x5BEB;&#x7A0B;&#x5F0F;&#x6216;&#x505A;&#x8A2D;&#x8A08;&#x7684;&#x4EBA;&#x4E5F;&#x5FC5;&#x9808;&#x8981;&#x61C2;&#x7684;&#x57FA;&#x672C;&#x6C42;&#x751F;&#x6280;&#x5DE7;&#x3002;&#x6C92;&#x6709;&#x4EBA;&#x53EF;&#x4EE5;&#x843D;&#x7B46;&#x6C38;&#x4E0D;&#x72AF;&#x932F;&#xFE50;&#x6240;&#x4EE5;&#x53BB;&#x627E;&#x51FA;&#x932F;&#x8AA4;&#x4E26;&#x52A0;&#x4EE5;&#x4FEE;&#x6B63;&#x662F;&#x5FC5;&#x7D93;&#x7684;&#x968E;&#x6BB5;&#x3002;&#x9019;&#x500B;&#x9664;&#x87F2;&#x7684;&#x904E;&#x7A0B;&#x5F88;&#x591A;&#x6642;&#x9593;&#x75DB;&#x82E6;&#x800C;&#x6F2B;&#x9577;&#xFE50;&#x7279;&#x5225;&#x662F;&#x90A3;&#x96BB;&#x87F2;&#x5728;&#x5225;&#x4EBA;&#x7684;&#x5091;&#x4F5C;&#x88CF;&#x9762;&#x3002;&#x6211;&#x81EA;&#x5C0F;&#x73A9;&#x5BEB;&#x7A0B;&#x5F0F;&#x548C;&#x780C;&#x96FB;&#x8166;&#xFE50;&#x5927;&#x5B78;&#x6642;&#x8B80;&#x5DE5;&#x7A0B;&#x7CFB;&#xFE50;&#x51FA;&#x4F86;&#x505A;&#x6642;&#x662F;&#x7576;&#x5DE5;&#x7A0B;&#x5E2B;&#xFE50;&#x7121;&#x4E0D;&#x662F;&#x548C;&#x87F2;&#x6253;&#x4EA4;&#x9053;&#x3002;&#x4E0D;&#x662F;&#x81EA;&#x8CE3;&#x81EA;&#x8DE8;&#xFE50;&#x6211;&#x5C0D;&#x6297;&#x87F2;&#x5BB3;&#x7D93;&#x9A57;&#x8C50;&#x5BCC;&#xFE50;&#x9664;&#x87F2;&#x5FEB;</description></oembed>
