Embedding an iframe into the Dawn theme footer, intended as a third column next to existing “Disco Dharma” text.
Guidance: place the embed code directly in the footer theme file.
Steps:
Duplicate the live theme (Online Store > Themes > More actions > Duplicate), then Edit code on the current theme.
Open footer.liquid and insert the iframe where you want it to render.
Outcome: after adding the code to footer.liquid, the embed worked as intended.
Terms:
iframe: an inline frame that displays external content on a page.
footer.liquid: the Shopify Liquid template controlling the footer’s structure.
Current status: a follow-up asks where to position the embed so it sits above or below the footer menu (example page link provided). No answer yet; placement would depend on inserting the code in the appropriate spot within footer.liquid.
The code is to embed an , I believe I would need to add a custom liquid or html section but this isn’t available in the footer. The code would need to render in a third column in the footer next to the Disco Dharma text. Does anyone have any idea how to go about this?