sitebuilder70 Posted June 25, 2020 Share Posted June 25, 2020 Site URL: https://www.kwinmosby.com/blog/coronavirus-effect-impact-on-travelers-of-color I have a blog on my personal website and would like to add a social share bar to each blog post. Has anyone used customized code that has worked really well with Squarespace? I would like to allow readers/users the ability to share a blog post on social platforms such as Facebook, Twitter, LinkedIn, etc. Any help would be greatly appreciated. I've added an example of one of my blog posts that I would like to add a social share bar. Link to comment
Max_Sheridan Posted July 1, 2020 Share Posted July 1, 2020 Nice site. These have mysteriously, and sadly, vanished in 7.1, which you seem to be using. Max Sheridan Copywritermaxcopy.co Link to comment
tuanphan Posted July 1, 2020 Share Posted July 1, 2020 If you use Business Plan, you can use some free service. addthis.com, shareholic https://www.shareaholic.com/website-tools 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
Max_Sheridan Posted July 1, 2020 Share Posted July 1, 2020 @tuanphan Yeah, you can. And you can design your own icons and code them yourself too. But why would you want to? Max Sheridan Copywritermaxcopy.co Link to comment
DPruitt Posted September 1, 2020 Share Posted September 1, 2020 Here you go everyone. This is a free work around to get your share buttons on all of your blog posts within Squarespace 7.1 below your Blog h1 Title: 1. Sign-up with sharethis.com 2. Copy the sharethis.com code snippet and paste it within the Blog Header Injection. 3. Also add this code snippet to the Blog Header Injection: <script src="https://code.jquery.com/jquery-3.5.0.js"></script> <script> $(document).ready(function() { $('<div class="sharethis-inline-share-buttons"></div>').appendTo('.blog-item-title'); }); </script> 4. Add a little CSS: #st-1 {margin-top:20px;} ----------- You can play around with other CSS styling: .blog-item-wrapper .blog-item-title h1.entry-title {max-width: 750px;} @media screen and (min-width: 1150px) { #st-1 {width: 27%; float:right; margin-top:-7%;} } @media screen and (max-width: 1149px) { #st-1 {margin-top:20px;} } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.