Skip to main content

Deep Links - Providers

Storyblok

The Storyblok Known Provider requires the following parameters:

  • Space ID

When attributing a Component related to Storyblok content, you need to include the following properties in the JSON for the deeplinking to work:

  • providerId (as set in Admin Panel)
  • entryId

Example

Take the following HTML snippet as an example:

<div data-pf='{"providerId": "YOURPROVIDERID", "componentKey": "hero", "groupId": "abc1234", "entryId": "YOURENTRYID"}'>
<h1>Hero Title</h1>
<p>Hero Description</p>
</div>
tip

To see others available properties accepted in data-pf attributes, please read this article