Daiglefan91 Posted November 21, 2021 Share Posted November 21, 2021 Site URL: http://www.murrayhendersonart.com/giclee-prints I am trying to add social media share buttons to the bottom of my product pages. I hear you have to do this in the CSS code but don't know how. Any help would be awesome! Link to comment
Beyondspace Posted November 22, 2021 Share Posted November 22, 2021 On 11/21/2021 at 12:01 PM, Daiglefan91 said: Site URL: http://www.murrayhendersonart.com/giclee-prints I am trying to add social media share buttons to the bottom of my product pages. I hear you have to do this in the CSS code but don't know how. Any help would be awesome! Can you describe more detail about your desired result? A screenshot of it could help us to find the suitable solution for you Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Daiglefan91 Posted November 23, 2021 Author Share Posted November 23, 2021 This is what I am trying to accomplish on one of the product pages Link to comment
tuanphan Posted November 26, 2021 Share Posted November 26, 2021 On 11/23/2021 at 10:34 AM, Daiglefan91 said: This is what I am trying to accomplish on one of the product pages Add this to Settings > Advanced > Code Injection > Footer to move social share from Additional Info to under Add to cart button <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('section.ProductItem-additional .code-block').insertAfter('div.sqs-add-to-cart-button-wrapper'); }); </script> 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
Daiglefan91 Posted November 28, 2021 Author Share Posted November 28, 2021 On 11/26/2021 at 1:36 AM, tuanphan said: Add this to Settings > Advanced > Code Injection > Footer to move social share from Additional Info to under Add to cart button <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('section.ProductItem-additional .code-block').insertAfter('div.sqs-add-to-cart-button-wrapper'); }); </script> Awesome, thanks. Can you help me with doing the same thing on a regular page... it after the "Inquire For Pricing" on https://www.murrayhendersonart.com/gehrigdelivers Link to comment
tuanphan Posted November 30, 2021 Share Posted November 30, 2021 On 11/29/2021 at 3:18 AM, Daiglefan91 said: Awesome, thanks. Can you help me with doing the same thing on a regular page... it after the "Inquire For Pricing" on https://www.murrayhendersonart.com/gehrigdelivers I don't see share on this page? 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
Daiglefan91 Posted November 30, 2021 Author Share Posted November 30, 2021 10 hours ago, tuanphan said: I don't see share on this page? Yes, I am trying to add it 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