Click trigger
<button type="button" class="dg-btn-1 btn-accent radius-3px" data-toggle="popover" data-container="body" data-placement="right" data-trigger="click" title="Popover title" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Popover<i class="fa fa-play-circle-o ml"></i></button>
Focus trigger
<button type="button" class="dg-btn-1 btn-accent radius-3px" data-toggle="popover" data-container="body" data-placement="right" data-trigger="focus" title="Popover title" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Popover<i class="fa fa-play-circle-o ml"></i></button>
HTML support
<button type="button" class="dg-btn-1 btn-accent radius-3px" data-toggle="popover" data-container="body" data-placement="right" data-trigger="hover" data-html="true" title="Popover title" data-content='Add <u>some</u> HTML stuff.'>Popover<i class="fa fa-play-circle-o ml"></i></button>
Disabled animation
<button type="button" class="dg-btn-1 btn-accent radius-3px" data-toggle="popover" data-container="body" data-placement="right" data-trigger="hover" data-animation="false" title="Popover title" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Popover<i class="fa fa-play-circle-o ml"></i></button>
Delayed tooltip
<button type="button" class="dg-btn-1 btn-accent radius-3px" data-toggle="popover" data-container="body" data-placement="right" data-trigger="hover" data-delay="300" title="Popover title" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus.">Popover<i class="fa fa-play-circle-o ml"></i></button>