headersandvolleys Posted January 3, 2020 Share Posted January 3, 2020 Is there any way to add social links to external profiles, while keeping the social icons the same as the ones used for my personal profile? I currently have my personal social links within the footer of each page, but would like to include links (with social icons) to other social profiles within the content. Thanks in advance! Bob Link to comment
christyprice Posted January 4, 2020 Share Posted January 4, 2020 I've done this by using FontAwesome for the icons and creating code blocks. This post explains how to add them to the nav bar, but the same general method would work in any code block: https://christyprice.com/squarespace-tips-tricks/how-to-add-social-media-icons-to-squarespace-navigation You can see it in action (not in the nav bar) here: https://www.orinrice.com/about christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
headersandvolleys Posted January 5, 2020 Author Share Posted January 5, 2020 Perfect, thank you! Link to comment
MishaGo Posted January 24, 2020 Share Posted January 24, 2020 On 1/4/2020 at 4:03 AM, christyprice said: I've done this by using FontAwesome for the icons and creating code blocks. This post explains how to add them to the nav bar, but the same general method would work in any code block: https://christyprice.com/squarespace-tips-tricks/how-to-add-social-media-icons-to-squarespace-navigation You can see it in action (not in the nav bar) here: https://www.orinrice.com/about Hi Christy, this was very useful, but I although I understand how to add the icon using the <i...> tag, I don't understand how to add the link to it if it is not meant to be in the header/menu. I want to do it exactly like you did at https://www.orinrice.com/about, could you perhaps explain a little more what I need to do after step 2 in your tutorial? I added a code box, added the <i class="fab fa-instagram"></i>, but then I'm stuck. Link to comment
christyprice Posted January 24, 2020 Share Posted January 24, 2020 9 hours ago, MishaGo said: Hi Christy, this was very useful, but I although I understand how to add the icon using the <i...> tag, I don't understand how to add the link to it if it is not meant to be in the header/menu. I want to do it exactly like you did at https://www.orinrice.com/about, could you perhaps explain a little more what I need to do after step 2 in your tutorial? I added a code box, added the <i class="fab fa-instagram"></i>, but then I'm stuck. Hi @MishaGo, you can check out the source code and pull from there. On that particular site I used two FontAwesome icons stacked. Here's that part of the code: <a href="https://www.linkedin.com/" target="_blank"><span class="fa-stack fa-1x"> <i class="fas fa-circle fa-stack-2x"></i> <i class="fab fa-linkedin-in fa-stack-1x fa-inverse"></i> </span></a> You would replace the URL with yours. christyprice.com 🇺🇸 Austin, TX US ✅ Get my 100+ item Client Process Checklist for $17. 📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts 🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz) 🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023 Link to comment
MishaGo Posted January 30, 2020 Share Posted January 30, 2020 On 1/24/2020 at 9:40 PM, christyprice said: Hi @MishaGo, you can check out the source code and pull from there. On that particular site I used two FontAwesome icons stacked. Here's that part of the code: <a href="https://www.linkedin.com/" target="_blank"><span class="fa-stack fa-1x"> <i class="fas fa-circle fa-stack-2x"></i> <i class="fab fa-linkedin-in fa-stack-1x fa-inverse"></i> </span></a> You would replace the URL with yours. Thank you so much, this was hugely useful. Link to comment
RobMcCallum Posted September 3, 2020 Share Posted September 3, 2020 Hello! I am trying to create the below with two separate sets of social links on 7.1. I have tried to follow the instructions above but I can figure it out. could you please advise? https://www.orinrice.com/about thanks, Rob Link to comment
tuanphan Posted September 3, 2020 Share Posted September 3, 2020 1 hour ago, RobMcCallum said: Hello! I am trying to create the below with two separate sets of social links on 7.1. I have tried to follow the instructions above but I can figure it out. could you please advise? https://www.orinrice.com/about thanks, Rob I see email, linkedin icons worked here? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
netiro Posted September 29, 2020 Share Posted September 29, 2020 Hi, I used the code above and it worked perfectly, but now the circles and alignment seem to have been thrown out? Any ideas what to do? Would someone have a look and advise? Thanks in advance. https://www.netiro.co.uk/our-team/tim-gear-evans Link to comment
tuanphan Posted September 30, 2020 Share Posted September 30, 2020 On 9/29/2020 at 9:48 PM, netiro said: Hi, I used the code above and it worked perfectly, but now the circles and alignment seem to have been thrown out? Any ideas what to do? Would someone have a look and advise? Thanks in advance. https://www.netiro.co.uk/our-team/tim-gear-evans Can you paste all code you inserted? We can check easier. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
netiro Posted September 30, 2020 Share Posted September 30, 2020 3 hours ago, tuanphan said: Can you paste all code you inserted? We can check easier. <a href="https://www.linkedin.com/in/tim-gear-evans-6a5580/" target="_blank"><span class="fa-stack fa-1x"> <i class="fas fa-circle fa-stack-2x"></i> <i class="fab fa-linkedin-in fa-stack-1x fa-inverse"> </i> </span></a> <a href="mailto:tim.gear-evans@netiro.co.uk" target="_blank"><span class="fa-stack fa-1x"> <i class="fas fa-circle fa-stack-2x"></i> <i class="fab far fa-envelope fa-stack-1x fa-inverse"></i> </span></a> Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.