Test page for user events and products listing widgets with various configurations
Display a user's upcoming events in various layouts and themes. Perfect for event promoters to showcase their events on their website.
Display a user's products for sale in various layouts and themes. Perfect for vendors to showcase their products on their website.
Complete list of available attributes for customizing user listings widgets.
| Attribute | Required | Values | Description |
|---|---|---|---|
data-streets-widget |
Yes | user-events | user-products |
Widget type to display |
data-share-id |
Yes | String | User's Streets ID (shareId) |
data-layout |
No | grid | list |
Display layout (default: grid) |
data-limit |
No | Number | Maximum items to display (default: 6) |
data-theme |
No | light | dark | minimal |
Visual theme (default: light) |
data-primary-color |
No | Hex color (e.g. #3B82F6) | Custom primary color for gradients and accents (optional) |
data-secondary-color |
No | Hex color (e.g. #F59E0B) | Custom secondary color for highlights (optional, works independently) |
data-header-text-color |
No | Hex color (e.g. #FFFFFF) | Custom color for user name and about text (optional) |
data-inline-checkout |
No | true | false |
Enable inline checkout modal instead of redirecting (default: false) |
data-event-button-label |
No | Text string | Custom label for event buttons (default: "Get Tickets") |
data-product-button-label |
No | Text string | Custom label for product buttons (default: "Buy Now") |
data-show-search |
No | true | false |
Show search filter (default: true) |
data-hide-image |
No | true | false |
Hide item images (default: false) |
| Attribute | Values | Description |
|---|---|---|
data-show-date-filter |
true | false |
Show date range filter (default: true) |
data-hide-location |
true | false |
Hide event location (default: false) |
data-hide-price |
true | false |
Hide ticket prices (default: false) |
data-sort-by |
date | name | price |
Sort order for events (default: date) |
| Attribute | Values | Description |
|---|---|---|
data-hide-price |
true | false |
Hide product prices (default: false) |
data-show-low-stock |
true | false |
Show quantity when less than 10 items (default: false) |
data-sort-by |
name | price |
Sort order for products (default: name) |
How to integrate Streets user listings widgets into your website.
Use the various data attributes to customize the appearance and behavior of your widgets. Colors are completely optional - you can use primary only, secondary only, both, or neither. The widgets are fully responsive and will adapt to your website's layout.
Your Streets ID (shareId) can be found in your Streets app profile settings. It's the unique identifier that allows the widget to display your events and products.