Sometimes you want to easily embed the results of a sodisp event into your own website or app. Doing so is easy.


  1. Navigate to the page you want to embed
  2. Copy the url, but add "?view=embed" at the end of the url. This renders the same page, but without header of footers, making it more suitable for embedding in an app or website


Once you have the url you can embed it using an iframe, for instance:

<iframe src="https://sodisp.com/events/test-event?view=embed" width="100%" height="3000px" scrolling="no"></iframe>