{"version":"1.0","provider_name":"Jangtse Choje His Eminence Kyabje Gosok Rinpoche Global Website","provider_url":"https:\/\/www.gosokrinpoche.com\/vi\/","author_name":"S Admin","author_url":"https:\/\/www.gosokrinpoche.com\/vi\/author\/steve\/","title":"\u0f56\u0f62\u0f92\u0fb1\u0f0b\u0f56\u0f5e\u0f72 - Jangtse Choje His Eminence Kyabje Gosok Rinpoche Global Website","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"5jZMDKQWC4\"><a href=\"https:\/\/www.gosokrinpoche.com\/vi\/glossary\/400-offerings\/\">\u0f56\u0f62\u0f92\u0fb1\u0f0b\u0f56\u0f5e\u0f72<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.gosokrinpoche.com\/vi\/glossary\/400-offerings\/embed\/#?secret=5jZMDKQWC4\" width=\"600\" height=\"338\" title=\"&#8220;\u0f56\u0f62\u0f92\u0fb1\u0f0b\u0f56\u0f5e\u0f72&#8221; &#8212; Jangtse Choje His Eminence Kyabje Gosok Rinpoche Global Website\" data-secret=\"5jZMDKQWC4\" 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.gosokrinpoche.com\/wp-includes\/js\/wp-embed.js\n<\/script>\n","description":"400 Offerings, Gyabshi; \u56db\u767e\u4f9b (\u52a0\u897f); Tibetan: \u0f56\u0f62\u0f92\u0fb1\u0f0b\u0f56\u0f5e\u0f72 (Gyabshi); Wylie: brgya bzhi; \uff08\u4e00\uff09\u56db\u767e\u4f9b\u7de3\u8d77\uff1a \u76f8\u50b3\uff0c\u5e1d\u91cb\u5929\u738b\u56e0\u5f80\u6614\u696d\u529b\uff0c\u62db\u81f4\u56db\u9b54\uff08\u5929\u5b50\u9b54\u3001\u7169\u60f1\u9b54\u3001\u860a\u9b54\u3001\u6b7b\u9b54\uff09\u4fb5\u64fe\uff0c\u75db\u82e6\u842c\u5206\uff0c\u7948\u8acb\u4f5b\u9640\u6551\u8b77\u3002 \u4f5b\u9640\u5373\u5165\u751a\u6df1\u79aa\u5b9a\uff0c\u5316\u73fe\u5ee3\u5927\u58c7\u57ce\uff0c\u53f3\u624b\u7d50\u52dd\u65bd\u5370\uff0c\u4ee5\u56db\u6307\u5c16\u52fe\u53ec\u56db\u9b54\uff0c\u9673\u8a2d\u56db\u985e\u4f9b\u990a\u7269\u54c1\uff0c\u5404\u6709\u767e\u7a2e\uff1a \u70ba\u9664\u5929\u5b50\u9b54\u6545\uff0c\u4f9b\u4e00\u767e\u500b \u98df\u5b50\uff1b\u767d\u8272\u6771\u65b9 \u70ba\u9664\u860a\u9b54\u6545\uff0c\u4f9b\u4e00\u767e\u500b\u5c0f\u64e6\u64e6(\u4f5b\u5854)\uff1b\u9ec3\u8272\u5357\u65b9 \u70ba\u9664\u7169\u60f1\u9b54\u6545\uff0c\u4f9b\u4e00\u767e\u76de\u71c8\uff1b\u7d05\u8272\u897f\u65b9 \u70ba\u9664\u6b7b\u9b54\u6545\uff0c\u4f9b\u4e00\u767e\u500b\u66ff\u8eab\u82bb\u50cf\u7b49\u3002\u9ed1\u8272\u5317\u65b9 \u6b64\u5373\u300c\u56db\u767e\u4f9b\u300d\u7684\u7531\u4f86\u3002\u5176\u5f8c\uff0c\u6b64\u6b8a\u52dd\u6cd5\u9580\u8f3e\u8f49\u50b3\u81f3\u8056\u9f8d\u731b (\u9f8d\u6a39) \u83e9\u85a9\uff0c\u8907\u7531\u9f8d\u731b\u50b3\u6388\u4e88\u5370\u5ea6\u8af8\u4f4d\u73ed\u667a\u9054\u53ca\u6210\u5c31\u8005\uff0c\u5f8c\u7d93\u4f5b\u667a\u5927\u8b6f\u5e2b\u50b3\u5165\u897f\u85cf\uff0c\u5982\u4eca\u5df2\u904d\u50b3\u65bc\u85cf\u50b3\u4f5b\u6559\u56db\u5927 \u6559\u6d3e\u3002 \uff08\u4e8c\uff09\u56db\u767e\u4f9b\u529f\u5fb7\u5229\u76ca\uff1a \u6b32\u8b49\u4f5b\u679c\uff0c\u9700\u65b7\u9664\u4e00\u5207\u7169\u60f1\u3001\u6240\u77e5\u4e8c\u969c\uff0c\u5713\u6eff\u8272\u3001\u6cd5\u4e8c\u8eab\u4e4b\u56e0\u2500\u2500\u798f\u5fb7\u3001\u667a\u6167\u4e8c\u7a2e\u8cc7\u7ce7\u3002 \u5373\u65bc\u4fee\u4f5b\u6cd5\uff0c\u4e43\u81f3\u4e16\u9593\u8cc7\u751f\uff0c\u7121\u4e0d\u9700\u8981\u798f\u5fb7\u3001\u667a\u6167\u3002 \u6642\u503c\u672b\u6cd5\uff0c\u4e94\u6fc1\u60e1\u4e16\uff0c\u543e\u8f29\u6240\u906d\u9022\u4e4b\u75be\u75c5\u3001\u9b25\u8acd\u3001\u707d\u5384\u3001\u9055\u7de3\u7b49\uff0c\u4ea6\u8f03\u5f80\u6614\u70ba\u76db\uff0c\u84cb\u4ee5\u798f\u65e5\u8584\u3001\u6167\u65e5\u6dfa\uff0c\u800c\u7169\u60f1\u65e5\u76ca\u71be\u76db\u6545\u3002 \u56db\u767e\u4f9b\u79b3\u89e3\u9664\u969c\u6cd5\uff0c\u6b63\u662f\u6d88\u9664\u696d\u969c\u3001\u589e\u9577\u798f\u6167\u7684\u4e00\u7a2e\u6b8a\u52dd\u6cd5\u9580\uff0c\u662f\u56e0\u70ba\u6b64\u6cd5\u4f9d\u5100\u8ecc\u5982\u6cd5\u61fa\u6094\u7f6a\u58ae\u696d\u969c\uff0c\u4e14\u4e0a\u4f9b\u5341\u65b9\u8af8\u4f5b\u3001\u672c\u5c0a\u3001\u83e9\u85a9\u3001\u7a7a\u884c\u3001 \u8b77\u6cd5\uff0c\u4e0b\u65bd\u516d\u9053\u773e\u751f\u3001\u51a4\u89aa\u50b5\u4e3b\u53ca\u90aa\u9b54\u9b3c\u9b45\uff0c\u53ef\u4ee4\u56db\u8cd3\u6085\u8db3\uff0c\u56db\u9b54\u8abf\u4f0f\u3002 \u8a73\u8a00\u4e4b\uff1a\u5316\u89e3\u51a4\u89aa\u50b5\u4e3b\u727d\u7e8f\uff0c\u5c0d\u6cbb\u60e1\u7b26\u5492\u8a5b\u50b7\u5bb3\uff0c\u5236\u9000\u76dc\u8cca\u6028\u6575\u3001\u90aa\u9b54\u9b3c\u795f\u4fb5\u5bb3\uff0c\u6d88\u9664\u7a2e\u7a2e\u975e\u6642\u6a6b\u6b7b\u3001\u5929\u707d\u3001\u75be\u75ab\u53ca\u5176\u4ed6\u4e00\u5207\u9055\u7de3\u969c\u7919\uff0c\u4ee4\u6b63\u6cd5\u3001\u5409\u7965\u5f97\u4ee5\u589e\u76db \u5ee3\u5927\uff0c\u4e26\u53ef\u589e\u9577\u798f\u5fb7\u3001\u667a\u6167\uff0c\u582a\u70ba\u7372\u5f97\u589e\u4e0a\u751f\u53ca\u6c7a\u5b9a\u5584\u4e4b\u52a9\u4f34\u3002 The Four Hundred Offerings practice is a profound method for purifying negative karma, removing obstacles, and accumulating merit and wisdom. It subdues the four [&hellip;]"}