Embedding your card

In this tutorial, you will learn how to embed your card to your website, your blog, wherever you want.

You need:

  • An OpenProfile card

  1. Get your OpenProfile card's URL.

  2. Paste these lines of code in your HTML source:

<iframe src="https://openprofile.is-cool.dev/embed?user_id=USER_ID" width="600" height="750"></iframe>
  1. Replace the srcattribute with your card's URL.

  2. Done! You now have embedded your card to your website.

Last updated