Documentation on tagging service
dropchew - September 16, 2008 - 06:12
| Project: | Dash Media Player |
| Version: | 5.x-1.0-beta5 |
| Component: | Documentation |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
Hi,
I noticed there's a new feature on tagging but can't find any documentation on implementing it. Is there any tutorial? Thanks!

#1
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);
?>
#2