External links are going to forum

I’m not sure if this is a bug or not so that’s why it’s not there.
This code:

                                <a href="twitter.com/icecavernstudio" class="site-box-row">
                                    <!-- ICON -->
                                    <h6><span title="Twitter" class="svg-icon-title"><svg class="ffa d-icon d-icon-fab-twitter svg-icon svg-node" aria-hidden="true"><use xlink:href="#fab-twitter"></use></svg></span> Twitters</h6>
                                    <p>@IceCavernStudio</p>
                                </a>

should work, right?
Nope;
image

What is causing this?

1 Like

Hello,

You have to add http://, https:// or // to the beginning of the url.

This should work :slightly_smiling_face:

<a href="https://twitter.com/icecavernstudio" class="site-box-row">
  <!-- ICON -->
  <h6><span title="Twitter" class="svg-icon-title"><svg class="ffa d-icon d-icon-fab-twitter svg-icon svg-node" aria-hidden="true"><use xlink:href="#fab-twitter"></use></svg></span> Twitters</h6>
  <p>@IceCavernStudio</p>
</a>
6 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.