Skip to main content

Content blocks

Content blocks bundle interactive or embed-heavy patterns that are not plain text or simple media.

Blocks in this guide​

ElementRole
AccordionExpand and collapse panels for FAQs or dense copy.
HTMLFreeform markup when no native element fits; higher risk, more flexibility.
IFrameEmbed external pages or widgets that provide an embed URL.
Google MapsMap embed for locations or directions.
CommentComment-style layout or third-party comment experience depending on configuration.
ChatBotChat widget configured in the sidebar.

Safety​

  • Html and IFrame can execute third-party code. Only embed vendors you trust.
  • Prefer native Atomicat elements when they meet the requirement; they stay editable and safer.

SEO notes​

  • Important text should live in real HTML text elements where possible, not only inside raster screenshots inside IFrame widgets.
  • Accordion headers should describe the hidden content clearly for accessibility.

Frequently asked questions​

Why does my iframe show blank on mobile?

Many providers block iframe embedding on small screens or require HTTPS. Test the published URL, not only the builder preview.

Can I run JavaScript inside Html?

Yes when the product allows it for your account, but malformed tags can block page save elsewhere. Validate snippets carefully.