Embed the LiSA Stories Widget

Position the following code snippet in the designated area for showcasing the stories badges:

<script
  async
  defer
  data-lisa-widget="stories-badges"
  src="https://widget.lisa-cdn.net/stories-badges/{clientId}/default"
></script>

The provided embed code in the example above utilizes the default configuration of the stories badges widget. It does not implement any filtering on the included stories, such as channels or categories. The stories badges are arranged in chronological order based on their stories publication date, with the most recent ones appearing first.

However, in the LiSA console, you have the ability to customize these filtering options according to your specific requirements when creating custom widgets.

Page Performance

In order to minimize any impact on your page speed and performance, remember to include the async and defer attributes.

Last updated