Buy me a coffee

Add LinkedIn Post to Squarespace

#1. In LinkedIn, click on the 3 dots (…) icon of the post

Add Linked In Post To Squarespace 01 Min#2. Next, you choose Embed this post

Add Linked In Post To Squarespace 02 Min#3. Next, click Copy Code

Add Linked In Post To Squarespace 03 Min#4. Edit the Squarespace page where you want to embed LinkedIn post > Add a Code Block

Add Linked In Post To Squarespace 04 MinPaste the code

Add Linked In Post To Squarespace 05 Min#5. Result

Add Linked In Post To Squarespace 06 Min#6. On mobile, LinkedIn will overflow the screen.

Add Linked In Post To Squarespace 07 Min#7. You can use this code to Custom CSS box to fix the problem.

@media screen and (max-width:767px) {
iframe[src*="linkedin.com"] {
    width: 100% !important;
}
}

Add Linked In Post To Squarespace 08 Min#8. Result

Add Linked In Post To Squarespace 09 Min