Social Media Links code snippet
Use this HTML code to add social media icons that link to your social media accounts.
It is intended for use in the Portal’s Footer section. You’ll find the Footer in your Portal’s Layout file in the Brandkit CMS.
Copy and paste the HTML below into your CMS > Portal > Layout > Footer section.
Then Edit as required.
<article class="social-links">
<a href="https://instagram.com/neatplaces" title="Visit Neat Places on Instagram" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="https://facebook.com/neatplaces" title="Visit Neat Places on Facebook" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="mailto:hello@neatplaces.co.nz" title="Email Neat Places" target="_blank"><i class="fa fa-envelope" aria-hidden="true"></i></a>
<a href="https://youtube.com/channel/UCMExAjNPkHwG5Uu-cVmL5jg" title="Visit Neatplaces on Youtube" target="_blank"><i class="fa fa-youtube" aria-hidden="true"></i></a>
<a href="https://pinterest.nz/neatplaces" title="Visit Neatplaces on Pinterest" target="_blank"><i class="fa fa-pinterest" aria-hidden="true"></i></a>
</article>
The above example uses social media links for Neat Places.
This uses our standard set of icons. Feel free to use your own icons these via CSS in your theme.
Happy coding :)
Footer Social Media Links code snippet
Use this HTML code to add social media icons that link to your social media accounts. You’ll find the Footer in your Portal’s Layout file in the Brandkit CMS.