Capture Showcase

How can I access a Capture Showcase page for another Capture user?

To access a Capture Showcase page for another user, append their username to this link:

https://dashboard.captureapp.xyz/showcase/{user_name}

Example:

https://dashboard.captureapp.xyz/showcase/koenvandamme

If I already have my website, can I embed a Capture Showcase page into it?

Yes, you can embed a Capture Showcase page into your personal website using an iframe. Here’s the iframe code you can use:

<iframe src="https://dashboard.captureapp.xyz/showcase/<userID>?iframe=yes" 
        width="100%" 
        height="700" 
        allow="fullscreen" 
        style="border:none; overflow:hidden;">
</iframe>

Instructions:

1. Replace <userID> in the above code with your Capture account user ID.

2. Add a new section with custom HTML code to your website. Insert the iframe code into the section of your website.

3. Save and preview your website to ensure the Showcase page is displayed correctly.

Last updated