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.
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>
Small live quote inside a sentence
Use the chip inline with a trial mention, sponsor update, recap sentence, or navigation surface.
A trial catalyst is nearing a key readout
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>
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.
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
Required. Accepts market id, question slug, onchain id, or NCT number.
Use chip for inline quotes or full for sidebar cards.
Optional. light or dark. Defaults to light.