Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
online:additional:embed [2023/12/13 12:53] – [Easy embedding] sebastianonline:additional:embed [2023/12/13 13:00] (current) – [Easy embedding] sebastian
Line 3: Line 3:
 ====== Easy embedding====== ====== Easy embedding======
  
-Embed registration, participant lists or result lists.+Embed registration, participant lists or result lists with iframe.
  
 You have 3 options: You have 3 options:
Line 10: Line 10:
   * With tabs: sportstiming.dk/event/13320/**embedtabs**   * With tabs: sportstiming.dk/event/13320/**embedtabs**
   * With tabs and top banner: sportstiming.dk/event/13320/**app**   * 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>