mdjoyce Posted August 6, 2022 Share Posted August 6, 2022 Site URL: https://www.alexiasbridal.com Hello, I have a social block on my website that has been pulling in my Instagram feed for years. We have started adding Reels to our Instagram account and now Squarespace is pulling them into our block as well. I only want to populate my website with our Instagram Feed posts, NOT Instagram Reels. Is there a way to custom code for Squarespace not to pull in Reels? Thanks for any assistance. Link to comment
paul2009 Posted August 6, 2022 Share Posted August 6, 2022 (edited) 36 minutes ago, mdjoyce said: We have started adding Reels to our Instagram account and now Squarespace is pulling them into our block as well. I only want to populate my website with our Instagram Feed posts, NOT Instagram Reels. You could prevent the videos from looking like videos (make them look like standard Insta posts) by hiding the 'play' icon and preventing users playing the videos. This would maintain the continuity of the Instagram feed so that users (who are familiar with your Insta feed) don't think posts are missing. You could achieve this by adding something like this to Design > Custom CSS: .instagram-block .sqs-video-wrapper { pointer-events: none; } .instagram-block .sqs-video-wrapper .sqs-video-icon { display: none; } For example: Did this help? Please give feedback by clicking an icon below ⬇️ Edited August 6, 2022 by paul2009 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Buy me a coffee 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