Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
online:additional:embed [2023/12/07 11:55] – created sebastianonline:additional:embed [2023/12/13 13:00] (current) – [Easy embedding] sebastian
Line 2: Line 2:
  
 ====== Easy embedding====== ====== Easy embedding======
 +
 +Embed registration, participant lists or result lists with iframe.
 +
 +You have 3 options:
 +
 +  * Without tabs: sportstiming.dk/event/13320/**embed**
 +  * With tabs: sportstiming.dk/event/13320/**embedtabs**
 +  * With tabs and top banner: sportstiming.dk/event/13320/**app**
 +
 +**Select the page you wish to embed**
 +
 +If you wish to embed the results, you add **/results** to the URL. Example: sportstiming.dk/event/13320**/embed/results**
 +
 +This could also be **/participants** or **/shop** or even directly into the registration flow **/embed/registration/participants**
 +
 +
 +
 +**HTML-Code for your website**
 +
 +Enter the following code on your website. Remember to change the link to your own event. You can also change width and height to fit your page.
 +
 +<iframe src="https://www.sportstiming.dk/event/13320/app/results" width="100%" height="2200" scrolling="no" style="display: inline;" frameborder="0"></iframe>
 +
 +