Be Sport widgets

Be Sport widgets are a set of widgets you can embed on your Web sites in iframes.

Replace sportid, areaid, groupid, userid or eventid by the Be Sport ids of your sport, area or group (team/club), users/athletes or events. To find the ids, open the corresponding page on Be Sport's Web site, and have a look at the URL.

Area clubs widget

This widget displays a list of clubs in area, for all sports, or for a given sport.

Code: <iframe src="https://www.besport.com/widget/clubs?areaid=areaid" style="width:500px;height:600px;max-width:100%;max-height:80vh;"></iframe>
or <iframe src="https://www.besport.com/widget/clubs?sportid=sportid&areaid=areaid" style="width:500px;height:600px;max-width:100%;max-height:80vh;"></iframe>

Journal widget

News about an area and/or a sport.

Code: <iframe src="https://www.besport.com/widget/journal?areaid=areaid" style="width:1000px;height:600px;max-width:100%;max-height:80vh;"></iframe>
or <iframe src="https://www.besport.com/widget/journal?sportid=sportid&areaid=areaid" style="width:1000px;height:600px;max-width:100%;max-height:80vh;"></iframe>

Journal page widget

Full page with club widget and journal, and navigation menu, for an area and/or a sport.

Code: <iframe src="https://www.besport.com/widget/journal-page?areaid=areaid" style="width:100%;height:600px;max-width:100%;max-height:80vh;"></iframe>
or <iframe src="https://www.besport.com/widget/journal-page?sportid=sportid&areaid=areaid" style="width:100%;height:600px;max-width:100%;max-height:80vh;"></iframe>

Add &nonews=on at the end of URL to have only the list of clubs.

Add &noclubs=on at the end of URL to remove the list of clubs.

Map widget

All clubs on a map, for a given area, sport, federation, ... .

Code: <iframe src="https://monclubpresdechezmoi.com/area/areaid" allow="geolocation" style="width:100%;height:600px;max-width:100%;max-height:80vh;"></iframe> to focus on a specific area
or <iframe src="https://monclubpresdechezmoi.com/sport-area/areaid/sportid/" allow="geolocation" style="width:100%;height:600px;max-width:100%;max-height:80vh;"></iframe> to focus on a specific area and a sport (do not forget the / at the end)
or <iframe src="https://monclubpresdechezmoi.com/sport-area/areaid/sportid/sportid/" allow="geolocation" style="width:100%;height:600px;max-width:100%;max-height:80vh;"></iframe> to focus on a specific area and several sports

Add parameter ?organization=organizationid at the end of the URL if you want to filter by organization be it public or private (FFBB, BasicFit, ...)

Add parameter ?nosportmenu=on at the end of URL if you do not want the user to switch to other sports. This will remove the sport menu.

You can also preselect labels by adding one or many ?ticked_labels parameters each followed by the name of a label. The exact name can be found by selecting a label in the menu. It will then be shown in the URL.

Group or competition ranking widget

My club or team ranking, or competition ranking.

Code: <iframe src="https://www.besport.com/widget/group-ranking/groupid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>
or <iframe src="https://www.besport.com/widget/event-ranking/eventid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>

Calendar widget

Calendar for a club or team, or a competition, or an athlete.

Code: <iframe src="https://www.besport.com/widget/group-calendar/groupid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>
or <iframe src="https://www.besport.com/widget/event-calendar/eventid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>
or <iframe src="https://www.besport.com/widget/user-calendar/userid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>

Feed widget

Club or team or user or event feed.

For a group (club, teamĀ ...): <iframe src="https://www.besport.com/widget/group-feed/groupid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>

For a user: <iframe src="https://www.besport.com/widget/user-feed/userid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>

For an event: <iframe src="https://www.besport.com/widget/event-feed/eventid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>

Group, user or event page widget

A widget with some event, group or user page.

For a group (club, teamĀ ...): <iframe src="https://www.besport.com/widget/group/groupid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>

For a user: <iframe src="https://www.besport.com/widget/user/userid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>

For an event: <iframe src="https://www.besport.com/widget/event/eventid" style="width:100%;height:600px;max-width:800px;max-height:80vh;"></iframe>

Search widget

A widget to search for clubs.

Add parameter ?query=string if you want to prefill the input

Add parameter ?focus=on if you want to focus the input

Add parameter ?user=userid and/or ?club=clubid and/or ?sport=sportid and/or ?event=eventid and/or ?area=areaid and/or ?organization=organizationid if you want the results to be related to any of those

Example: <iframe src="https://www.besport.com/widget/search?query=strasbourg&sport=308" style="width:100%;height:55px;max-width:100%;max-height:80vh;"></iframe>