IDPartner Button

The IDPartner Button presents the End User with a button that remembers their preferred ID Partner (defaulting to e.g. ‘Verify with your ID Partner’).

Installing the button on your site or app can be done in 2 lines of code.

  1. Add the script to the <head> of your browser

<script src="https://install.idpartner.com/script.js"></script>

2. Add the <id-partner /> custom HTML anywhere you want the button to appear

<id-partner id="DSCzcXzBvQYc_3yByXq02">

For React applications, consider integrating our React App. Add it directly from https://github.com/idpartner-app/react-button.

Last updated