iFrames are HTML documents that can be embedded inside another web systems like Schoolbox. This will allow you to safely show external documents in a homepage.
On this page, you will find the following information:
Adding to the Safe iFrame List
Are you sure you want to remove this component?
iFrames are HTML documents that can be embedded inside another web systems like Schoolbox. This will allow you to safely show external documents in a homepage.
On this page, you will find the following information:
Adding to the Safe iFrame List
Are you sure you want to remove this component?
To display a website in Schoolbox as an iFrame in the Text Editor, it must first be whitelisted as a safe iFrame source.
To do this, you will require Superuser permissions.
1. Get the URL of the 3rd party site. See the below example on how to construct the URL:
Find the URL in the embed code, looking for the http code. In order to make your whitelist url, remove the URI component and the final identification component.
So for example:
http://padlet.com/embed/dznf5c6w8w
Should become
padlet.com/embed
2. Add this in Administration > System Settings > Security > Safe iFrame Sources.
3. Separate each URL by placing each URL onto its own line.
If you wish to embed it, simply copy the Embed code from the website, and paste it directly into the HTML editor in the Text Box Component.
Are you sure you want to remove this component?
For security purposes, Schoolbox does not allow random applications and code to be embedded directly into WYSIWYG content areas. These pose a risk to all users of the system, if malicious code is embedded into Schoolbox.
To avoid this risk, Schoolbox provides a whitelist of supported applications that can be embedded. This list is updated as new services are added.
Schoolbox administrators can now also add additional whitelisted embed codes via the admin system.
Name | URL | Description |
---|---|---|
YouTube | http://www.youtube.com/ | |
Vimeo | http://vimeo.com/ | |
Slideshare | http://www.slideshare.net/ | Convert your powerpoint presentations to online slideshows |
Wikieducator | http://wikieducator.org/ | |
Google Maps | https://maps.google.com/ | |
Google Docs | https://docs.google.com | |
Google Drive | https://drive.google.com/ | |
Tiki-Toki Timeline | http://www.tiki-toki.com/ | |
Thinglink | http://www.thinglink.com/ | |
Facebook Plugins | https://developers.facebook.com/docs/plugins/ | Note: Facebook now uses javascript embeds, so they are unlikely to work, old style ones continue to work though |
Padlet (Formerly known as Wallwisher) | http://padlet.com/ | We give you a blank wall. You put anything you want on it |
Linoit | http://en.linoit.com/ | Sticky and photo sharing |
Showme | http://www.showme.com/ | iPad app for creating lessons |
Sunsmart UV Alert | http://www.sunsmart.com.au/ | |
Microsoft Skydrive | https://skydrive.live.com | |
Studyboost | https://studyboost.com/ | Study using instant messaging and text messaging using your favorite chat applications |
Prezi | http://prezi.com/ | Prezi is a cloud based presentation software that opens up a new world between whiteboards and slides. |
Spiderscribe | http://www.spiderscribe.net/ | SpiderScribe is an online mind mapping and brainstorming tool. |
eTV | http://www.etv.org.nz/ | eTV has over 20,000 TV and Library recordings |
Issuu | http://issuu.com/ | Provides flipbook hosting and service for newsletters and online magazines |
Clickview | http://www.clickview.com.au/ | Online video repository for educational content and Australian TV networks |
Khan Academy | https://www.khanacademy.org/ | |
Giphy | http://giphy.com | Online GIF file repository |
Iframely | https://iframely.com/ | Iframely is utilised to turn URL hyperlinks into iframes. |
iTunes | https://www.apple.com/itunes/ | |
TED | https://www.ted.com/ | TED Talks are influential videos from expert speakers on education, business, science, tech and creativity, with subtitles in 100+ languages. |
Microsoft Stream | Microsoft Stream brings video into your everyday work apps to help you communicate authentically, explain, learn, and collaborate across hybrid teams. | |
Microsoft OneDrive | Save your files and photos to OneDrive and access them from any device, anywhere. Learn more and get 5 GB of free personal cloud storage today. | |
Microsoft Sway | http://sway.com | Create visually striking newsletters, presentations and documentation in minutes |
Adobe Spark | http://spark.adobe.com | Adobe Spark is a program that helps you create social graphics, web pages, and short videos via the web. Spark is available as a standalone subscription or as part of Adobe Creative Clou |
Are you sure you want to remove this component?
Schoolbox already has specific, custom built homepage components for the following 3rd party services:
Name | URL |
---|---|
Clickview | http://www.clickview.com.au/ |
Wolfram Alpha | http://www.wolframalpha.com/ |
To embed this, click the Insert Embedded Media button in the text editor, go to the 'Source' and copy the embed code into the textbox and press insert.
Are you sure you want to remove this component?
Websites can often have their content put into Schoolbox by clicking on a 'Share' button from the external webpage. Commonly sites will then give visitors either the option to select 'Link' (giving you a URL) or 'Embed' (giving some HTML code) along with some options to share their content.
If there isn't a 'Share' button, you can try to put the content into Schoolbox by copying the URL from your browser's address bar.
Both of these formats can then be added to a text box within your instance.
1. Add a Text Box component to the page utilising the normal steps. Then within the Text Box component:
2. Paste the URL directly into the content area of the text box.
2. Select the 'Embed Iframe' button within the WYSIWYG editor.
3. Paste in the URL to the pop-out window.
4. If desired, you can customise the dimensions and appearance options.
5. Select 'OK'.
2. Select the '<> Source' button within the WYSIWYG editor.
3. Paste the HTML code into the pop-out window.
4. Select 'OK'.
Are you sure you want to remove this component?
There are sometimes issues with iframes not working as expected.
When things aren't working as expected, 1 of 4 things will commonly be shown within the text editor:
|
|
1. When pasting the URL directly into the textbox it will say “This URL could not be automatically embedded”. | 2. Before saving or publishing the content, it will display a message saying the web address refused to connect. |
|
|
3. Before saving or publishing the content, the iframe will display the Schoolbox instance. | 4. Before saving or publishing the content, the iframe will display the intended content, but will disappear after saving or publishing the component. |
Here are the steps to take to try and rectify the issue.
1. Ensure the website is added as an exception to the whitelist within the Admin area. This will require a Schoolbox Superuser and commonly requires a staff member to contact a member of their IT administration team or senior member of the Digital Learning team.
2. Once the URL is on the whitelist, the iframe will often still not work. This is because the web address has already been attempted to be added to the instance and is stored within the cache, meaning the instance doesn't realise that any changes have been made. To combat this:
3. If the iframe is still failing to load, it may be that the website does not permit iframing. You can find this out by debugging the Schoolbox page where you are trying to create the iframe and looking at the console. It will show a line of text in red on the console tab saying something containing “.......X-Frame-Options…....” if the website cannot be put in an iframe. In this case, and if the website has an embed code, you could paste that into the HTML editor instead.
4. If all else fails, ask a registered Support contact from your school to contact us at Schoolbox.