<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>Australian Chinese Daily</provider_name><provider_url>https://acd.com.au</provider_url><title>&#x7687;&#x51A0;&#x623F;&#x5730;&#x7522;&#x96C6;&#x5718;&#x5728;&#x7F8E;&#x6295;&#x8CC7;5&#x5104;&#x5143; &#x516C;&#x5E03;&#x6D1B;&#x6749;&#x78EF;&#x958B;&#x767C;&#x9805;&#x76EE;&#x8A2D;&#x8A08;&#x65B9;&#x6848; | Australian Chinese Daily &#x5730;&#x7522;&#x8CC7;&#x8A0A;</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content"&gt;&lt;a href="https://acd.com.au/investment/property-news/%e7%9a%87%e5%86%a0%e6%88%bf%e5%9c%b0%e7%94%a2%e9%9b%86%e5%9c%98%e5%9c%a8%e7%be%8e%e6%8a%95%e8%b3%875%e5%84%84%e5%85%83-%e5%85%ac%e5%b8%83%e6%b4%9b%e6%9d%89%e7%a3%af%e9%96%8b%e7%99%bc%e9%a0%85%e7%9b%ae/"&gt;&#x7687;&#x51A0;&#x623F;&#x5730;&#x7522;&#x96C6;&#x5718;&#x5728;&#x7F8E;&#x6295;&#x8CC7;5&#x5104;&#x5143; &#x516C;&#x5E03;&#x6D1B;&#x6749;&#x78EF;&#x958B;&#x767C;&#x9805;&#x76EE;&#x8A2D;&#x8A08;&#x65B9;&#x6848;&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 + '"]' ),
			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 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://acd.com.au/investment/property-news/%e7%9a%87%e5%86%a0%e6%88%bf%e5%9c%b0%e7%94%a2%e9%9b%86%e5%9c%98%e5%9c%a8%e7%be%8e%e6%8a%95%e8%b3%875%e5%84%84%e5%85%83-%e5%85%ac%e5%b8%83%e6%b4%9b%e6%9d%89%e7%a3%af%e9%96%8b%e7%99%bc%e9%a0%85%e7%9b%ae/embed/" width="600" height="338" title="&#x201C;&#x7687;&#x51A0;&#x623F;&#x5730;&#x7522;&#x96C6;&#x5718;&#x5728;&#x7F8E;&#x6295;&#x8CC7;5&#x5104;&#x5143; &#x516C;&#x5E03;&#x6D1B;&#x6749;&#x78EF;&#x958B;&#x767C;&#x9805;&#x76EE;&#x8A2D;&#x8A08;&#x65B9;&#x6848;&#x201D; &#x2014; Australian Chinese Daily" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;</html><thumbnail_url>https://s3.ap-southeast-2.amazonaws.com/www.acd.com.au/wp-content/uploads/2020/10/15132227/15GXL05-1_51500.jpg</thumbnail_url><thumbnail_width>2452</thumbnail_width><thumbnail_height>1630</thumbnail_height><description>&#x9818;&#x5148;&#x7684;&#x6FB3;&#x6D32;&#x4F4F;&#x5B85;&#x958B;&#x767C;&#x5546;&#x7687;&#x51A0;&#x623F;&#x5730;&#x7522;&#x96C6;&#x5718;&#xFF08;Crown Group&#xFF09;&#x65E5;&#x524D;&#x516C;&#x5E03;&#x4E86;&#x5728;&#x7F8E;&#x9996;&#x500B;&#x9805;&#x76EE;&#x7684;&#x8A2D;&#x8A08;&#x65B9;&#x6848;&#x3002;</description></oembed>
