Google Docs BBcode
Posted: 07 Sep 2012, 16:03
I searched for a bbcode but I could not find one so I made this one. Note I have only tested this with spreadsheets.
HTML Replacement
Help Line
How to make it work in google drive:
1. Create your spreadsheet on the main layer right click > share > share (yes a second share) > Who can access clich change in blue > Select radio with "anyone with the link". Click save
2. Copy the link in blue.
3. Remove "https://docs.google.com/spreadsheet/ccc?key=" and paste the remaining in the between [spreadsheet][/spreadsheet]
Code: Select all
[spreadsheet]{IDENTIFIER}[/spreadsheet]
Code: Select all
<iframe src="https://docs.google.com/spreadsheet/ccc?key={IDENTIFIER}" width="675" height="675" border="0"></iframe>
Code: Select all
Enter everything after the key=
1. Create your spreadsheet on the main layer right click > share > share (yes a second share) > Who can access clich change in blue > Select radio with "anyone with the link". Click save
2. Copy the link in blue.
3. Remove "https://docs.google.com/spreadsheet/ccc?key=" and paste the remaining in the between [spreadsheet][/spreadsheet]