You can link to a specific tab by linking to the tab title’s url hash.
For example, if you have 3 tab buttons: “All”, “My Projects”, and “About Me”, their url hash values are #all, #my-projects, and #about-me, respectively. The URL Hash is the title in all lowercase, with dashes instead of spaces.
You link to a specific tab by using #my-projects as the url of a button and it will scroll to and open up the “My Projects” tab. To navigate from a different page directly to an open tab, append the url hash to the end of the page url: /page-with-tabs#my-project.
If you would like to url of the browser to update to see the url hash value of the active tab, set the data-update-url attribute to "true".
<div data-wm-plugin="tabs"
data-source="/portfolio"
data-update-url="true"
></div>