{"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":"\u6bcf\u6708\u6350\u6b3e\u8a08\u5283","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"L4WJMDmmZE\"><a href=\"https:\/\/hohcs.org.hk\/en\/monthly-donation\/\">\u6bcf\u6708\u6350\u6b3e\u8a08\u5283<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/hohcs.org.hk\/en\/monthly-donation\/embed\/#?secret=L4WJMDmmZE\" width=\"600\" height=\"338\" title=\"&#8220;\u6bcf\u6708\u6350\u6b3e\u8a08\u5283&#8221; &#8212; \u57fa\u7763\u6559\u9748\u5be6\u5354\u6703\" data-secret=\"L4WJMDmmZE\" 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":"\u6bcf\u6708\u6350\u6b3e\u8a08\u5283 \u9748\u5be6\u80a9\u8ca0\u300c\u5c0a\u91cd\u751f\u547d\u2027\u6539\u8b8a\u751f\u547d\u300d\u7684\u7cbe\u795e\uff0c\u6bcf\u5e74\u7a4d\u6975\u7c4c\u52df\u984d\u5916\u8cc7\u6e90\uff0c\u70ba\u6709\u9700\u8981\u7684\u4eba\u63d0\u4f9b\u514d\u8cbb\u6216\u512a\u60e0\u7684\u91ab\u7642\u53ca\u793e\u6703\u670d\u52d9\uff0c\u5305\u62ec\u300c\u611b\u5fc3\u50b3\u9938\u300d\u98df\u7269\u6148\u60e0\u8a08\u5283\u3001\u514d\u8cbb\u4e2d\u91ab\u8a3a\u7642\u670d\u52d9\u3001\u514d\u8cbb\u767d\u5167\u969c\u6458\u9664\u624b\u8853\u7b49\u3002\u70ba\u9032\u4e00\u6b65\u64f4\u5c55\u5404\u9805\u670d\u52d9\uff0c\u9748\u5be6\u6bcf\u5e74\u5747\u8209\u8fa6\u5404\u9805\u7c4c\u6b3e\u6d3b\u52d5\u53ca\u52df\u6350\u8a08\u5283\uff0c\u4ee5\u5438\u7d0d\u66f4\u591a\u5584\u9577\u7684\u652f\u6301\uff0c\u56de\u61c9\u793e\u6703\u7684\u9700\u8981\u3002 \u6211\u5011\u57282019\/20\u5e74\u5ea6\uff0c\u670d\u52d9\u8d85\u904e76\u842c\u4eba\u6b21\uff0c\u60a8\u7684\u6350\u737b\u53ef\u4ee5\u5e6b\u52a9\u7121\u6578\u5b64\u82e6\u7121\u4f9d\u7684\u4eba\uff0c\u8acb\u8207\u6211\u5011\u4e00\u8d77\u300c\u5c0a\u91cd\u751f\u547d\u2027\u6539\u8b8a\u751f\u547d\u300d\u3002 \u6350\u6b3e\u67e5\u8a62\u96fb\u8a71\uff1a2703 3284 \u4e0b\u8f09\u6350\u6b3e\u8868\u683c \u5176\u4ed6\u6350\u6b3e\u65b9\u6cd5 1. \u7db2\u4e0a\u6350\u6b3e \u76f4\u63a5\u900f\u904e\u6211\u5011\u7684\u5b89\u5168\u4f3a\u670d\u5668\u9032\u884c\u55ae\u6b21\u6216\u6bcf\u6708\u7db2\u4e0a\u6350\u6b3e\uff0c\u624b\u7e8c\u5feb\u6377\u65b9\u4fbf\u3002\u6211\u5011\u66f4\u63a1\u7528SSL\u6280\u8853\u53ca\u591a\u9805\u56b4\u8b39\u63aa\u65bd\u4fdd\u969c\u60a8\u7684\u500b\u4eba\u8cc7\u6599\u3002\u7db2\u4e0a\u6350\u6b3e\u8acb\u6309\u6b64\u3002 2. \u5283\u7dda\u652f\u7968\u6350\u6b3e \u652f\u7968\u62ac\u982d\u300c\u57fa\u7763\u6559\u9748\u5be6\u5354\u6703\u300d\uff0c\u9023\u540c\u6709\u95dc\u6350\u6b3e\u8868\u683c\u5bc4\u56de\u7d66\u6211\u5011\u3002 3. \u76f4\u63a5\u6350\u6b3e\/\u81ea\u52d5\u6ac3\u54e1\u6a5f\u6350\u6b3e \u5229\u7528\u904d\u4f48\u5168\u6e2f\u7684\u4e2d\u570b\u9280\u884c\u53ca\u9280\u901a\u81ea\u52d5\u6ac3\u54e1\u6a5f\u76f4\u63a5\u6350\u6b3e\u5230\u9748\u5be6\u8cec\u6236012-874-1-035785-2 (Haven of Hope Christian Service)\u3002 4. \u81ea\u52d5\u8f49\u8cec \u53ef\u9078\u64c7\u4ee5\u9280\u884c\u81ea\u52d5\u8f49\u8cec\u5f62\u5f0f\uff0c\u6bcf\u6708\u5b9a\u671f\u6350\u52a9\u9748\u5be6\u3002 \u8acb\u586b\u59a5\u6709\u95dc\u6388\u6b0a\u66f8\u00a0(\u6350\u6b3e\u8868\u683c\u7b2c\u4e8c\u9801)\u00a0\u90f5\u5bc4\u6216\u50b3\u771f\u81f3\u9748\u5be6\u50b3\u8a0a\u53ca\u7c4c\u52df\u90e8 5. \u4fe1\u7528\u54ad\u6350\u6b3e \u53ef\u9078\u64c7\u4ee5\u4fe1\u7528\u54ad\u6bcf\u6708\u5b9a\u671f\u6216\u55ae\u4e00\u6b21\u6350\u52a9\u57fa\u7763\u6559\u9748\u5be6\u5354\u6703\u3002\u8acb\u586b\u59a5\u6709\u95dc\u6388\u6b0a\u66f8(\u6350\u6b3e\u8868\u683c\u7b2c\u4e8c\u9801)\u90f5\u5bc4\u6216\u50b3\u771f\u81f3\u9748\u5be6\u50b3\u8a0a\u53ca\u7c4c\u52df\u90e8 6. \u7e73\u8cbb\u9748\u6350\u6b3e \u300c\u7e73\u8cbb\u9748\u300d\u7528\u6236\u53ef\u81f4\u96fb18033\u6216\u767b\u5165www.ppshk.com\u6350\u6b3e\u3002 \u57fa\u7763\u6559\u9748\u5be6\u5354\u6703\u5546\u6236\u7de8\u865f\u70ba\u300c9453\u300d\u3002 \u5982\u70ba\u73fe\u6709\u9748\u5be6\u652f\u6301\u8005\uff0c\u8acb\u5728\u8cec\u55ae\u865f\u78bc\u4e00\u6b04\u8f38\u5165\u60a8\u7684\u6350\u6b3e\u8005\u7de8\u865f\uff1b\u82e5\u672a\u6709\u6350\u6b3e\u8005\u7de8\u865f\uff0c\u8acb\u8f38\u5165\u60a8\u7684\u806f\u7d61\u96fb\u8a71\u4ee5\u4f9b\u806f\u7d61\u4e4b\u7528\u3002 7. \u4fbf\u5229\u5e97\u6350\u6b3e \u53ef\u900f\u904e\u5168\u6e2f7-11\u4fbf\u5229\u5e97\u4ee5\u73fe\u91d1\u6350\u6b3e\u4e88\u57fa\u7763\u6559\u9748\u5be6\u5354\u6703\u00a0(\u6700\u4f4e\u6350\u6b3e\u984d\u70ba\u6e2f\u5e63\u4e00\u767e\u5143)\u3002 \u6536\u9280\u54e1\u65bc\u5b8c\u6210\u4ea4\u6613\u5f8c\u6703\u767c\u51fa\u4ea4\u6613\u7d00\u9304\u7d66\u6350\u6b3e\u8005\u3002 \u8acb\u4fdd\u7559\u4ea4\u6613\u7d00\u9304\uff0c\u7136\u5f8c\u90f5\u5bc4\u81f3\u65b0\u754c\u5c07\u8ecd\u6fb3\u9748\u5be6\u8def7\u865f\u57fa\u7763\u6559\u9748\u5be6\u5354\u6703\u50b3\u8a0a\u53ca\u7c4c\u52df\u90e8\uff0c\u4ee5\u4fbf\u7d22\u53d6\u6b63\u5f0f\u6536\u64da\u3002\uff08\u8acb\u651c\u540c\u5370\u6709\u6148\u5584\u6a5f\u69cb\u689d\u78bc\u4e4b\u5ba3\u50b3\u7269\u54c1\u6216\u4e0b\u8f09\u6350\u6b3e\u8868\u683c\u5230\u5168\u6e2f\u4efb\u4f55\u4e00\u95937-11\u4fbf\u5229\u5e97\u6350\u6b3e\uff09 8. \u89aa\u8eab\u6350\u6b3e \u53ef\u65bc\u8fa6\u516c\u6642\u9593\u661f\u671f\u4e00\u81f3\u4e94\u4e0a\u53489\u6642\u81f3\u4e0b\u53485\u6642\uff0c\u651c\u540c\u6350\u6b3e\uff08\u652f\u7968\uff0f\u73fe\u91d1\uff09\u5230\u9748\u5be6\u50b3\u8a0a\u53ca\u7c4c\u52df\u90e8\u3002 9. \u6350\u6b3e\u7bb1 \u628a\u5584\u6b3e\u6295\u5165\u8a2d\u7f6e\u65bc\u57fa\u7763\u6559\u9748\u5be6\u5354\u6703\u670d\u52d9\u55ae\u4f4d\u7684\u6350\u6b3e\u7bb1\u5167\u3002","thumbnail_url":"https:\/\/hohcs.org.hk\/wp-content\/uploads\/2021\/10\/image1-1.jpeg"}