Liveblog Teaser Linking
There are three possible options for the teaser to construct links to the actual liveblog posts: automatic or manual. The widget will use the liveblog’s Deep Linking mechanism to construct links.
Automatic Linking
The liveblog teaser will try to automatically find the correct current link to the liveblog. We are using liveblog analytics data and the following logic for this:
- We are looking for a URL with the same hostname of the teaser embed
- We are only considering URLs that have a path
- We will use the latest URL that we received analytics data from
- The result will be cached for a certain amount of time
Please be aware that this process could return no result if the teaser widget is embedded before we received any liveblog analytics data from the same hostname!
Manual Linking
You can also specify the correct target page via the liveblogUrl
property in the teaser tag.
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"
liveblogUrl="http://www.example.com/my-liveblog-article">
</tickaroo-liveblog-teaser>