ELMELM.social

Developer setup

List your ELM business chat on your website.

For now this is intentionally simple: your website shows a verified-looking ELM chat button/card, and the link opens elm.social/chat/<ELM_PIN>/. From there ELM creates/opens the normal business chat flow.

Floating button widget

<script
  src="https://elm.social/static/js/elm_business_chat_widget.js"
  data-elm-pin="YOURPIN"
  data-elm-name="Your Business"
  data-elm-label="Message us on ELM"
  defer></script>

Plain link

<a href="https://elm.social/chat/YOURPIN/" rel="noopener">Message us on ELM</a>

Behaviour

The handoff page validates the PIN, shows the business identity, then directs the visitor into the ELM app or elm.social/get for Apple/macOS, Windows, Google/Android, and Linux. The chat itself remains a normal ELM business chat.