{"version":"1.0","provider_name":"Hong Kong Baptist Theological Seminary","provider_url":"https:\/\/www.hkbts.edu.hk\/en","author_name":"iris","author_url":"https:\/\/www.hkbts.edu.hk\/en\/?p=author\/iris\/","title":"\u4fe1\u606f\u77ed\u8b1b\u521d\u968e\uff08\u4e0b\uff09 - \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"Y6AEI61KZY\"><a href=\"https:\/\/www.hkbts.edu.hk\/en\/waec\/%e4%bf%a1%e6%81%af%e7%9f%ad%e8%ac%9b%e5%88%9d%e9%9a%8e%ef%bc%88%e4%b8%8b%ef%bc%89\/\">Basic Homiletics in Practice 2<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.hkbts.edu.hk\/en\/waec\/%e4%bf%a1%e6%81%af%e7%9f%ad%e8%ac%9b%e5%88%9d%e9%9a%8e%ef%bc%88%e4%b8%8b%ef%bc%89\/embed\/#?secret=Y6AEI61KZY\" width=\"600\" height=\"338\" title=\"\u201c&quot;Introduction to Short Messages (Part 2)&quot; \u2014 Hong Kong Baptist Theological Seminary\" data-secret=\"Y6AEI61KZY\" 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":"\u8ab2\u7a0b\u53ca\u5165\u5b78 \u8fd4\u56de\u4e3b\u9801 \u4fe1\u606f\u77ed\u8b1b\u521d\u968e\uff08\u4e0b\uff09 Please refer to the Chinese page. \u79d1\u76ee \u4fe1\u606f\u77ed\u8b1b\u521d\u968e\uff08\u4e0b\uff09 \u5167\u5bb9 \u6b64\u8ab2\u7a0b\u70ba\u5df2\u5b8c\u6210\u300c\u4fe1\u606f\u77ed\u8b1b\u521d\u968e\uff08\u4e0a\uff09\u300d\u800c\u8a2d\uff0c\u5e6b\u52a9\u5b78\u54e1\u63d0\u6607\u5728\u6559\u6703\u805a\u6703\u4e2d\u77ed\u8b1b\u7684\u611f\u67d3\u529b\u548c\u8aaa\u670d\u529b\uff0c\u6210\u70ba\u53d7\u6b61\u8fce\u7684\u77ed\u8b1b\u8005\u3002 \u8ab2\u7a0b\u5167\u5bb9\uff1a \u5982\u4f55\u63d0\u6607\u77ed\u8b1b\u7684\u5438\u5f15\u529b \u8b1b\u7a3f\u7d50\u69cb\u5206\u6790 \u77ed\u8b1b\u9810\u5099\u8207\u5802\u4e0a\u5be6\u7fd2*\uff08*\u5b78\u54e1\u9700\u9810\u5099\u4e00\u6b2115\u5206\u9418\u77ed\u8b1b\uff09 \u8b1b\u5e2b \u96f7\u5065\u751f\u7267\u5e2b\/\u535a\u58eb \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662 \u8b1b\u9053\u5b78\u52a9\u7406\u6559\u6388\u517c\u9662\u7267 \u53f0\u7063\u795e\u5b78\u9662\u795e\u5b78\u535a\u58eb (\u4e3b\u4fee\u8b1b\u9053\u5b78)\u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662\u795e\u5b78\u78a9\u58eb \u5efa\u9053\u795e\u5b78\u9662\u9053\u5b78\u78a9\u58eb\u66fe\u5728\u9285\u947c\u7063\u6d78\u4fe1\u6703\u5168\u8077\u7267\u6703\u8fd1\u5341\u4e03\u5e74 \u5c0d\u8c61 \u6709\u610f\u88dd\u5099\u81ea\u5df1\u65bc\u5404\u7a2e\u805a\u6703\u4e2d\u6210\u70ba\u66f4\u597d\u7684\u77ed\u8b1b\u8005 \u3002 \u65e5\u671f 2024\u5e746\u670817\u81f37\u670815\u65e5\uff08\u96647\u67081\u65e5\u5916\uff0c\u9022\u79ae\u62dc\u4e00\uff0c\u5171\u56db\u5802\uff09 \u6642\u9593 7:15 \u2013 9:30pm \u5730\u9ede \u4e5d\u9f8d\u65fa\u89d2\u5f3c\u885756\u865f\u57fa\u7763\u6559\u5927\u6a137\u6a13 \u8cbb\u7528 HK$500 \u540d\u984d 20\u4eba(10\u4eba) \u5099\u8a3b \u4e09\u4eba\u6216\u4ee5\u4e0a\u96c6\u9ad4\u5831\u8b80\uff0c\u5b78\u8cbb\u6bcf\u4eba\u70baHK$465 \u540c\u6642\u5831\u8b80\u300c\u4fe1\u606f\u77ed\u8b1b\u521d\u968e\uff08\u4e0b\uff09\u300d\uff0c\u5169\u79d1\u5408\u5171\u6bcf\u4ebaHK$890\u3002 \u4e09\u4eba\u6216\u4ee5\u4e0a\u96c6\u9ad4\u5167\u540c\u6642\u5831\u8b80\u300c\u4fe1\u606f\u77ed\u8b1b\u521d\u968e\uff08\u4e0b\uff09\u300d\uff0c\u5169\u79d1\u5408\u5171\u6bcf\u4eba$870\u3002 \u90f5\u5bc4\u5831\u540d\u8868\u53ca\u652f\u7968\uff0c\u65e5\u671f\u4ee5\u90f5\u6233\u70ba\u6e96\u3002\u5df2\u7e73\u4ea4\u4e4b\u5b78\u8cbb\uff0c\u5b78\u984d\u4e0d\u53ef\u8f49\u8b93\u3002 \u4fee\u7562\u4fe1\u606f\u77ed\u8b1b\u521d\u968e\uff08\u4e0a\uff09\u53ca\uff08\u4e0b\uff09\uff08\u516b\u5802\u517118\u5c0f\u6642\uff09\uff0c\u51fa\u5e2d\u7387\u9054\u516b\u6210\u4ee5\u4e0a\u53ef\u7372\u4fee\u8ab2\u8b49\u660e\u3002 \u65e5\u5f8c\u5831\u8b80\u672c\u9662\u4fe1\u5f92\u795e\u5b78\u6559\u80b2\u90e8\u4e4b\u4fe1\u5f92\u666e\u53ca\u795e\u5b78\u6587\u6191\uff0f\u8b49\u66f8\u8ab2\u7a0b\u4e26\u6210\u70ba\u8a3b\u518a\u751f\uff0c\u6191\u4fee\u8ab2\u8b49\u660e\u53ef\u7372\u8c41\u514d\u4fee\u8b80\u9078\u4fee\u79d1\u4e00\u79d1\u3002 \u622a\u6b62\u5831\u540d\u65e5\u671f 2024-6-10 \u5831\u540d\u8868 \u7db2\u4e0a\u5831\u540d \u4e0b\u8f09\u5831\u540d\u8868\u683c","thumbnail_url":"https:\/\/www.hkbts.edu.hk\/wp-content\/uploads\/2023\/08\/Frame-Photo-10-atec-music.webp"}