Show your visitors what people on Hyves are saying about your brand or any other topic. In the example below you can see all public posts (WWW) from Hyvers on Hyves about Heineken.
How to place this badge
Place the following code between the <head> en </head> tags of the page you want to show the badge on:
<script type='text/javascript' src='http://www.hyves.nl/precompiled/hyvesconnect.js'></script>
<script type="text/javascript">
function showWwwBadge(){
var config_firehose_badge = {
width: '500',
search: 'Heineken',
length: '5'
}
Hyves.connect.badge.firehose(config_firehose_badge, 'www_badge');
}
</script>
Next, add the following line to the body tag:
<body onload="showWwwBadge();">
Place the following code on the place where you want to show the badge:
<div id="www_badge"></div>
Note: For this badge to work, you will need to add the following file on your server: hcrpc_relay.html. This file will be used to show the badge in older browsers. The content of this file can be found here: http://cache.hyves-static.net/statics/hcrpc_relay.html and should be placed in a folder called statics.
For example: http://www.yourdomain.com/statics/hcrpc_relay.html