A media wiki extension that embeds a smartsheet via iframe. Tested on MediaWiki 1.19.1
- Download, checkout or clone
- Create a folder called Smartsheet in your MediaWiki extensions folder
extensions/Smartsheet
- Move contents into above folder
- Add require_once( "$IP/extensions/Smartsheet/SmartsheetIframe.php") to LocalSettings.php
Example:
<smartsheet id="53e9029517dc4d8c8b799blahblah" width="500" height="500" />
Example:
<smartsheet id="53e9029517dc4d8c8b799blahblah" />
id: The id of your smartsheet
width: optional, default 1000
height: optional, default 700
To embed smartsheets you must publish them using the smartsheet interface.
This plugin requires embedded smartsheets to have the publish option "Read-Only Full" set to on.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.