How can I use HTML in tabs?
For example, an item page for football players would include a tab that pulls in their latest tweets using Twitter's embed code (Twitter Publish):
Thanks!
For example, an item page for football players would include a tab that pulls in their latest tweets using Twitter's embed code (Twitter Publish):
HTML:
<a class="twitter-timeline" href="https://twitter.com/TwitterDev?ref_src=twsrc%5Etfw">Tweets by TwitterDev</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Thanks!