Skip to main content

public link

The Widget public link provides you with a secure and simple way to allow your users to connect their accounts from different platforms. You can share this link with confidence with your users.

Base URL

For the link to work it is necessary to specify the widget_id in the URL. Within the Console, in the Developers section, this link will be available to copy.

https://connect.palenca.com/?widget_id={widget_id}

img.png

Iframe

It is possible to embed this link on your website through an iframe. You can modify the width and height parameters according to what you need. Here an example:

  <iframe src="https://connect.palenca.com/?widget_id={widget_id}" style="width: 100%; border: none; height: 100%; overflow: scroll;"></iframe>