kiwi_doug Posted April 18, 2016 Share Posted April 18, 2016 (edited) How does one embed cells of a Google Sheets document into Squarespace? All of my attempts to used the Embed Block have failed, all returning the "URL is not embeddable" error. Also, any guidance on what I would need to put into the Custom CSS, if anything, would be much appreciated. Thanks! Edited April 18, 2016 by kiwi_doug Link to comment
dimsk Posted January 11, 2018 Share Posted January 11, 2018 Hey, I know the question is a bit old but it does come up quite often. For this it is best to use Google's built-in option to create an iframe: File > Publish to the Web > choose the Embed option and copy the code. This will give you a code that looks like this: <iframe src="https://docs.google.com/a/....../pubhtml?widget=true&headers=false"></iframe> This won't look great with the automatic height and width so you can add these in: <iframe width="100%" height="500px" src="https://docs.google.com/a/.../pubhtml?widget=true&headers=false"></iframe> Hope this helps someone else! Steven M, pathung and Satishd 3 Link to comment
SquarelySpaced Posted September 8, 2018 Share Posted September 8, 2018 The embed/iframe approach will work, but your content won't be crawlable; therefore, I added my Google Sheets content directly to my Squarespace site. Here's how - https://selfaware.blog/home/2018/8/16/add-google-sheets-content-to-your-site Link to comment
pathung Posted February 18, 2020 Share Posted February 18, 2020 On 1/11/2018 at 2:28 AM, dimsk said: Hey, I know the question is a bit old but it does come up quite often. For this it is best to use Google's built-in option to create an iframe: File > Publish to the Web > choose the Embed option and copy the code. This will give you a code that looks like this: <iframe src="https://docs.google.com/a/....../pubhtml?widget=true&headers=false"></iframe> This won't look great with the automatic height and width so you can add these in: <iframe width="100%" height="500px" src="https://docs.google.com/a/.../pubhtml?widget=true&headers=false"></iframe> Works great! Thanks. Link to comment
Billy_Lindon Posted August 1, 2021 Share Posted August 1, 2021 I set the sheet's sharing to 'anyone with the link can view' and put its url in an iframe. In css I set iframe {height:100vh;} demo: https://letsgetdigital.net/google-sheet-test B 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