{"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":"\u7531\u6bb7\u5207\u6b3e\u5f85\u5230\u5bec\u6055\u7684\u6559\u7267\u795e\u5b78 - \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"r2VSMAfR9n\"><a href=\"https:\/\/www.hkbts.edu.hk\/en\/presmessage\/the-pastoral-theology-from-hospitality-to-forgiveness\/\">Pastoral Theology\uff0dFrom Hospitality to Forgiveness<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.hkbts.edu.hk\/en\/presmessage\/the-pastoral-theology-from-hospitality-to-forgiveness\/embed\/#?secret=r2VSMAfR9n\" width=\"600\" height=\"338\" title=\"\u201c&quot;Pastoral Theology from Warm Hospitality to Forgiveness&quot; \u2014 Hong Kong Baptist Theological Seminary\" data-secret=\"r2VSMAfR9n\" 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 \u7531\u6bb7\u5207\u6b3e\u5f85\u5230\u5bec\u6055\u7684\u6559\u7267\u795e\u5b78 \u6bb7\u5207\u6b3e\u5f85\u662f\u9748\u6027\u7684\u8868\u73fe \u3000\u3000\u300c\u4e0d\u53ef\u5fd8\u8a18\u7528\u611b\u5fc3\u63a5\u5f85\u5ba2\u65c5\uff0c\u56e0\u70ba\u66fe\u6709\u63a5\u5f85\u5ba2\u65c5\u7684\uff0c\u4e0d\u77e5\u4e0d\u89ba\u5c31\u63a5\u5f85\u4e86\u5929\u4f7f\u3002\u300d\uff08\u4f86\u5341\u4e092\uff09 \u3000\u3000\u9019\u662f\u6211\u4e94\u5e74\u524d\u6240\u9818\u53d7\u3001\u601d\u60f3\u3001\u5b78\u7fd2\u7684\u7d93\u6587\uff0c\u5b83\u5c0d\u6211\u751f\u547d\u7684\u6210\u9577\u4ee5\u81f3\u795e\u5b78\u9662\u7684\u6210\u9577\uff0c\u90fd\u662f\u4e00\u7bc0\u91cd\u8981\u7684\u7d93\u6587\u3002 \u3000\u3000\u5728\u4e8c\u25cb\u25cb\u4e5d\u5e74\u4e00\u6708\u4e8c\u5341\u65e5\u7684\u65e9\u4e0a\uff0c\u6211\u8ddf\u795e\u5b78\u9662\u7684\u5168\u9ad4\u6210\u54e1\u5206\u4eab\u795e\u5b78\u9662\u672a\u4f86\u767c\u5c55\u7684\u85cd\u5716\u3002\u9996\u8981\u7684\u4e00\u9805\u91cd\u9ede\u662f\u5efa\u7acb\u795e\u5b78\u9662\u7684\u6bb7\u5207\u6b3e\u5f85\uff08hospitality\uff09\u3002\u6bb7\u5207\u6b3e\u5f85\u662f\u975e\u5e38\u91cd\u8981\u7684\uff0c\u56e0\u70ba\u6bb7\u5207\u6b3e\u5f85\u662f\u611b\u7684\u54c1\u683c\uff0c\u662f\u9748\u6027\u7684\u8868\u73fe\uff0c\u6bb7\u5207\u6b3e\u5f85\u662f\u4e00\u6240\u5177\u6709\u9748\u6027\u7684\u795e\u5b78\u9662\u7684\u8868\u73fe\u3002 \u8036\u7a4c\u57fa\u7763\u5c0d\u964c\u751f\u4eba\u7684\u611b\u548c\u6b3e\u5f85 \u3000\u3000\u751a\u9ebc\u662f\u6bb7\u5207\u6b3e\u5f85\uff1f \u3000\u3000\u5e0c\u4f2f\u4f86\u66f8\u5728\u4e0a\u8ff0\u4e00\u7bc0\u7d93\u6587\u7d66\u6211\u5011\u9019\u6a23\u7684\u63d0\u9192\uff1a\u300c\u4e0d\u53ef\u5fd8\u8a18\u7528\u611b\u5fc3\u63a5\u5f85\u5ba2\u65c5\u300d\uff0c\u53c8\u8aaa\uff1a\u300c\u56e0\u70ba\u66fe\u6709\u63a5\u5f85\u5ba2\u65c5\u7684\uff0c\u4e0d\u77e5\u4e0d\u89ba\u5c31\u63a5\u5f85\u4e86\u5929\u4f7f\u3002\u300d\u5728\u5e0c\u4f2f\u4f86\u66f8\uff0c\u63a5\u5f85\u5c31\u662fphiloxenia\uff0c\u662f\u6bb7\u5207\u6b3e\u5f85\uff0c\u662f\u5c0d\u964c\u751f\u4eba\u7684\u611b\u3002 \u3000\u3000\u6bb7\u5207\u6b3e\u5f85\u53ef\u898b\u65bc\u8036\u7a4c\u57fa\u7763\u5c0d\u5225\u4eba\u7684\u6b3e\u5f85\u3002\u8036\u7a4c\u57fa\u7763\u5728\u958b\u5c55\u7942\u7684\u5de5\u4f5c\u6642\uff0c\u8feb\u5207\u5730\u5230\u90a3\u4e9b\u964c\u751f\u7684\u3001\u908a\u7de3\u7684\u3001\u6709\u9700\u8981\u7684\u4eba\u7576\u4e2d\u6b3e\u5f85\u4ed6\u5011\u3002\u7942\u5728\u8fe6\u62ff\u5a5a\u7b75\u5c07\u6c34\u8b8a\u70ba\u9152\uff1b\u7528\u4e94\u9905\u4e8c\u9b5a\u9935\u98fd\u98e2\u9913\u7684\u7fa4\u773e\uff1b\u91ab\u6cbb\u88ab\u9b3c\u9644\u548c\u6709\u6b98\u75be\u7684\u4eba\u3002\u7942\u6b61\u8fce\u5b69\u7ae5\u548c\u5993\u5973\u3001\u7a05\u540f\u548c\u7f6a\u4eba\u3002 \u4e3b\u4eba\u8207\u5ba2\u4eba\u7684\u89d2\u8272\u4ea4\u66ff \u3000\u3000\u8036\u7a4c\u57fa\u7763\u4e0d\u50c5\u63a5\u5f85\u964c\u751f\u4eba\uff0c\u7942\u4e5f\u5750\u5728\u98ef\u684c\u524d\u4f5c\u5ba2\uff0c\u63a5\u53d7\u4ed6\u4eba\u7684\u6b3e\u5f85\u8207\u670d\u4f8d\u3002\u4e8b\u5be6\u4e0a\uff0c\u8036\u7a4c\u672c\u8eab\u5c31\u662f\u4e00\u500b\u6709\u9700\u8981\u7684\u964c\u751f\u4eba\u3002\u8036\u7a4c\u51fa\u751f\u65bc\u99ac\u5ec4\uff0c\u66fe\u662f\u7121\u5bb6\u53ef\u6b78\u7684\u5b30\u5152\u3001\u8d70\u96e3\u7684\u5c0f\u5b69\uff1b\u5230\u7942\u56db\u51fa\u50b3\u9053\u6642\uff0c\u7942\u9023\u6795\u9996\u7684\u5730\u65b9\u4e5f\u6c92\u6709\uff0c\u9084\u8981\u4f9d\u8cf4\u4e00\u4e9b\u5a66\u5973\u4f9b\u990a\uff0c\u800c\u4e14\u7942\u662f\u4e00\u500b\u4e0d\u88ab\u81ea\u5df1\u5bb6\u9109\u63a5\u7d0d\u7684\u5e73\u51e1\u4eba\uff0c\u662f\u88ab\u4eba\u553e\u68c4\u3001\u5632\u5f04\u7684\u300c\u7f6a\u72af\u300d\u3002 \u3000\u3000\u56e0\u6b64\uff0c\u8036\u7a4c\u57fa\u7763\u7684\u6b3e\u5f85\uff0c\u662f\u7942\u4f5c\u70ba\u4e3b\u4eba\u548c\u5ba2\u4eba\u9019\u5169\u500b\u89d2\u8272\u4e4b\u9593\u7684\u76f8\u4e92\u4ea4\u66ff\u3002\u8036\u7a4c\u6b61\u8fce\u6709\u9700\u8981\u7684\u4eba\uff0c\u4e5f\u9700\u8981\u53d7\u6b61\u8fce\uff1b\u8036\u7a4c\u6b3e\u5f85\u8ddf\u96a8\u7942\u7684\u4eba\uff0c\u4e5f\u9858\u610f\u53d7\u4ed6\u5011\u7684\u6b3e\u5f85\u3002\u8036\u7a4c\u6307\u51fa\uff0c\u7576\u4eba\u6b61\u8fce\u964c\u751f\u4eba\u3001\u9935\u990a\u98e2\u9913\u7684\u4eba\u3001\u63a2\u671b\u60a3\u75c5\u8005\uff0c\u90fd\u662f\u5c0d\u4eba\u5b50\u7684\u6069\u6148\u3002 \u6bb7\u5207\u6b3e\u5f85\u9700\u8981\u667a\u6167 \u3000\u3000\u53ef\u662f\uff0c\u5728\u4e00\u500b\u5145\u65a5\u8457\u7f6a\u60e1\u3001\u4e0d\u516c\u7fa9\u7684\u4e16\u754c\u4e2d\uff0c\u6211\u5011\u5c0d\u964c\u751f\u4eba\u7684\u6bb7\u5207\u6b3e\u5f85\uff0c\u662f\u9700\u8981\u667a\u6167\u8207\u6069\u5178\u7684\u7d50\u5408\u3002 \u3000\u3000\u4e00\u65b9\u9762\uff0c\u6bb7\u5207\u6b3e\u5f85\u9700\u8981\u667a\u6167\uff0c\u56e0\u70ba\u6211\u5011\u8981\u4ee5\u667a\u6167\u9762\u5c0d\u6b3e\u5f85\u7684\u4e00\u4e9b\u9650\u5236\u3002\u4eba\u7e3d\u6709\u8eab\u9ad4\u3001\u60c5\u611f\u3001\u7a7a\u9593\u3001\u8cc7\u6e90\u7684\u9650\u5236\u3002\u7576\u500b\u9ad4\u3001\u5bb6\u5ead\u3001\u570b\u5bb6\u3001\u6559\u6703\u4ee5\u6709\u9650\u7684\u8cc7\u6e90\u53bb\u4f9b\u61c9\u90a3\u4e9b\u8f03\u70ba\u5331\u4e4f\u7684\u4eba\uff0c\u6703\u6f38\u6f38\u9762\u5c0d\u6c42\u52a9\u8005\u4eba\u6578\u4e0d\u65b7\u589e\u52a0\u7684\u554f\u984c\uff0c\u800c\u6700\u7d42\u767c\u89ba\u81ea\u5df1\u529b\u6709\u4e0d\u902e\u3001\u96e3\u4ee5\u627f\u64d4\u3002\u7136\u800c\uff0c\u82e5\u4ed6\u5011\u8655\u8655\u8a08\u7b97\u3001\u4e8b\u4e8b\u537b\u6b65\uff0c\u4ed6\u5011\u4e5f\u5192\u8457\u6c92\u6709\u63a5\u5f85\u8036\u7a4c\u7684\u98a8\u96aa\u3002\u9664\u4e86\u8cc7\u6e90\u6709\u9650\u53ca\u65bd\u8207\u8005\u81ea\u8eab\u7684\u9650\u5236\u5916\uff0c\u6b3e\u5f85\u7684\u53e6\u4e00\u9650\u5236\u6216\u5b83\u96e3\u514d\u9047\u4e0a\u7684\u4e00\u500b\u96e3\u984c\uff0c\u662f\u90e8"}