Jump to content

How to stop Instagram Block From Pulling in Insta Reels

Recommended Posts

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
  • Replies 3
  • Views 2.1k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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:

image.thumb.png.3fc82ee314f9181983a5a072a668344d.png

 

Did this help? Please give feedback by clicking an icon below  ⬇️

Edited by paul2009

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
  • 11 months later...

I'm having this same issue. I have a 12-grid in my IG profile that looks great in my IG block on SS, so I don't want to disrupt the flow by displaying reels. This code did not work for me. Is there a solution?

Thanks!

I am a blogger who launched www.bikekitz.com in October 2018.

Link to comment
  • 5 months later...

This is the code that helped me remove the videos for the strip layout. I haven't tried it on the wall design.

 

.instagram-block .sqs-video-wrapper {
  pointer-events: none;
}
.instagram-block .sqs-video-wrapper .sqs-video-icon {
  display: none !important;
}

.sqs-gallery-design-strip {
border:;
  width:100% !important;
  .sqs-wrapper {
    width:100% !important;

}
}


.instagram-block {
  padding:0px;
  border:;
  width:100%;
}
.sqs-video-wrapper.video-none {
  display:none !important;
}

Edited by SaShaRachel
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.