How can I add additional social media link in general setting

Hey @Ashish_Tomar, I had a similar issue. I wanted to get rid of the RSS link and add other links like Instagram and LinkedIn.
I’m using the Edge theme, so not sure if it applies to yours, but in VSCode go to Partials > Header.hbs. In there, you can add your additional link:

<a class="social-item social-item-instagram"
href="https://instagram.com/"
target="_blank" rel="noopener noreferrer" aria-label="Instagram" style="color: #3B5998;">
Instagram
</a>

I asked the same question in this thread: Edge Theme: Add Instagram link & remove RSS link. Check it out, as there are a couple ways you can move forward with this. @kose_mark provided a solid explanation.

1 Like