If you want to embed external links in SubSpace but want them to open in a new browser tab, you will have to insert the following code in "Custom HTML" at the "End of the HEAD":
<script>
jQuery(document).ready(function() {
jQuery(".external-link").attr("target", "_blank");
jQuery(".externallink a").attr("target", "_blank");
});
</script>
Related Articles
- Locating Application Log Files (Jira & Confluence)
- JIRA Service Management App Licensing
- Creating a support zip file
- Why do some Forge apps in Confluence or Jira Cloud fail to load and show a spinning wheel?
- Order automatically cancelled?
- How do I upgrade my Add-on license to a higher user tier?
- Where is the JIRA log File?
- Where is the Bitbucket log file?
- When is an App license invalid?
- Rebuild index from scratch
- I need a quote for my license purchase
- How can I get a developer license for my staging system?
- Errors in an app with newer app version available
- Requesting quote for license in different currency
- When will the next compatible release be published?