{"version":"1.0","provider_name":"Hong Kong Baptist Theological Seminary","provider_url":"https:\/\/www.hkbts.edu.hk\/en","author_name":"wordpress_publish","author_url":"https:\/\/www.hkbts.edu.hk\/en\/?p=author\/wordpress_publish\/","title":"\u671d\u5ba3\u8b1b\u7684\u65b9\u5411\u518d\u9081\u9032 - \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"haFF0nZs0r\"><a href=\"https:\/\/www.hkbts.edu.hk\/en\/presmessage\/marching-forward-again-in-the-direction-of-preaching\/\">Marching Forward Again in the Direction of Preaching<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.hkbts.edu.hk\/en\/presmessage\/marching-forward-again-in-the-direction-of-preaching\/embed\/#?secret=haFF0nZs0r\" width=\"600\" height=\"338\" title=\"\u201cMoving forward in the direction of preaching\u201d \u2014 Hong Kong Baptist Theological Seminary\" data-secret=\"haFF0nZs0r\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\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\/\/# sourceURL=https:\/\/www.hkbts.edu.hk\/wp-includes\/js\/wp-embed.js\n<\/script>","description":"\u5b78\u9662\u7c21\u4ecb \u8fd4\u56de\u4e3b\u9801 \u9662\u9577\u7684\u8a71 \u66f9\u5049\u5f64\u9662\u9577 \u671d\u5ba3\u8b1b\u7684\u65b9\u5411\u518d\u9081\u9032 \u5f9e2009\u5e74\u6211\u51fa\u4efb\u9662\u9577\uff0c\u4e0d\u77e5\u4e0d\u89ba\uff0c\u81f3\u4eca\u525b\u597d\u6574\u6574\u5341\u500b\u5e74\u982d\u3002\u56de\u671b\u9019\u5341\u8f09\u6b72\u6708\uff0c\u795e\u5e38\u5e38\u4ee5\u7cbe\u5de7\u5fae\u5999\u7684\u65b9\u5f0f\u6559\u5c0e\u6211\u3002\u7942\u7684\u667a\u6167\u5be6\u5728\u7121\u6cd5\u6e2c\u5ea6\uff0c\u53eb\u4eba\u5616\u5616\u7a31\u5947\u3002\u6bcf\u7576\u6211\u611f\u5230\u524d\u8def\u96e3\u884c\uff0c\u4e0d\u77e5\u61c9\u8a72\u5982\u4f55\u524d\u9032\uff0c\u795e\u7e3d\u662f\u4e00\u6b65\u6b65\u5f15\u5c0e\u6211\u3002\u7942\u6709\u6642\u85c9\u8457\u74b0\u5883\u767c\u51fa\u611f\u53ec\uff0c\u6709\u6642\u900f\u904e\u8001\u5e2b\u548c\u5b78\u751f\u5410\u9732\u7684\u5fc3\u8072\uff0c\u6216\u6559\u6703\u80a2\u9ad4\u7684\u547c\u559a\uff0c\u5f9e\u591a\u65b9\u591a\u9762\u6307\u5f15\u8457\u5b78\u9662\u9010\u6b65\u524d\u884c\u3002 \u4e58\u8457\u9748\u98a8\u524d\u884c \u3000\u3000\u7336\u8a18\u5f97\u6211\u64d4\u4efb\u9662\u9577\u4e4b\u521d\uff0c\u6df1\u611f\u5b78\u9662\u7684\u9818\u5c0e\u5de5\u4f5c\u5fc5\u9808\u4ee5\u5c6c\u9748\u751f\u547d\u4f5c\u70ba\u57fa\u790e\uff0c\u914d\u4ee5\u9069\u5ea6\u7684\u7ba1\u7406\u5b78\u89c0\u9ede\u548c\u777f\u898b\uff0c\u4f5c\u70ba\u8f14\u52a9\u3002\u6240\u4ee5\uff0c\u6211\u5e38\u628a\u9019\u8a71\u639b\u5728\u53e3\u908a\uff1a\u795e\u5b78\u9662\u662f\u4e00\u6240\u5b78\u8853\u6a5f\u69cb\uff0c\u7e3d\u5f97\u6709\u8fa6\u4e8b\u898f\u5247\uff1b\u7136\u800c\uff0c\u8655\u7406\u4eba\u548c\u4e8b\uff0c\u537b\u61c9\u7576\u60c5\u7406\u517c\u5099\u3002\u7576\u898f\u5247\u5b9a\u4e86\u4e0b\u4f86\uff0c\u5404\u4eba\u4fbf\u53ef\u81ea\u52d5\u81ea\u89ba\u3001\u5408\u60c5\u5408\u7406\u5730\u9075\u5b88\u3002\u660e\u6587\u898f\u5247\u4e0d\u5b9c\u592a\u7e41\u8907\u5197\u8d05\u3002\u6211\u5e0c\u671b\u5118\u91cf\u5c07\u884c\u653f\u7cbe\u7c21\uff0c\u8b93\u8001\u5e2b\u7684\u7cbe\u529b\u96c6\u4e2d\u65bc\u57f9\u80b2\u5b78\u751f\u3001\u7814\u7a76\u5beb\u4f5c\u3001\u5e6b\u52a9\u6559\u6703\u3002\u53e6\u4e00\u65b9\u9762\uff0c\u6211\u8003\u616e\u5230\u5b78\u9662\u61c9\u7576\u4f5c\u597d\u7ba1\u5bb6\uff0c\u5584\u7528\u6350\u737b\u8005\u70ba\u5b78\u9662\u4ed8\u51fa\u7684\u611b\u5fc3\u5949\u737b\uff0c\u6240\u4ee5\u5fc5\u9808\u5c07\u5b78\u9662\u5bf6\u8cb4\u7684\u8cc7\u6e90\uff0c\u7528\u5f97\u5176\u6240\u3002\u56e0\u6b64\uff0c\u6211\u4e0a\u4efb\u521d\u671f\uff0c\u65e2\u6c92\u6709\u5927\u8208\u571f\u6728\uff0c\u4e5f\u6c92\u6709\u9078\u64c7\u4ee5\u300c\u5546\u696d\u300d\u601d\u7dad\u6a21\u5f0f\u53bb\u5e36\u9818\u5b78\u9662\u3002 \u3000\u3000\u5728\u5b78\u9662\u5167\uff0c\u6211\u5011\u5e38\u8aaa\uff1a\u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662\uff08\u300c\u6d78\u795e\u300d\uff09\u662f\u4e00\u500b\u5c6c\u9748\u7fa4\u9ad4\uff08spiritual community\uff09\uff0c\u662f\u4e3b\u8036\u7a4c\u57fa\u7763\u7684\u9580\u5f92\u7fa4\u9ad4\uff08disciplecommunity\uff09\uff0c\u8457\u91cd\u4eba\u8207\u795e\u3001\u4eba\u8207\u4eba\u7684\u95dc\u4fc2\u3002\u9580\u5f92\u7fa4\u9ad4\u7684\u6210\u54e1\uff0c\u65e2\u64c1\u62b1\u7fa4\u9ad4\u5167\u7684\u5dee\u7570\u6027\u3001\u591a\u6a23\u6027\uff0c\u540c\u6642\u53c8\u4fdd\u7559\u7fa4\u9ad4\u7368\u7279\u7684\u8eab\u5206\u548c\u4fe1\u5ff5\u2500\u2500\u5c31\u662f\u8b93\u8036\u7a4c\u57fa\u7763\u7684\u6545\u4e8b\uff0c\u6210\u70ba\u7fa4\u9ad4\u5167\u5404\u4eba\u751f\u547d\u7684\u6545\u4e8b\u3002\u9019\u662f\u4e00\u500b\u95dc\u4e4e\u300c\u611b\u300d\u7684\u6545\u4e8b\u3002\u611b\uff0c\u662f\u9580\u5f92\u7fa4\u9ad4\u7684sine qua non\uff08\u5fc5\u8981\u689d\u4ef6\uff09\u3002\u9580\u5f92\u7fa4\u9ad4\u5c31\u50cf\u4e00\u500b\u5bb6\u5ead\uff0c\u56e0\u70ba\u5bb6\u5ead\u4e5f\u662f\u4e00\u500b\u4ee5\u611b\u76f8\u7e6b\u7684\u7fa4\u9ad4\u3002\u9580\u5f92\u7fa4\u9ad4\u5167\u5f7c\u6b64\u4e4b\u9593\u7684\u611b\uff0c\u4e0d\u61c9\u4ee5\u5bb6\u9577\u5f0f\u64cd\u63a7\u7684\u5f62\u614b\u51fa\u73fe\uff0c\u800c\u662f\u4e00\u7a2e\u5b58\u5728\u65bc\u7236\u6bcd\u5b50\u5973\u3001\u5144\u5f1f\u59ca\u59b9\u4e4b\u9593\u7684\u89aa\u60c5\u3002\u5f9e\u53e6\u4e00\u89d2\u5ea6\u800c\u8a00\uff0c\u9580\u5f92\u7fa4\u9ad4\u4e5f\u662f\u4e00\u500b\u5c6c\u9748\u7fa4\u9ad4\uff0c\u56e0\u70ba\u6211\u5011\u540c\u5c6c\u8036\u7a4c\u57fa\u7763\u7684\u8eab\u9ad4\uff0c\u5f7c\u6b64\u806f\u7d61\u4f5c\u80a2\u9ad4\u3002 \u3000\u3000\u300c\u6d78\u795e\u300d\u5c31\u5728\u300c\u7fa4\u9ad4\u300d\uff08Gemeinschaft\uff09\u548c\u300c\u793e\u5718\u300d\uff08Gesellschaft\uff09\u9019\u5169\u500b\u7406\u5ff5\u4e4b\u9593\uff0c\u7e7c\u7e8c\u4e58\u8457\u9748\u98a8\u524d\u884c\u3002 \u7e7c\u7e8c\u63a2\u7d22\u524d\u8def \u3000\u3000\u904e\u5f80\u4e00\u6bb5\u65e5\u5b50\uff0c\u6211\u5fc3\u88e1\u6709\u9ede\u6399\u624e\uff1a\u5230\u5e95\u300c\u6d78\u795e\u300d\u6709\u4f55\u7368\u7279\u4e4b\u8655\uff1f\u74b0\u9867\u5176\u4ed6\u795e\u5b78\u9662\uff0c\u5176\u4e2d\u6709\u4e9b\u6b63\u52aa\u529b\u5efa\u7acb\u81ea\u5df1\u7684\u7279\u8272\u3002\u4f8b\u5982\uff0c\u6709\u795e\u5b78\u9662\u900f\u904e\u6d41\u52d5\u61c9\u7528\u7a0b\u5f0f\u63d0\u4f9b\u9748\u4fee\u6750\u6599\uff0c\u70ba\u4fe1\u5f92\u5e36\u4f86\u7f8e\u597d\u7684\u5e6b\u52a9\u3002\u6211\u7e7c\u7e8c\u601d\u8003\uff1a\u300c\u6d78\u795e\u300d\u662f\u5426\u9808\u8981\u91cd\u8907\u5176\u4ed6\u6a5f\u69cb\u7684\u5de5\u4f5c\uff1f\u6291\u6216\uff0c\u5927\u5bb6\u61c9\u7576\u5f7c\u6b64\u5206\u5de5\uff0c\u5404\u505a\u81ea\u5df1\u64c5\u9577\u7684\u4e8b\uff1f \u3000\u3000\u4e00\u76f4\u4ee5\u4f86\uff0c\u300c\u6d78\u795e\u300d\u9019\u500b\u5718\u968a\u6240\u5efa\u69cb\u7684\u795e\u5b78\uff0c\u662f"}