Inserting a ScreenSteps Live iframe into a web page
This lesson will show you how to insert a ScreenSteps Live iframe into a webpage. With this iframe you can allow your users to search your ScreenSteps Live account from anywhere.
Example Code
###
<iframe src ="http://bmls.screenstepslive.com/spaces/screensteps.iframe" width="100%" height="300" style="border:none;">
<p>Your browser does not support iframes.</p>
</iframe>
###
Above is some example code. You should replace bmls.screenstepslive.com/spaces/screensteps.iframe with the url to your ScreenSteps Live space.
You can set your own custom height and width settings.
Notice that the url has an "iframe" extension on it. This will tell ScreenSteps Live to format the content for the iframe. If you don't include this extension then the search box won't look correct in your web page.
Example
This is an example of what the iframe might look like.
And here are some search results.
Now you can just add this iframe to any page where you would like your users to be able to search your ScreenSteps Live content.
Add your comment