javascript 强制打开新标签Gist Github页脚/元链接 - 子主题wp_enqueue_script功能

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 强制打开新标签Gist Github页脚/元链接 - 子主题wp_enqueue_script功能相关的知识,希望对你有一定的参考价值。

function theme_name_scripts() {
  wp_enqueue_script('embeds', get_stylesheet_directory_uri().
    '/js/embeds.js', array(), '1.0.0', true);
}
add_action('wp_enqueue_scripts', 'theme_name_scripts');

// Force GitHub Gist Embed Links to Open in a New Tab
// https://stackoverflow.com/a/34870311
// https://www.engagewp.com/force-github-gist-embeds-to-open-in-a-new-tab-or-window/

以上是关于javascript 强制打开新标签Gist Github页脚/元链接 - 子主题wp_enqueue_script功能的主要内容,如果未能解决你的问题,请参考以下文章

强制 Firefox 打开新标签而不是新窗口

强制浏览器打开一个新标签[重复]

强制我的网络浏览器在新标签页上打开链接

如何在 JavaScript 中打开新标签而不切换到新标签?

如何使用 javascript 在新标签页中打开 chrome 设置

通过javascript使用chrome中的新标签打开页面