{"version":"1.0","provider_name":"\u57fa\u7763\u6559\u9748\u5be6\u5354\u6703","provider_url":"https:\/\/hohcs.org.hk\/en\/","author_name":"Admin HOHCS","author_url":"https:\/\/hohcs.org.hk\/en\/author\/hohcs_admin\/","title":"\u5176\u4ed6\u6350\u6b3e\u8a08\u5283","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"SDWCqbttSE\"><a href=\"https:\/\/hohcs.org.hk\/en\/other-donation-programmes\/\">\u5176\u4ed6\u6350\u6b3e\u8a08\u5283<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/hohcs.org.hk\/en\/other-donation-programmes\/embed\/#?secret=SDWCqbttSE\" width=\"600\" height=\"338\" title=\"&#8220;\u5176\u4ed6\u6350\u6b3e\u8a08\u5283&#8221; &#8212; \u57fa\u7763\u6559\u9748\u5be6\u5354\u6703\" data-secret=\"SDWCqbttSE\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\n\/* ]]> *\/\n<\/script>\n","description":"\u5176\u4ed6\u6350\u6b3e\u8a08\u5283 \u4fdd\u55ae\u50b3\u611b\u8a08\u5283 \u6709\u5426\u60f3\u904e\u4fdd\u55ae\u53d7\u76ca\u4eba\u53ef\u4ee5\u662f\u6148\u5584\u6a5f\u69cb\u7684\u540d\u5b57\uff1f\u6216\u662f\u900f\u904e\u4fdd\u55ae\u7684\u6350\u737b\u53bb\u95dc\u5fc3\u793e\u6703\u4e0a\u6709\u9700\u8981\u7684\u4eba\u58eb\uff1f\u5c0d\u65bc\u6148\u5584\u5718\u9ad4\u800c\u8a00\uff0c\u4e00\u7b46\u904e\u8f03\u5927\u7684\u6350\u6b3e\u66f4\u80fd\u5e6b\u52a9\u6148\u5584\u6a5f\u69cb\u62d3\u5c55\u4e0d\u540c\u7684\u670d\u52d9\uff0c\u6240\u4ee5\u9019\u7a2e\u6350\u6b3e\u65b9\u5f0f\u5728\u897f\u65b9\u4e5f\u5341\u5206\u6d41\u884c\u3002 \u5176\u5be6\u53ea\u8981\u6295\u4fdd\u4eba\u5728\u73fe\u6709\u7684\u4fdd\u55ae\u6216\u65b0\u4fdd\u55ae\u4e0a\uff0c\u6350\u8d08\u5168\u6578\u6216\u90e8\u4efd\u767e\u5206\u6bd4\u7684\u6295\u4fdd\u984d\u4e88\u6307\u5b9a\u7684\u6148\u5584\u6a5f\u69cb\uff0c\u7576\u53d7\u4fdd\u4eba\u8eab\u6545\u5f8c\uff0c\u90a3\u7b46\u4fdd\u55ae\u7684\u6307\u5b9a\u6350\u6b3e\u4fbf\u6703\u767c\u7d66\u6307\u5b9a\u7684\u6148\u5584\u6a5f\u69cb\uff0c\u900f\u904e\u9019\u7c21\u55ae\u65b9\u4fbf\u7684\u7a0b\u5e8f\uff0c\u4fbf\u53ef\u4ee5\u70ba\u6709\u9700\u8981\u7684\u4eba\u58eb\u9001\u4e0a\u4f60\u5011\u7684\u95dc\u61f7\u53ca\u652f\u6301\u3002 \u5982\u6b32\u9032\u4e00\u6b65\u4e86\u89e3\u9019\u9805\u6350\u6b3e\u8a08\u5283\uff0c\u53ef\u81f4\u96fb\u9748\u5be6\u50b3\u8a0a\u53ca\u7c4c\u52df\u90e8\uff1a2703 3373\u6216\u300c\u9999\u6e2f\u4eba\u58fd\u4fdd\u96aa\u5f9e\u696d\u54e1\u5354\u6703\u300d\u71b1\u7dda\uff1a2969 0277\u3002 \u907a\u7522\u994b\u8d08\u8a08\u5283 \u9999\u6e2f\u4eba\u5c0d\u65bc\u6148\u5584\u7fa9\u8ce3\u3001\u8ce3\u65d7\u3001\u7fa9\u8ce3\u734e\u5238\u7b49\u7c4c\u6b3e\u6d3b\u52d5\u5747\u8033\u719f\u80fd\u8a73\uff0c\u4f46\u5c0d\u65bc\u4ee5\u300c\u907a\u7522\u994b\u8d08\u300d\u7684\u65b9\u5f0f\u6350\u6b3e\u53ef\u80fd\u8f03\u70ba\u964c\u751f\uff0c\u5176\u5be6\u6350\u52a9\u4eba\u53ef\u4ee5\u900f\u904e\u907a\u56d1\uff0c\u5c07\u5168\u90e8\u6216\u90e8\u4efd\u7684\u8ca1\u7522\uff08\u53ef\u4ee5\u662f\u73fe\u91d1\u3001\u80a1\u7968\u3001\u7269\u54c1\u3001\u6a13\u5b87\u7b49\uff09\uff0c\u4ee5\u4e00\u6b21\u904e\u6216\u5b9a\u671f\u6350\u52a9\u7684\u65b9\u5f0f\uff0c\u6350\u737b\u4e88\u6307\u5b9a\u7684\u6148\u5584\u6a5f\u69cb\uff0c\u900f\u904e\u9019\u4e00\u7b46\u904e\u7684\u6350\u6b3e\uff0c\u6148\u5584\u6a5f\u69cb\u80fd\u66f4\u59a5\u5584\u767c\u5c55\u670d\u52d9\u3002 \u4f60\u4e5f\u5e0c\u671b\u5728\u907a\u9858\u4e0a\u652f\u6301\u9748\u5be6\u7684\u5de5\u4f5c\u55ce\uff1f\u5982\u6709\u6b64\u5fc3\u9858\uff0c\u6b61\u8fce\u806f\u7d61\u9748\u5be6\u50b3\u8a0a\u53ca\u7c4c\u52df\u90e8\uff1a \u96fb\u8a71\uff1a2703 3373 \u50b3\u771f\uff1a2702 8173 \u96fb\u90f5\uff1acrd@hohcs.org.hk \u5546\u754c\u53c3\u8207 \u591a\u5143\u5316\u5408\u4f5c\u65b9\u6cd5 \u9748\u5be6\u6b61\u8fce\u5404\u5927\u516c\u53f8\u4ee5\u4e0b\u5217\u65b9\u6cd5\u652f\u6301\u6211\u5011\uff1a \u653e\u7f6e\u6350\u6b3e\u7bb1 \u767c\u653e\u6350\u6b3e\u55ae\u5f35 \u6309\u6708\u6216\u4e00\u6b21\u904e\u6350\u52a9 \u52d5\u54e1\u54e1\u5de5\u6350\u6b3e\u6216\u53c3\u8207\u9748\u5be6\u7c4c\u6b3e\u6d3b\u52d5 \u8d0a\u52a9\uff0f\u6350\u8d08\u7269\u54c1 \u6b64\u5916\uff0c\u70ba\u914d\u5408\u516c\u53f8\u7684\u9700\u8981\uff0c\u9748\u5be6\u53ef\u6309\u516c\u53f8\u7684\u53d6\u5411\u800c\u5ea6\u8eab\u8a02\u9020\u4e0d\u540c\u7684\u5408\u4f5c\u8a08\u5283\uff0c\u4f7f\u5404\u516c\u53f8\u80fd\u59a5\u5584\u5730\u52d5\u54e1\u54e1\u5de5\u53c3\u8207\u516c\u76ca\u4e8b\u696d\u3002 \u9748\u5be6\u5408\u4f5c\u6a5f\u69cb\u5305\u62ec \u5982\u6709\u8208\u8da3\u6216\u4efb\u4f55\u67e5\u8a62\uff0c\u6b61\u8fce\u81f4\u96fb2703 3236\u6216\u96fb\u90f5\u81f3\u00a0ivanchan@hohcs.org.hk\u00a0\u8207\u50b3\u8a0a\u53ca\u7c4c\u52df\u90e8\u9673\u5148\u751f\u806f\u7d61\u3002","thumbnail_url":"https:\/\/hohcs.org.hk\/wp-content\/uploads\/2021\/10\/image1-1.jpeg"}