SocialCrew Widgets loads the official SocialCrew widget runtime from widgets-api.socialcrew.io when a page contains a widget shortcode or the SocialCrew block.
[socialcrew_widget] with catalog parameters (type, team, league) or a direct space id.[socialcrew_widget_saved] for presets you save under Settings SocialCrew Widgets.The plugin ships a compressed local catalog (JSON, gzip+base64) so allowed type/team/league combinations resolve to a space id without an extra API call for the catalog.
This plugin relies on SocialCrew’s hosted widget loader to render widgets in the visitor’s browser.
What the service is: The endpoint https://widgets-api.socialcrew.io/load serves the JavaScript module that powers the widget UI (tables, fixtures, polls, etc.) when your site outputs the plugin shortcode or block.
What data is sent and when: On each page view where a widget is embedded (or when you use the admin preview), the visitor’s browser requests that URL. Typical query parameters are space (the widget identifier), adaptive=true, and optional showHeader. The plugin does not intentionally send WordPress user credentials or private admin data to SocialCrew—only the public widget parameters needed to render the embed.
Documentation (widgets product): SocialCrew Widgets
Terms of Use: https://widgets.socialcrew.io/termos-de-uso
Privacy policy: https://widgets.socialcrew.io/politica-de-privacidade
When a visitor loads a page that embeds a SocialCrew widget, the browser requests a JavaScript module from widgets-api.socialcrew.io. Query parameters may include the widget space id, adaptive=true, and optional showHeader.
The plugin does not send your WordPress user data to SocialCrew by default. Site administrators configure widgets in wp-admin; only public widget parameters are used in the front-end script URL.
For questions about data processed by SocialCrew’s servers, refer to the External services section above, the privacy policy at widgets.socialcrew.io/politica-de-privacidade, and the terms at widgets.socialcrew.io/termos-de-uso.