It is very easy to embed VisuLand right into your website, just use the simple HTML code below. To ease the process, there are pre-build modules for major open source projects (elgg.org, moodle.org). As a demo, plugins were implemented for OpenSocial and Facebook community portals:
Embed Visuland into your page
<link rel="stylesheet" type="text/css" href="http://iframe.visuland.com/css/gallery.css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://iframe.visuland.com/js/gallery.js"></script>
<script type="text/javascript" src="http://iframe.visuland.com/js/locationGallery.js"> </script>
<script type="text/javascript" src="http://iframe.visuland.com/js/iframe.js"></script>
<div>
<input type="hidden" id="vlShowSelector" value="0" />
<input type="hidden" id="vlLoginForm" value="GUEST" /> <!-- (USER|GUEST|USER_ONLY|GUEST_ONLY) -->
<input type="hidden" id="vlLocation" value="68" />
<input type="hidden" id="vlScrollTo" value="0" />
<input type="hidden" id="vlWidthOverride" value="900"/>
<input type="hidden" id="vlLang" value="en"/>
<iframe id="visulandView" src="http://iframe.visuland.com/empty.html" frameborder="0" marginwidth="0" marginheight="0" width="1" height="1" scrolling="no" style="display:none"></iframe>
</div>