Hi,

I noticed there's a new feature on tagging but can't find any documentation on implementing it. Is there any tutorial? Thanks!

Comments

travist’s picture

Currently there is only a showcase that shows off the tagging service... http://www.tmtdigital.com/node/224

I will try to work up a tutorial shortly, but the short version is you just need to use the following to enable it...

<?php
$params['taggingenabled'] = 'true';
$params['votingenabled'] = 'false';
print dashplayer_get_player($params);
?>
travist’s picture

Status: Active » Postponed