Helpdesk

Live Blog Integration

Learn how to integrate your live blog, link your domain, generate a widget code, and locate your Live Blog and Owner ID.

Settings: Integration

With our widgets you can embed your liveblogs into your website and app in just a few steps. Copy the Widget Code into the source code of your website or application. Replace {{YOUR_LIVEBLOG_ID}} with the id of your liveblog. New: Configure your theme to customize the appearance without programming knowledge. For more info, check out the documentation. Settings: Users Settings: Integration Settings: Tag Templates Settings: Liveblog Categories Settings: Marketplace Settings: Organization Profile Settings: Email Templates Settings: Defaults Settings: Data Processing Agreement Settings: Pricing & Packages Settings: Comments

Mon, 11 Aug, 2025 at 2:32 PM

Menu Bar: Liveblog Integration | Widget Codes

Open the Liveblog Integration in the menu bar of the editor to get to the Widget Code Generator as well as the management of your Liveblog Themes. You will receive here the individual widget code of your liveblog, which is needed for integration on the website. Under Liveblog Links you can create and view your liveblog with the different themes.

Wed, 13 Sep, 2023 at 11:53 AM

How long does it take to integrate a liveblog into my website?

Integration is quick, easy and mostly based on customizable EmbedJS widgets. Feel free to check out our developer documentation for more information.

Thu, 7 Sep, 2023 at 11:29 AM

Javascript widget (EmbedJS)

Automatic integration: The liveblog is loaded via Javascript and integrated directly into your page. Content is updated automatically. Easy integration: Add the liveblog to your website with just a few lines of Javascript code. SEO note: Only search engines that analyze Javascript can index the content.

Mon, 20 Nov, 2023 at 1:48 PM

Can I import older liveblogs from my ScribbleLive or Sourcefabric account?

We've made switching your liveblog software even easier! If you were a ScribbleLive or Sourcefabric user before, we have developed an import program for you that transfers your old liveblogs into our system. This way you can keep all your liveblogs in one place - in your Tickaroo account!

Thu, 7 Sep, 2023 at 11:45 AM

Tickaroo Live Blog API – Features and Use Cases

The Tickaroo Live Blog API helps you manage and automate your liveblogs more efficiently.  With powerful endpoints, you can: Manage Liveblogs: Create, search, retrieve, update, and delete directly via API. More info » Automated Liveblog Creation: Prefill blogs with teams, players, and scoreboards. You can even auto-post sports events. CMS Integration: Create and manage liveblogs directly from your CMS—no need for manual embed code copy-paste. CMS integration guide » Fetch Statistics: Use analytics endpoints to track time ranges, devices, countries, referrers, and more. Analytics docs » Webhooks: Get notified automatically about liveblog changes via ticker_update. Webhooks docs » Manage Teams & Players: Update team and player data such as name, jersey number, nationality, images, or birthday. Teams » / Players » With the Tickaroo API, you can seamlessly integrate liveblogs into your systems and save valuable time. Here is the link to our API developer documentation.

Fri, 5 Sep, 2025 at 12:31 PM

Embedding a Tickaroo Live Blog in WordPress

You can embed any Tickaroo Live Blog in WordPress without installing an additional plugin. The integration uses the Tickaroo EmbedJS widget: simply add the generated embed code to your page or post, and the Live Blog will load automatically and stay up to date. Generate the Widget Code in Tickaroo First, generate the embed code directly from your Live Blog. Open your Live Blog in the Tickaroo editor. Navigate to Integration in the menu bar. Open the Widget Code Generator. Select your preferred theme. Copy the generated widget code. The current widget code (v4) looks similar to this: <script async src="https://cdn.tickaroo.com/webng/embedjs/tik4.js"></script> <tickaroo-liveblog liveblogId="YOUR_LIVEBLOG_ID" clientId="YOUR_CLIENT_ID" themeId="YOUR_THEME_ID"> </tickaroo-liveblog> The generated code always contains: Live Blog ID Client ID Theme ID Add the Widget Code to WordPress Gutenberg Block Editor If you're using the WordPress Block Editor (Gutenberg): Open the page or post where you want to display the Live Blog. Add a Custom HTML block at the desired position. Paste the copied widget code into the block. Save or publish your changes. Important: Do not paste the code into a regular Paragraph block. The visual editor converts <script> tags into plain text, preventing the Live Blog from loading correctly. Elementor If you're using Elementor: Edit the page with Elementor. Drag the HTML widget onto the page. Paste the widget code into the HTML Code field. Click Update to publish your changes. Important: Use the HTML widget only. Do not paste the code into a Text Editor or Heading widget, as the required <script> tag may be removed. Classic Editor If you're using the Classic Editor: Open the page or post. Switch from the Visual tab to the Text tab. Paste the widget code. Save or publish the page. Important: Do not use the Visual editor, as it removes <script> tags from the content. SEO Considerations The Tickaroo Live Blog is loaded via JavaScript. This means: Search engines that execute JavaScript can index the Live Blog content. Search engines that do not execute JavaScript may not see the embedded content. For improved search engine indexing, Tickaroo provides server-side prefetch endpoints. More information can be found in the Tickaroo Developer Documentation.

Tue, 7 Jul, 2026 at 11:02 AM