Project:Dash Media Player
Version:5.x-1.0-beta5
Component:Documentation
Category:feature request
Priority:normal
Assigned:Unassigned
Status:postponed

Issue Summary

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

#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

Status:active» postponed
nobody click here