<?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>Infinity by Crown Group&#x9805;&#x76EE;&#x4E00;&#x5468;&#x6642;&#x9593;&#x5167; &#x65AC;&#x7372;HIA&#x8207;Urban Taskforce&#x5169;&#x9805;&#x884C;&#x696D;&#x5927;&#x734E; | 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/infinity-by-crown-group%e9%a0%85%e7%9b%ae%e4%b8%80%e5%91%a8%e6%99%82%e9%96%93%e5%85%a7-%e6%96%ac%e7%8d%b2hia%e8%88%87urban-taskforce%e5%85%a9%e9%a0%85%e8%a1%8c%e6%a5%ad%e5%a4%a7%e7%8d%8e/"&gt;Infinity by Crown Group&#x9805;&#x76EE;&#x4E00;&#x5468;&#x6642;&#x9593;&#x5167; &#x65AC;&#x7372;HIA&#x8207;Urban Taskforce&#x5169;&#x9805;&#x884C;&#x696D;&#x5927;&#x734E;&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/infinity-by-crown-group%e9%a0%85%e7%9b%ae%e4%b8%80%e5%91%a8%e6%99%82%e9%96%93%e5%85%a7-%e6%96%ac%e7%8d%b2hia%e8%88%87urban-taskforce%e5%85%a9%e9%a0%85%e8%a1%8c%e6%a5%ad%e5%a4%a7%e7%8d%8e/embed/" width="600" height="338" title="&#x201C;Infinity by Crown Group&#x9805;&#x76EE;&#x4E00;&#x5468;&#x6642;&#x9593;&#x5167; &#x65AC;&#x7372;HIA&#x8207;Urban Taskforce&#x5169;&#x9805;&#x884C;&#x696D;&#x5927;&#x734E;&#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/12/03112631/01GXL08.jpg</thumbnail_url><thumbnail_width>766</thumbnail_width><thumbnail_height>538</thumbnail_height><description>&#x4F5C;&#x70BA;&#x6089;&#x5C3C;Green Square&#x5730;&#x5340;&#x6700;&#x5F15;&#x4EBA;&#x77DA;&#x76EE;&#x7684;&#x958B;&#x767C;&#x9805;&#x76EE;&#xFF0C;Infinity by Crown Group&#x65E5;&#x524D;&#x5728;&#x77ED;&#x77ED;&#x4E00;&#x500B;&#x661F;&#x671F;&#x6642;&#x9593;&#x5167;&#xFF0C;&#x9023;&#x7E8C;&#x6458;&#x5F97;&#x5169;&#x9805;&#x91CD;&#x8981;&#x7684;&#x5EFA;&#x7BC9;&#x8207;&#x958B;&#x767C;&#x884C;&#x696D;&#x5927;&#x734E;&#x3002;</description></oembed>
