Manifold Gallery "My Listings" Link

In Gallery, I see now that with my wallet connected, there is a My Listings menu item at the top, this is fantastic… however, is there a direct URL we can use, for new visitors? Currently, with my wallet connected, the URL displayed in browser window is https://gallery.manifold.xyz/mylistings

I do see, that clicking on an item from the main Gallery page, displays a precise URL, such as:
https://gallery.manifold.xyz/?listingId=191

…as do the actual Auction pages:
https://gallery.manifold.xyz/0x10e27501d70fa361e2b18bae0c28704c0acb92d7/6

Is there a direct URL to our own listings page?

2 Likes

Gm! Sounds like you’re looking for something closer to a profile page. This isn’t supported with Studio/Gallery at the moment, but definitely possible to create your own page with our widgets (this will require a bit of development work).

Curious about the mechanic you’re thinking - You only need to show live listings?

1 Like

It would be great to be able to edit a listings link or even curate pages

Yeah, just live listings… I was amazed earlier to see that “My Listings” menu item in Gallery (is that new?), with wallet connected, and be able to see just my listings… (the main Gallery page of course has hundreds if not thousands of listings) I thought, it would be amazing to be able to share this page/view with just my listings publicly.

Yes, I have been working on setting up the marketplace widgets on my own site, which is very cool, however, a little tough going, as I’m running into a fair amount of CSS conflicts, just from my own site…

I have read the widget docs and I can get the work displayed on a page but the div statements fills the page 100%. Id really like to be able to make a grid of work maybe 3 wide and however long it needs to go. Im a newbie with html/css any suggestions or examples of how to structure or nest the divs and css would be extremely helpful. The connect widgets documentation seems to be a bit more in depth for this kind of thing… Thanks in advance!

Ive been using this as ref, unfortunately there are no examples of how to style the card widget :

Here is my very basic code:

<!doctype html>
<html>
<head>
<title>MANIFOLD TEST</title>
<script src="https://connect.manifoldxyz.dev/latest/connect.umd.min.js"></script>
<link rel="stylesheet" href="https://connect.manifoldxyz.dev/latest/connect.css">
<script src="https://marketplace.manifoldxyz.dev/latest/marketplace.umd.min.js"></script>
<link rel="stylesheet" href="https://marketplace.manifoldxyz.dev/latest/marketplace.css">
</head>
<body> 


Connect Button
 <div  
    data-widget="m-connect"
    data-grant-type="signature"
    data-client-id="d9ece177128eba5991378fa46c22dd8e92400f8fcad4f44d16e0472550941d2e"  
    data-app-name="connect" 
    data-multi="true" 
    data-network="1"
  >
  </div>


m-catalog-card
<div
  data-widget="m-catalog-card"
  data-id="459"
  data-network="1"
></div>
 
<div
  data-widget="m-catalog-card"
  data-id="925"
  data-network="1"
></div>


</body>
</html>

The Curate app in Manifold Studio is great, serves this purpose well! Is there any way to sort the items I add to my Curate page?

I can’t wait to try Curate. Soon …

Responded on Twitter but just commenting so others can see - This bug is fixed. If your images are appearing out of order they will need to be removed and added again. Then they will appear in the correct sequence.

1 Like