Embedded Scheduler Using an iframe

This is a simple embedded scheduler that leverages ShowMojo's existing smartphone scheduling functionality. Put it on your website and your users can schedule a showing without ever leaving your site. Here's is an example of how it will look. This scheduler wires into a demo account, so you can try it out right now. 

To choose the listing to be used in this scheduler, simply take any existing ShowMojo listing URL and insert "/e" after the ".com". 

So, https://showmojo.com/l/883200e0c5 becomes https://showmojo.com/e/l/883200e0c5.

And here is the iframe code, using this example:

<iframe src="https://showmojo.com/e/l/883200e0c5" style="border:1px #333333 solid;" name="myiFrame" scrolling="yes" frameborder="1" marginheight="0px" marginwidth="0px" height="600px" width="400px"></iframe>

Widths between 300px and 500px are possible. 400px is the best.

There really is only one caveat. When your users reschedule, confirm, etc, they will be taken to the ShowMojo site as opposed to your site. We'll try to come up with a correction for this in the future.

Was this article helpful?