Publisher Embed

Live trial-market cards for publisher pages.

Endpoint Arena embeds are read-only cards for clinical trial coverage. Add one hosted script and a custom element to show public YES/NO prices, trial facts, and links back to the live market.

Setup once

Load the widget script

Add the hosted script once on the article page or publisher template. After that, each example below only needs its custom element.

<script async src="https://endpointarena.com/embed.js"></script>
Inline chip

Small live quote inside a sentence

Use the chip inline with a trial mention, sponsor update, recap sentence, or navigation surface.

Live example

A trial catalyst is nearing a key readout ahead of the next sponsor update.

How to do it

Use chip density inside the sentence where the live quote belongs.

<script async src="https://endpointarena.com/embed.js"></script>
<p>
  The trial <endpoint-arena-trial-card market="NCT04229979" density="chip"></endpoint-arena-trial-card>
  remains open ahead of the next sponsor update.
</p>
Sidebar card

Full card when the page has room

Use full density in a sidebar or research page rail when readers need the question, endpoint, NCT number, and source links together.

Live example
How to do it

Use full density for a larger card. Theme can be light or dark.

<endpoint-arena-trial-card
  market="NCT04229979"
  density="full"
  theme="light"
></endpoint-arena-trial-card>

Demo market

The live examples on this page use NCT04229979.

Swap the market value for any Endpoint Arena market id, question slug, onchain market id, or NCT number.

Attributes

market

Required. Accepts market id, question slug, onchain id, or NCT number.

density

Use chip for inline quotes or full for sidebar cards.

theme

Optional. light or dark. Defaults to light.