Tickaroo Embed API
The Tickaroo Embed API is a Javascript based API to embed and interact with Tickaroo content directly within your website.
- Getting Started
- Consent Handling
- Liveblog Reference
- Scores Reference
- Other Reference
- SEO and Prefetch API Reference
- HTML/CSS
- Scores Reference
- FAQ
Changelog
- From
v1
totik3
:- Layout uses
flexbox
instead offloats
ordisplay-inline
- Renamed
embedTicker
toembedLiveblog
- Two new options were added:
whitelistedScoreboardAffiliations
andblacklistedScoreboardAffiliations
- Options default values changed for:
style
: removedshowEventMeta
from:'off'
to'reporter'
. Reporter (creator of the ticker message) is now visible.coalesceRepeatedMeta
from:false
totrue
- Styling:
- Class prefix changed from
tickaroo
totik3
. If you’ve added custom styling, selectors will no longer apply styling. - “Load-More” button looks like a button now
- Images of reporters are now masked with circle
- font-size unit has changed from
px
toem
- Class prefix changed from
- Layout uses
Upgrade Guide
- Update custom styling in your source code and in your EmbedJs Clients (HTML/CSS)
- Update embed code to v3 (Getting Started)
- Check embed code options (see Changelog)