Google Docs BBcode

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Google Docs BBcode

Post by matthewtimothy »

I searched for a bbcode but I could not find one so I made this one. Note I have only tested this with spreadsheets.

Code: Select all

[spreadsheet]{IDENTIFIER}[/spreadsheet]
HTML Replacement

Code: Select all

<iframe src="https://docs.google.com/spreadsheet/ccc?key={IDENTIFIER}" width="675" height="675" border="0"></iframe>
Help Line

Code: Select all

Enter everything after the key=
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]

Google Docs BBcode

Post by Blackwolf »

Cool....thanks :thumb: