Find the url where the map, timeline or other material resides.
Paste the code below into the html editor, being sure to insert the url you have inside the quotation marks after src=. Also be sure to include http:// at the beginning of the url you're using. (See below for seeting the paramaters for "frameborder," "height" and "width.")
<iframe src="[your url]" frameborder="0" height="650" width="100%"></iframe>Using your own url, your code should then look something like this:
<iframe src="http://www.tiki-toki.com/timeline/embed/137152/4308693385" frameborder="0" width="100%" height="650" ></iframeUnder "Layout," select "Blank Slate."
Click "Save."
Frameborder defines the width of the border around the material inside the iframe; a frameborder of 0 means there is no frame; a frameborder of N (frameborder="N") will place a border N pixels wide around the material.
Width sets the width of the material displayed. Width can be set to pixels or percentages. Setting the width to 100% (as in the example above) allows the iframe to expand to the maximum width allowed inside the main content area of a Scalar page.
Height sets the height of the material displayed. In the example above, we've set the height to 650 pixels.