15 lines
291 B
HTML
15 lines
291 B
HTML
<div id="messages">
|
|
<div id="widget"></div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
oSpot.pageInit = function(asHash)
|
|
{
|
|
$('#widget').spotLiveWidget({
|
|
feedId: self.vars('feed_id'),
|
|
width: '100%',
|
|
height: 800
|
|
});
|
|
};
|
|
|
|
//oSpot.onSamePageMove = function(asHash){return true;};
|
|
</script> |