thomasv 0 Share Posted January 2, 2020 Is it possible to create 5 pages and use one unique facebook link per page? Link to post
tuanphan 9,569 Share Posted January 5, 2020 Depending. Can you describe more clearly what you want? Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
christyprice 730 Share Posted January 6, 2020 Yes! I've done this ( the same social icon but with different links) even within one page using FontAwesome. You can see it in action here. It requires a bit of finesse. You'll need to use code blocks and Font Awesome. I have a post on adding Social Icons to the nav bar using the same method, so you could follow these steps and just use a code block rather than putting things in the nav. Step 1. Copy and paste the stylesheet code from Font Awesome in your Code Injection Step 2. Add a code block with the icon and link you want. Here's an example: <a href="https://www.yourlinkhere.com" target="_blank"> <i class="fab fa-facebook-f"></i> </a> tuanphan, Chele and thomasv 3 christyprice.com 🇺🇸 Austin, TX US ✅ Download a FREE Squarespace Prelaunch Checklist 7 Best Squarespace Plugins • 8 Best Premium Squarespace Template Shops • Resources for Designers Make Money with your Blog (use coupon code FORUM20 for 20% off) Link to post
alia_cmt 0 Share Posted January 19 (edited) Hello, Is there a solution for the Personal plan? I'm using Brine 7.0, and need to add 3 different emails and LinkedIn accounts on one page. Thank you Edited January 19 by alia_cmt Link to post
tuanphan 9,569 Share Posted January 22 On 1/19/2021 at 7:35 PM, alia_cmt said: Hello, Is there a solution for the Personal plan? I'm using Brine 7.0, and need to add 3 different emails and LinkedIn accounts on one page. Thank you Do you still need help? Email me if you have need any help (free, of course :-D). Answer within 24 hours. How to: Setup password & share url Insert Custom CSS Open Page Header Upload Custom Font Find Block ID, Data Section ID Contact Squarespace Customer Care -- Yup! Link to post
antoinejoly 1 Share Posted January 26 On 1/5/2020 at 10:28 PM, christyprice said: <a href="https://www.yourlinkhere.com" target="_blank"> <i class="fab fa-facebook-f"></i> </a> Works wonderfully! However I would like to increase the spacing between the social links. Is there a code that I could add to the code block that includes all the links? Link to post
creedon 797 Share Posted January 27 @antoinejoly Please post the URL for a page on your site where you want to achieve this effect. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to post
antoinejoly 1 Share Posted January 27 @creedon https://www.coupdetatmtl.com/sabrina-joannette (there is no password) This picture shows the social block I would like to adjust. (also if there could be a code that would center the social links, that would be awesome!!!!) Link to post
creedon 797 Share Posted January 27 @antoinejoly Replace your code block HTML, make copy somewhere, with the following. <style> .cb-social-icons { margin : 0 6px; </style> <a class="cb-social-icons" href="https://www.instagram.com/sab_artdesign/" target="_blank"> <i class="fab fa-instagram fa-lg"> </i> </a> <a class="cb-social-icons" href="https://www.facebook.com/sab_artdesign-104802451472665 " target="_blank"> <i class="fab fa-facebook fa-lg"> </i> </a> <a class="cb-social-icons" href="https://mailto:antoinejoly13@gmail.com" target="_blank"> <i class="far fa-envelope fa-lg"> </i> </a> Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! Link to post
antoinejoly 1 Share Posted January 28 21 hours ago, creedon said: Let us know how it goes. Worked perfectly! Thanks a lot @creedon creedon 1 Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment