Manifold widget for ERC-1155 on own site?

Hi! I was trying to add Manifold widgets for my editions onto my website… but it seems the widget cannot call a correct data-id/listing ID? It just keeps spinning… Is it not possible to get this to work for edition claim pages?

best regards, Maria

Thank for reaching out! Can you provide the token you’re looking to list?

Hi there - it is these three:

Got it - Are you using a website builder like squarespace? Can take a look at the code you’re trying to use. For the dataID you can see it in the instance’s summary screen. For example: On lost cats and shadows | Manifold the data-id is 61704432

That would be amazing, thanks! Yes, I’m running my site on wordpress.

This is the code I’m trying to call on the page:

It works if I input a random number (calling the corresponding 1/1 on manifold) - but none of my edition numbers work.

I have this in my header:

I have no problem calling the Connect button on the site.

This is the page: Editions - NFTs - Maria Fynsk Norup

Did you mean to drop code in the text above?

hmm, I’m pretty sure I did, but anyways, here it is again :smiley:
(and I’m aware there is a space too much in the starting div bracket, but otherwise it doesn’t show up here :smiling_face:)

< div
data-widget=“m-layout-complete-listing”
data-id=“61704432”
data-network=“1”>

Just following up on this :folded_hands:
Have you had time to have a look?

Bumping this again :folded_hands:

Hi, I notice that three of them are all claim, so you should use our claim widgets instead.

      data-widget="m-claim-complete"
      data-id="61704432"
      data-network="1"
    ></div>```

Hi and thanks so much for this. I did not find the claim widgets through the tutorial.
I’ve managed to get it to work - sort of! But have a few issues:

  1. If I call version 1.16.1 as per the documents, the claim widget only exists in dark mode.
  2. If I call the “latest” version, the separate “buy only” and “mint counter” do not work
  3. In neither instance is it possible to constrict the claim widget to anything but full site width - and I’d very much like to have it fit into columns, so I can have several on the page. Is there a quick fix to this somehow?

best wishes, maria