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
- Getting Started
- Consent Handling
- SEO and Server Side Fetch
- Deep Linking
- Enduser SSO
- AMP via iFrame
- Inline Ads
- App Integration
- Liveblog Tag Parameters
- Liveblog Tag Methods
- Liveblog Tag Events
- Third Party Embeds
Liveblog Teaser Widget
- Getting Started
- Liveblog Teaser Tag Parameters
- Liveblog Teaser Tag Methods
- Liveblog Teaser Tag Events