{"id":3588,"date":"2020-09-05T15:47:00","date_gmt":"2020-09-05T15:47:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3588"},"modified":"2022-10-17T22:46:57","modified_gmt":"2022-10-17T22:46:57","slug":"open-github-gists-in-new-window-in-genesis","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/open-github-gists-in-new-window-in-genesis\/","title":{"rendered":"Open GitHub Gists in New Window in WordPress"},"content":{"rendered":"\n<p>Add the following code to your theme\u2019s function.php file, or a functionality plugin to modify Open GitHub Gists in New Window in WordPress.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wp_enqueue_script( 'gist-embeds-new-tab',  get_bloginfo( 'stylesheet_directory' ) . '\/js\/gist-embeds-new-tab.js', array( 'jquery' ), '1.0.0' );<\/code><\/pre>\n\n\n\n<p>To open GitHub Gists in a new Window in WordPress adjust the jQuery in the Gist to include the &#8220;Target = _Blank&#8221; code.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>jQuery(document).ready(function($){$('.gist-meta').find('a').attr('target', '_blank'); });<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Add the following code to your theme\u2019s function.php file, or a functionality plugin to modify Open GitHub Gists in New Window in WordPress. To open GitHub Gists in a new Window in WordPress adjust the jQuery in the Gist to include the &#8220;Target = _Blank&#8221; code.<\/p>\n","protected":false},"author":1,"featured_media":3547,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","iawp_total_views":4,"wds_primary_category":56,"footnotes":""},"categories":[56],"tags":[197,198],"class_list":{"0":"post-3588","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"tag-github-gists","9":"tag-new-window","10":"entry"},"featured_image_src":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2018\/09\/code-snippits-600x400.jpg","featured_image_src_square":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2018\/09\/code-snippits-600x515.jpg","author_info":{"display_name":"Jack Alltrade","author_link":"https:\/\/purelysupp.com\/wordpress\/author\/jacka11trade\/"},"_links":{"self":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3588","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/comments?post=3588"}],"version-history":[{"count":3,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3588\/revisions"}],"predecessor-version":[{"id":10662,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3588\/revisions\/10662"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media\/3547"}],"wp:attachment":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media?parent=3588"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3588"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3588"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}