For users of Squarespace, the following two-step process can be used to embed your candidate portal in your web site in an Iframe, where users can view and apply to jobs that you publish in Crelate. An Iframe acts as a "window" to another website that can be embedded into your web site.
Step 1 is to embed an Iframe. Put this in the EMBED block: (Make sure to replace [YOURORGNAME] with your Crelate org name)
<div id="crelate-iframe" style="text-align: center; -webkit-overflow-scrolling:touch; overflow: auto;">
<iframe frameborder="0" scrolling="yes" width="700" height="500" src="http://jobs.crelate.com/portal/{YOURORGNAME]?iframe=true"></iframe>
</div>
**Please Note** If your site is running SSL (HTTPS) be sure to set your IFRAME URL to HTTPS as well”
Step 2 is to add this CSS code:
#crelate-iframe iframe {
height: 600px;
width: 100%;
margin: 0;
padding: 0;
border-style: solid;
border-width: 1px;
/* to ensure proper scrolling and overflow handling on
mobile devices, put this styling in a div wrapper around the
iframe because it's unreliable in css:
-webkit-overflow-scrolling: touch;
overflow: auto;
*/
}
What's Next?
Not a Squarespace user? Looking for options via an RSS feed? Check out additional content below!