Search Tips
Account Management Apps Attendance Call Alerts Classroom Data Imports Data Security Directory Services Google Classroom Integration Grade Export Gradebook Groups Implementation
Lockers LoopMail Mobile School Loop Partner Gradebooks Portals Publishing Registration Sections School Settings Student Record Student Tracker Unification Webmaster Websites
Frequently Asked Questions Document Library Design Services Gallery of Sample Sites Help & Support
Course Outlines On-Site Training Website Training
Account Management Grade Submission Gradebook LoopMail Trackers Miscellaneous

Custom HTML

Only available to Webmasters, the Custom HTML element can be used to insert any raw HTML, JavaScript, and CSS code.

Embedding Code and Inserting Content

calendar.pngA common use of this element is to insert content from your old district or school site. For example, take a look at the complicated attendance calendar on right. Such a calendar would be extremely tedious to create using the rich text editor element, so copying the code from another source makes it a snap to add content like this to your website. In fact, you can use our free calendar generator to create your own customized calendar.

Streaming Video

You can also use the Custom HTML element to embed video from another site on a School Loop page. Sites like TeacherTube and YouTube provide the HTML code needed to embed videos they host on your site. Take a look at the bottom of this page for an example.

teachertubeembed.png

Just copy and paste their code into our Custom HTML Element and you've got instant video on your site. Unless you need to adjust the size of the video, there's no special knowledge required. Even adjusting the size of the video is simple if you know that there can be one or two instances of the height and width that must be changed. It also important to keep the same aspect ratio by scaling the dimensions proportionally (some sites, like YouTube, will offer you a choice of various sizes). Here's a snippet of the code showing the dimensions:

<iframe width="560" height="315"> src="http://www.teachertube.com/embed/player.swf" frameborder="0" allowfullscreen </iframe>

Embedded Video Sample