JacquiB Posted August 16, 2023 Share Posted August 16, 2023 I want to add in-page LinkedIn social links for the founders of a business on my website. Note that these would be distinct from our official business social links which are available in our footer. Is this possible? Link to comment
Ziggy Posted August 16, 2023 Share Posted August 16, 2023 You typically have to do this with text links or in a code block. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
JacquiB Posted August 16, 2023 Author Share Posted August 16, 2023 Cheers Zygmunt. I'd prefer not to use text links - not very consumer-friendly. I've tried to find videos instructing me to do this with code block but have had no luck - do you know of any sources where I can find the CSS to add social buttons for team member's personal Linkedin? Link to comment
Ziggy Posted August 16, 2023 Share Posted August 16, 2023 Try this HTML as a starting point: <div> <p> <img src="https://img.icons8.com/metro/16/ffffff/linkedin.png">  <a href="http://www.linkedin.com/in/*********" target="_blank">LinkedIn</a> </p> </div> Change the highlighted yellow ffffff to any hex code to control the colour of the linkedin icon. Change the link within the quotation marks. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Ziggy Posted August 16, 2023 Share Posted August 16, 2023 If you just want the icon then use this instead, again change the ffffff and href link: <div> <p> <a href="http://www.linkedin.com/in/*******/" target="_blank"> <img src="https://img.icons8.com/metro/32/ffffff/linkedin.png"> </a> </p> </div> Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
JacquiB Posted September 6, 2023 Author Share Posted September 6, 2023 Cheers Zygmunt. Sorry for the slow response. I wasn't able to get the right result with this. The first option came back with a text link but since I can just use Squarespace link for this I won't use code. The second option came back with this. Link to comment
tuanphan Posted September 7, 2023 Share Posted September 7, 2023 On 9/6/2023 at 1:42 PM, JacquiB said: Cheers Zygmunt. Sorry for the slow response. I wasn't able to get the right result with this. The first option came back with a text link but since I can just use Squarespace link for this I won't use code. The second option came back with this. Can you share link to page where you added the code? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
JacquiB Posted September 13, 2023 Author Share Posted September 13, 2023 Thanks so much guys - but I am actually ok with launching using text links now tuanphan 1 Link to comment
Delphinesoade Posted October 5, 2023 Share Posted October 5, 2023 Hello there, It was helpful for me but I would like to be able to change the look of the linkedin icon to match the one available by default on Squarespace. I used a block of code on my page, and used this code. <div> <p> <a href="http://www.linkedin.com/in/*******/" target="_blank"> <img src="https://img.icons8.com/metro/32/ffffff/linkedin.png"> </a> </p> </div> But the icon doesn't look like the Instagram account I used in the footer; Do you know how I can change that? This is the URL: https://tambourine-wrasse-93tn.squarespace.com/ Password: blossom2023 Link to comment
KwameAndCo Posted October 5, 2023 Share Posted October 5, 2023 Hey @JacquiB Might I suggest using the "Social Icons Everywhere" plugin by @RolandFuseHub and SQSMods? It's pretty much made for this. You can see an example I used for a client here within a List Section, so it's very flexible and easy to use. https://en.lj-partner.com/ueberuns Work With Me 🖥️💻📱 Please remember to tag me so that I get a notification and respond to your help requests. If my answers have helped you, please drop a like and mark my answer as best to help other users find solutions quickly. You can also thank me or make requests by buying me a coffee ☕. (Caffeine fuels me to take more requests) For Squarespace Tips & Tricks, visit @squareskills (Youtube 📺 Tutorials) For Premium and FREE plugins, visit Squareskills (Plugin Store) 🧩 Some links may be affiliate/referral links. Link to comment
RolandFuseHub Posted October 5, 2023 Share Posted October 5, 2023 5 hours ago, KwameAndCo said: Hey @JacquiB Might I suggest using the "Social Icons Everywhere" plugin by @RolandFuseHub and SQSMods? It's pretty much made for this. You can see an example I used for a client here within a List Section, so it's very flexible and easy to use. https://en.lj-partner.com/ueberuns Hi @JacquiB, @KwameAndCois correct. Our plugin does just that: https://www.sqsmods.com/social-icons have a look… Roland I run FuseHub Creative Group, a syndicate of creatives from all over the world with one common goal - to develop creative and strategic solutions for ambitious organizations, and develop cool plugins which you can find on the SQS Mods platform - Circle Members always get a 10% discount with this code: SQSMOD10. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment