{"version":"1.0","provider_name":"Jangtse Choje His Eminence Kyabje Gosok Rinpoche Global Website","provider_url":"https:\/\/www.gosokrinpoche.com\/bo\/","author_name":"S Admin","author_url":"https:\/\/www.gosokrinpoche.com\/bo\/author\/steve\/","title":"\u0f66\u0f92\u0fb2\u0f7c\u0f63\u0f0b\u0f58\u0f0b\u0f49\u0f72\u0f0b\u0f64\u0f74\u0f0b\u0f62\u0fa9\u0f0b\u0f42\u0f45\u0f72\u0f42 - Jangtse Choje His Eminence Kyabje Gosok Rinpoche Global Website","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"3dSrg4FAFY\"><a href=\"https:\/\/www.gosokrinpoche.com\/bo\/glossary\/21-tara\/\">\u0f66\u0f92\u0fb2\u0f7c\u0f63\u0f0b\u0f58\u0f0b\u0f49\u0f72\u0f0b\u0f64\u0f74\u0f0b\u0f62\u0fa9\u0f0b\u0f42\u0f45\u0f72\u0f42<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.gosokrinpoche.com\/bo\/glossary\/21-tara\/embed\/#?secret=3dSrg4FAFY\" width=\"600\" height=\"338\" title=\"&#8220;\u0f66\u0f92\u0fb2\u0f7c\u0f63\u0f0b\u0f58\u0f0b\u0f49\u0f72\u0f0b\u0f64\u0f74\u0f0b\u0f62\u0fa9\u0f0b\u0f42\u0f45\u0f72\u0f42&#8221; &#8212; Jangtse Choje His Eminence Kyabje Gosok Rinpoche Global Website\" data-secret=\"3dSrg4FAFY\" 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":"21 Taras; \u5eff\u4e00\u5ea6\u6bcd\u00a0(\u5353\u9ebb \u5c3c\u4f11 \u672d\u5409); Tibetan: \u0f66\u0f92\u0fb2\u0f7c\u0f63\u0f0b\u0f58\u0f0b\u0f49\u0f72\u0f0b\u0f64\u0f74\u0f0b\u0f62\u0fa9\u0f0b\u0f42\u0f45\u0f72\u0f42 (Dolma nyi shu tsa gi);\u00a0 Wylie: sgrol ma nyi shu rtsa gcig; \u300a\u4e8c\u5341\u4e00\u5ea6\u6bcd\u79ae\u8b9a\u6587\u300b\u8005\uff0c\u4f9d\u300a\u5927\u85cf\u7d93\u300b\u8a18\u8f09\uff0c\u70ba\u6bd7\u76e7\u906e\u90a3\u4f5b\u6240\u8aaa\u6e05\u6de8\u6b63\u6cd5\uff0c\u5f9e\u4e0d\u540c\u5f62\u76f8\u3001\u6cd5\u5668\u3001\u771f\u8a00\u7b49\u89d2\u5ea6\uff0c\u5c0d\u4e09\u4e16\u8af8\u4f5b\u4e8b\u696d\u81ea\u6027\u2014\u2014\u5ea6\u6bcd\u6578\u6578\u606d\u656c\u79ae\u62dc\u3001\u8b9a\u980c\u3002\u6614\u5728\u5370\u5ea6\uff0c\u773e\u591a\u73ed\u667a\u9054\u3001\u6210\u5c31\u8005\u7686\u4f9d\u8056\u5ea6\u6bcd\u70ba\u672c\u5c0a\uff0c\u5c24\u4ee5\u5927\u4f9d\u6019\u963f\u5e95\u5cfd\u5c0a\u8005\u6700\u70ba\u8457\u540d\u3002 \u50b3\u5165\u96ea\u57df\u8056\u5730\u4e4b\u5f8c\uff0c\u6b77\u7d93\u5343\u8f09\uff0c\u65e5\u6708\u6240\u7167\uff0c\u971c\u9732\u6240\u589c\uff0c\u4e0d\u5206\u6559\u6d3e\uff0c\u7121\u8ad6\u7dc7\u7d20\uff0c\u7121\u4eba\u4e0d\u77e5\uff0c\u83ab\u4e0d\u606d\u8aa6\uff0c\u6de8\u4fe1\u6240\u81f4\uff0c\u611f\u61c9\u9053\u4ea4\uff0c\u52a0\u6301\u901f\u75be\uff0c\u70ba\u6700\u7b2c\u4e00\uff01\u82e5\u6c42\u4e16\u9593\u4e45\u3001\u66ab\u5229\u76ca\uff0c\u5982\u8ca1\u5bcc\u3001\u58fd\u547d\u3001\u540d\u8b7d\u3001\u6b0a\u52e2\u3001\u5b50\u55e3\u7b49\uff0c\u4e43\u81f3\u51fa\u4e16\u9593\u7a76\u7adf\u5b89\u6a02\u8005\uff0c\u8b02\u6c42\u8b49\u5f97\u6b63\u7b49\u89ba\u4f4d\uff0c\u4f46\u4f9d\u5982\u7406\u5982\u6cd5\u81f3\u5fc3\u4fee\u8aa6\u4e4b\u529b\uff0c\u7121\u4e0d\u901f\u6613\u4efb\u904b\u6210\u8fa6\u3002 \u53c8\u4ee5\u5f7c\u542b\u9802\u79ae\u3001\u4f9b\u990a\u3001\u61fa\u6094\u3001\u96a8\u559c\u7b49\u4e03\u652f\u6545\uff0c\u4ea6\u5171\u8a31\u70ba\u7a4d\u8cc7\u3001\u6de8\u969c\u6b8a\u52dd\u65b9\u4fbf\u3002\u6fc1\u4e16\u6709\u60c5\u798f\u8584\u6167\u52a3\uff0c\u7169\u60f1\u71be\u76db\u9020\u8af8\u60e1\u696d\uff0c\u6052\u70ba\u7a2e\u7a2e\u8af8\u82e6\u903c\u60f1\uff0c\u5fa9\u70ba\u9664\u82e6\u5f15\u767c\u5b89\u6a02\uff0c\u66f4\u9020\u60e1\u696d\u53d7\u7121\u91cf\u82e6\uff0c\u9577\u6642\u6dea\u58ae\u4e09\u6709\u82e6\u6d77\uff1b\u7e31\u70ba\u6210\u8fa6\u4fee\u6cd5\u8cc7\u5177\uff0c\u5e0c\u6c42\u73cd\u8ca1\u798f\u58fd\u81ea\u5728\uff0c\u4ea6\u611f\u5916\u5167\u79d8\u5bc6\u969c\u7919\uff0c\u904d\u6c42\u4e0d\u5f97\u5331\u4e4f\u6182\u60f1\u3002\u82e5\u4f9d\u6e05\u6de8\u7d93\u7e8c\u6559\u6388\uff0c\u4f9d\u6b62\u5ea6\u6bcd\u70ba\u672c\u5c0a\u5929\uff0c\u8a2d\u591a\u65b9\u4fbf\u79ae\u8b9a\u4f9b\u990a\uff0c\u90fd\u7121\u6563\u4e82\u81f3\u5fc3\u7948\u79b1\uff0c\u5fc5\u5f97\u7121\u908a\u529f\u5fb7\u52dd\u5229\uff0c\u662f\u7121\u865b\u8a91\u8ae6\u5be6\u4f5b\u8a9e\uff01"}