Liveblog Teaser Tag Methods
The widget DOM element exposes various API methods. All methods are only available after the tickarooLiveblogTeaserInit
event has fired. If called before that, they will immediately throw an error.
Example:
<script async src="https://cdn.tickaroo.com/webng/embedjs/tik4.js"></script>
<tickaroo-liveblog-teaser id="my-liveblog" liveblogId="LIVEBLOG_ID" clientId="CLIENT_ID"></tickaroo-liveblog-teaser>
<script>
function onClickSomeNavigation() {
document.findElementById('my-liveblog').myMethodCall();
}
</script>
Methods are:
- none right now