Apparently deep linking in Zurb Foundation has been removed, so linking to tabs from other places on a site isn't possible natively. I'm hoping someone can help me with a workaround?
Here's my HTML code for the tabs:
<dl class="tabs">
<dd class="active"><a href="#one">Tab 1</a></dd>
<dd><a href="#two">Tab 2</a></dd>
<dd><a href="#three">Tab 3</a></dd>
<dd><a href="#four">Tab 4</a></dd>
</dl>
And for the tab content:
<ul class="tabs-content">
<li id="oneTab" class="active">
[content]
</li>
<li id="twoTab">
[content]
</li>
<li id="threeTab">
[content]
</li>
<li id="fourTab">
[content]
</li>
</ul>
The URLs I've tried to link to the tab (which reside in the footer of the site):
http://domain.com/path/to/page#four
http://domain.com/path/to/page#fourTab