How to make all links open in new tab?
  • 07 Nov 2022
  • 1 Minute zum Lesen
  • Mitwirkende
  • Dunkel
    Licht
  • pdf

How to make all links open in new tab?

  • Dunkel
    Licht
  • pdf

The content is currently unavailable in German. You are viewing the default English version.
Article Summary

When you insert a hyperlink in the article, an option is available to make the hyperlink open in a new tab. There is no option in the Knowledge base portal to open all hyperlinks in knowledge base articles in a new tab. You can follow the below workaround to make all the hyperlinks open in a new tab.


Solution

  1. Go to SettingsKnowledge base siteCustom CSS & JavaScriptCustom JavaScript
  2. Paste the below snippet
jQuery(".content_block_text a").attr("target", "_blank"); 
  1. Click Save

The hyperlinks in your article will open in a new tab now.


War dieser Artikel hilfreich?