Introduction

Tickaroo offers two types of widgets:

  • The Liveblog Embed, which is the main widget for intergration
  • The Liveblog Teaser Embed, which allows to embed highlight posts for promotion of the liveblog

Both widgets are rendered by the same script

<script async src="https://cdn.tickaroo.com/webng/embedjs/tik4.js"></script>

And use the same basic CSS file

<link rel="stylesheet" type = "text/css" href="https://cdn.tickaroo.com/webng/embedjs/tik4.css">

Widgets are rendered via custom elements.

<tickaroo-liveblog liveblogId="LIVEBLOG_ID" clientId="CLIENT_ID"></tickaroo-liveblog>
<tickaroo-liveblog-teaser liveblogId="LIVEBLOG_ID" clientId="CLIENT_ID"></tickaroo-liveblog-teaser>

We do not provide a polyfill. Only modern browsers are supported (see also Browser Support)

Learn More

Liveblog Widget

Liveblog Teaser Widget

Other Topics