Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    Create a link to the page and add a url parameter called target with a value equivalent to the title of the tab. If the title has special characters or spaces, you’ll need to url encode it.

    To ensure that the tabs are visible when the page reloads, also add a target attribute to the link using the id of one of the tabs in the tabgroup (you can check the page source for this, but the format should be straightforward from the example).

    For example, when:

    The link would look like:
    <a href="https://my-example-site.co.uk/my-tabs-page?target=Tab%20Two#tablist1-tab1">Open the Second Tab</a>

Viewing 1 replies (of 1 total)
  • The topic ‘How do make a inline bookmark link to another tab?’ is closed to new replies.