Figma iframe dropdown button

Hello Everyone, I want to know how to add a page dropdown button in Figma iframe so, user can see different pages like in Figma community post Check out this post (https://www.figma.com/community/file/905730286078574330)ezgif.com-video-to-gif
I know How to add Figma iframe but I don’t know how to add that dropdown button. Here is the code for Figma iframe:

<iframe
  height="450"
  width="800"
  src="https://www.figma.com/embed?embed_host=astra&url=https://www.figma.com/file/LKQ4FJ4bTnCSjedbRpk931/Sample-File"
  allowfullscreen
/>

Anyone please help me with this

Isn’t that button just part of the community embeds? So when you add a project with multiple pages you automatically get that button. I’m not sure it works with iframe embeds.

Or are you asking how to re-create the button inside a figma project? You can add links between pages, but I’m not sure if you can re-create the button.

https://help.figma.com/hc/en-us/articles/360045942953-Add-links-to-text

I want to add that dropdown button in the Figma iframe embed. Do you have any idea on How to add that in react?