On the Diskusjon.no thread you’re reading, the topic is about finding a simple editor for Android — specifically for writing notes and reminders without ads. The iframe snippet itself isn’t part of the discussion; it’s a generic embed code pointing to Figma’s “Buzz” embed service.
Here’s what each part means:
<iframe ...> → Creates an inline frame to display external content.
style="border: 1px solid rgba(0, 0, 0, 0.1);" → Adds a light gray border around the frame.
width="800" height="450" → Sets the size of the embedded window.
src="https://embed.figma.com/...Untitled?... → Loads a Figma design file (in this case, an “Untitled” project).
allowfullscreen → Lets the user expand the embedded content to full screen.
- PRØVDE POSTE ET INNLEGG, MEN NEWBIE SOM JEG ER SÅ MISLYKTES JEG .
DETTE SKULLE JEG POSTE:
<iframe style="border: 1px solid rgba(0, 0, 0, 0.1);" width="800" height="450" src="https://embed.figma.com/buzz/PbdxlSRhRb4bV4rsixbvWO/Untitled?node-id=0-1&embed-host=share" allowfullscreen></iframe>