var jabvfcr_selector; var jabvfcr_iframe = jQuery('.jabvfcr .js-inspector .js-site-preview-iframe')[0].contentWindow; jabvfcr_iframe.addEventListener("load", function() { jabvfcr_openInspector(); }); function jabvfcr_isValidSelector() { jQuery('.jabvfcr .invalid').addClass('dn'); var selector = jQuery('.jabvfcr .js-selector').val(); var isValid = jabvfcr_iframe.jabvfcr_isSelectorValid(selector); if (!isValid) { jQuery('.jabvfcr .invalid').removeClass('dn'); } return isValid; } function jabvfcr_selected(selector) { jQuery('.jabvfcr .js-selector').val(selector); jabvfcr_toggleOptions(); jQuery('.jabvfcr .invalid').addClass('dn'); } function jabvfcr_toggleOptions(hide) { jQuery('.jabvfcr .js-inspector .js-clear').toggleClass('dn', hide); } function jabvfcr_toggleOverlay(show) { jQuery('.jabvfcr .js-inspector')[show ? 'show' : 'hide'](); jQuery('body').css({ overflow: show ? 'hidden' : '' }); } function jabvfcr_updateCurrentSelector(selector) { jQuery('.jabvfcr .js-current-selector').text(selector); } function jabvfcr_getOptions() { var selector = jQuery('.jabvfcr .js-selector').val(); var manipulation = jQuery('.jabvfcr .js-manipulation:checked').val(); var content = tinyMCE.activeEditor && !tinyMCE.activeEditor.hidden ? tinyMCE.activeEditor.getContent() : jQuery('#content').val(); return { selector:selector, manipulation: manipulation, content: content }; } function jabvfcr_resetSelector() { jabvfcr_iframe.jabvfcr_resetSelector(); jQuery('.jabvfcr .js-selector').val(''); } function jabvfcr_openInspector() { jQuery('.jabvfcr .js-loading-screen').remove(); var selector = jQuery('.jabvfcr .js-selector').val(); if (selector && jabvfcr_iframe.jabvfcr_isSelectorValid(selector)) { jabvfcr_iframe.jabvfcr_updateSelector(selector); jabvfcr_toggleOptions(false); } jabvfcr_toggleOverlay(true); } function jabvfcr_saveSelector() { if (!jabvfcr_isValidSelector()) { return; } var data = { _ajax_nonce: jabvfcr_ajax.nonce, action: 'jabvfcr_save_selector', selector: jQuery('.jabvfcr .js-selector').val(), manipulation: jQuery('.jabvfcr .js-manipulation:checked').val(), content: tinyMCE.activeEditor && !tinyMCE.activeEditor.hidden ? tinyMCE.activeEditor.getContent() : jQuery('#content').val() }; jQuery.post(jabvfcr_ajax.url, data).then(function() { alert('Settings updated.'); }).fail(function() { alert('There was an unexpected error. Please try again.'); }); } (function ($) { jQuery( document ).on( 'tinymce-editor-init', function( event, editor ) { tinyMCE.activeEditor.onKeyUp.add(function(){ jabvfcr_iframe.jabvfcr_updateSelector(); }); tinyMCE.activeEditor.onChange.add(function(){ jabvfcr_iframe.jabvfcr_updateSelector(); }); }); jQuery('#content').keyup(function(){ jabvfcr_iframe.jabvfcr_updateSelector(); }); jQuery('#content').change(function(){ jabvfcr_iframe.jabvfcr_updateSelector(); }); $('.jabvfcr .js-inspector .js-clear').click(function(e) { jabvfcr_resetSelector(); jabvfcr_toggleOptions(); }); $('.jabvfcr .js-close-inspector').click(function(e) { e.preventDefault(); jabvfcr_toggleOverlay(false); }); $('.jabvfcr .js-toggle-advanced-options').click(function(e) { e.preventDefault(); $('.js-advanced-options').toggleClass('dn'); }); $('.jabvfcr form .js-submit').click(function(e) { e.preventDefault(); jabvfcr_saveSelector(); }); $('.jabvfcr form .js-selector').blur(function() { if (jabvfcr_isValidSelector()) { var selector = jQuery('.jabvfcr .js-selector').val(); jabvfcr_iframe.jabvfcr_updateSelector(selector); } }); $('.jabvfcr form .js-manipulation').change(function() { jabvfcr_iframe.jabvfcr_updateSelector(); }); $('.jabvfcr .js-open-inspector').click(function() { jabvfcr_openInspector(); }); })(jQuery); {"id":1,"name":"admin","url":"http:\/\/ghorbaghe.me","description":"","link":"https:\/\/ghorbaghe.me\/author\/admin\/","slug":"admin","avatar_urls":{"24":"https:\/\/secure.gravatar.com\/avatar\/7e6a7832988bd13e5f276cdf21852038?s=24&d=mm&r=g","48":"https:\/\/secure.gravatar.com\/avatar\/7e6a7832988bd13e5f276cdf21852038?s=48&d=mm&r=g","96":"https:\/\/secure.gravatar.com\/avatar\/7e6a7832988bd13e5f276cdf21852038?s=96&d=mm&r=g"},"meta":[],"yoast_head":"\nadmin, Author at GHORBAGHE<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ghorbaghe.me\/author\/admin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"profile\" \/>\n<meta property=\"og:title\" content=\"admin, Author at GHORBAGHE\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ghorbaghe.me\/author\/admin\/\" \/>\n<meta property=\"og:site_name\" content=\"GHORBAGHE\" \/>\n<meta property=\"og:image\" content=\"https:\/\/secure.gravatar.com\/avatar\/7e6a7832988bd13e5f276cdf21852038?s=500&d=mm&r=g\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"ProfilePage\",\"@id\":\"https:\/\/ghorbaghe.me\/author\/admin\/\",\"url\":\"https:\/\/ghorbaghe.me\/author\/admin\/\",\"name\":\"admin, Author at GHORBAGHE\",\"isPartOf\":{\"@id\":\"https:\/\/ghorbaghe.me\/#website\"},\"breadcrumb\":{\"@id\":\"https:\/\/ghorbaghe.me\/author\/admin\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ghorbaghe.me\/author\/admin\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ghorbaghe.me\/author\/admin\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ghorbaghe.me\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Archives for admin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ghorbaghe.me\/#website\",\"url\":\"https:\/\/ghorbaghe.me\/\",\"name\":\"GHORBAGHE\",\"description\":\"Get Latest News And Trending Updates Quickly | ghorbaghe\",\"publisher\":{\"@id\":\"https:\/\/ghorbaghe.me\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ghorbaghe.me\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ghorbaghe.me\/#organization\",\"name\":\"GHORBAGHE\",\"url\":\"https:\/\/ghorbaghe.me\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ghorbaghe.me\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ghorbaghe.me\/wp-content\/uploads\/2023\/11\/cropped-cropped-GHORBAGHE-1-removebg-preview.png\",\"contentUrl\":\"https:\/\/ghorbaghe.me\/wp-content\/uploads\/2023\/11\/cropped-cropped-GHORBAGHE-1-removebg-preview.png\",\"width\":720,\"height\":202,\"caption\":\"GHORBAGHE\"},\"image\":{\"@id\":\"https:\/\/ghorbaghe.me\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/ghorbaghe.me\/#\/schema\/person\/0836019924e8002fd7ba620edf896f39\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ghorbaghe.me\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7e6a7832988bd13e5f276cdf21852038?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7e6a7832988bd13e5f276cdf21852038?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\/\/ghorbaghe.me\"],\"mainEntityOfPage\":{\"@id\":\"https:\/\/ghorbaghe.me\/author\/admin\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"admin, Author at GHORBAGHE","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ghorbaghe.me\/author\/admin\/","og_locale":"en_US","og_type":"profile","og_title":"admin, Author at GHORBAGHE","og_url":"https:\/\/ghorbaghe.me\/author\/admin\/","og_site_name":"GHORBAGHE","og_image":[{"url":"https:\/\/secure.gravatar.com\/avatar\/7e6a7832988bd13e5f276cdf21852038?s=500&d=mm&r=g"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"ProfilePage","@id":"https:\/\/ghorbaghe.me\/author\/admin\/","url":"https:\/\/ghorbaghe.me\/author\/admin\/","name":"admin, Author at GHORBAGHE","isPartOf":{"@id":"https:\/\/ghorbaghe.me\/#website"},"breadcrumb":{"@id":"https:\/\/ghorbaghe.me\/author\/admin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ghorbaghe.me\/author\/admin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ghorbaghe.me\/author\/admin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ghorbaghe.me\/"},{"@type":"ListItem","position":2,"name":"Archives for admin"}]},{"@type":"WebSite","@id":"https:\/\/ghorbaghe.me\/#website","url":"https:\/\/ghorbaghe.me\/","name":"GHORBAGHE","description":"Get Latest News And Trending Updates Quickly | ghorbaghe","publisher":{"@id":"https:\/\/ghorbaghe.me\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ghorbaghe.me\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ghorbaghe.me\/#organization","name":"GHORBAGHE","url":"https:\/\/ghorbaghe.me\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ghorbaghe.me\/#\/schema\/logo\/image\/","url":"https:\/\/ghorbaghe.me\/wp-content\/uploads\/2023\/11\/cropped-cropped-GHORBAGHE-1-removebg-preview.png","contentUrl":"https:\/\/ghorbaghe.me\/wp-content\/uploads\/2023\/11\/cropped-cropped-GHORBAGHE-1-removebg-preview.png","width":720,"height":202,"caption":"GHORBAGHE"},"image":{"@id":"https:\/\/ghorbaghe.me\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ghorbaghe.me\/#\/schema\/person\/0836019924e8002fd7ba620edf896f39","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ghorbaghe.me\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7e6a7832988bd13e5f276cdf21852038?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7e6a7832988bd13e5f276cdf21852038?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/ghorbaghe.me"],"mainEntityOfPage":{"@id":"https:\/\/ghorbaghe.me\/author\/admin\/"}}]}},"_links":{"self":[{"href":"https:\/\/ghorbaghe.me\/wp-json\/wp\/v2\/users\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ghorbaghe.me\/wp-json\/wp\/v2\/users"}]}}