Embedding the Remote Access Links
Copy the following code and place it in a page on your website to easily include download links for the remote access application:
<script
id = "jwEmbed"
src = "
/access/embed.js"
configuration = "online*,offline,applet"
imageURL = "/branding/applet_splash.png"
showAppName = "yes"
type = "text/javascript">
</script>
The
src
line should contain the domain name or IP address of your SimpleHelp server (the detected value
may be incorrect).
Optional
The
configuration
line specifies which download options are preferred. Options followed by a * are recommended and highlighted accordingly.
Optional
Set
showAppName
to
no
to hide the application name.
Optional
Remove the
imageURL
line to hide the branding image.