To add a Grid of LinkedIn Posts to Squarespace, like this
#1. First, hover on a LinkedIn Posts > Click 3 dots > Click Embed this post
#2. Next, click Copy Embed Code
#3. Edit page where you want to add LinkedIn Grid, add section
#4. Choose Images > Choose section with (i) icon
#5. Next, hover on top right of section > Click Edit Section
#6. Choose Grid Simple + Enable Captions
#7. Next, hover on top right of section > Click Edit Gallery
#8. Paste embed code in Description
#9. Next, use this code to Custom CSS to remove image
You can also usethis free LinkedIn Feed widget so you can add LinkedIn easier without complex steps.
div.gallery figure iframe[src*="linkedin"] {
width: 100%;
min-height: 600px;
height: auto;
}
div.gallery figure:has(iframe[src*="linkedin"]) .gallery-grid-item-wrapper {
display: none;
}









