Skip to content

Embedding Food Oasis in Your Web Site

John Darragh edited this page Oct 16, 2021 · 13 revisions

If you want to embed Food Oasis in your own web site, you may do so by including the following snippet in your HTML:

<iframe
      src="https://la.foodoasis.net/widget"
      width="100%"
      height="100%"
      style="margin: 0; border: 2px solid #336699; box-sizing: border-box"
>

The above code is to access the Los Angeles version of Food Oasis. You may use some of the other regions by substituding the appropriate URL, as shown on this wiki's Home Page.

Clone this wiki locally