Embed code
Add the SDK script tag and a<div> element with data-tallysight-widget-type="feed":
Widget ID format
The feed widget ID is a composite string that encodes three values separated by commas:nba,2024-25-regular-season,the-athletic
Use "all" for any dimension to show everything in that dimension. For example:
"all,all,the-athletic"— all sports and events for thethe-athleticworkspace"nba,all,the-athletic"— all NBA events for thethe-athleticworkspace"nfl,2025-26,sports-interaction"— NFL 2025–26 season forsports-interaction
Feed tabs
When you setconfig-tabs, the widget renders a tab bar above the feed. Clicking a tab re-fetches the feed filtered to that type:
If you only supply a single tab value, the widget does not show a tab bar — it simply requests that feed type from the API. If you omit
config-tabs entirely, the widget falls back to the default behavior and sends no tab parameter to the API. This is backward compatible with older embeds.