Carousel / Grid
Last updated
Last updated
Embed feed - Carousel or Grid allows the content to be displayed as a row or grid of thumbnails. Embed feeds are usually used for content discovery where the user can see multiple content and increases the chance to initiate the content engagement.
Place the javascript part either on the <head>
or <body>
or right above the Firework component you are adding.
Place the web component where the feed should be displayed.
In case your page uses multiple widget components, insert <script>
tag with combined fwn.js
file instead of requesting each js file individually. This would improve your performance.
Example:
<script
async
src="//asset.fwcdn3.com/js/fwn.js"
type="text/javascript"
></script>
In addition to the attributes described below, there are Player Attributes (which affects the way player behaves) and Feed Attributes (which decides the content being displayed) . You can find the list of attributes specific to Embed Feed in the section below
Player AttributesFeed AttributesName | Description | Default Value |
---|---|---|
|
One of three available display modes. |
|
|
Thumbnail size. Does not apply to |
|
|
| |
| Where to open video player on thumbnail click.
|
|
| Max. number of videos loaded for | |
| Page size for manual pagination in | |
|
Autoplays first thumbnail. |
|
|
Show captions for autoplayed thumbnails |
|
| Specify title for | |
|
|
|
| Ability to render CTA's in embed feed carousel thumbnails |
|
| Ability to display product cards in embed feed carousel thumbnails |
|