Embedding saved states

Dear team,

I would like to display two different states of my metal box model in two webpages for ecommerce purposes.
My parameters are: dimensions and colour

Ex:
State 1: Blue box 100x200x300mm
State 2: Red box 122x200x222mm

How can I use the same model and embed it in two webpages with two sets of parameters?

Thanks

If you are using iframe embedding, this is not possible at the moment. If you are using the viewer API, you can load the session to your model and specify at the same time initial parameter values for display, see this example: initial parameter setting - CodeSandbox

If you’re embedding via iframe, you can also upload your GH model twice to the platform, then set them up with a different set of default values. Then, generate an iframe code for each.

Hello. I’m using New Branch’s WP plugin.
https://www.newbranch.tech/projects/product-configurators
Is that API?

This is something you will then need to discuss with the plugin developer. They would have to include this capability directly in the plugin.