MyBB Community Forums

Full Version: Embed Google Sheets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there !

I am hoping anyone can tell me how to embed a google sheet into a posting.

I read about doing a MyCode here: [ Spreadsheet via HTML ]

Well, to be honest, I don't really know how to make that work. Confused

Also, I have a Google Docs Viewer installed which should do the job for me. (extension page on mybb.de)

But now comes the problem:

If I use the extension, whatever code I enter - the result will embed a google sheets message which says file not found. Huh (Screenshot2)
The only time I see the correct version is when I do the input in the test field on the first screenshot.

It would be so awesome if any of you could show me an easy way of solving my issues.
(and I don't care what method us used - anything that works is just fine.)

thanks a lot

explainer for the screenshots:
if I copy the embedded code from screenshot3 into the testing field on screenshot1 then the output will look good
any other way leads to screenshot2 result.
it is okey?
Update:

Many Errors were caused by the Apache Module ModSecurity

the embedded IFrame Version works now, but is very small - not usable to be precise.

there must be another way to do this, or code to add to make it appear responsive in any way.

Also, the module aka the Google Doc plugin still does not seem to work.
I'm not entirely sure what you're trying to do here, but you can amend your MyCode replacement code to the following to fix the size of it:

<iframe src="$1" frameborder="1" style="height:250px;width:250px;"></iframe>

Play around with the height and width.