You are here: Compass > Annal's passport > Annal's widget
Annal's widget
Loading the Journizer widget
Get Annal's widget for different plattforms
To install Annal's widget on different plattforms click on one of the following links:
Integrate Annal's widget on you own website
Do want to integrate Annal's widget on you own website? Copy this code snipped and put it into your html page:
<script type="text/javascript"
src="http://www.netvibes.com/js/UWA/load.js.php?env=BlogWidget">
</script>
<div id="JournizerWidget"
style="width:250px;margin-left:auto; margin-right:auto;">
Loading the Journizer widget
</div>
<script type="text/javascript">
var JWidget = new UWA.BlogWidget(
{ container: document.getElementById("JournizerWidget"),
moduleUrl: "http://journizer.com/journizer_widget.html" } );
JWidget.setConfiguration(
{ "title":"Journizer Annal",
"height":"500",
"borderWidth":"1",
"color":"#EEEEEE",
"displayTitle":true,
"displayFooter":false,
"inline":true } );
JWidget.setPreferencesValues(
{
"traveller":"annal",
"lang":"en"
}
);
</script>




