WishYorkbeta
    FeaturesHow it WorksFor NGOsBetter Together
    LoginGet Started
    ← Back to Home

    Grow with WishYork

    Integrate WishYork into your store or workflow

    For Store Owners

    Button Preview

    Save to WishYork

    Simple Button

    <a href="https://wishyork.com/add?url=YOUR_PRODUCT_URL"
       style="display:inline-flex;align-items:center;gap:8px;background:#171717;color:white;padding:8px 16px;border-radius:9999px;font-family:system-ui;font-size:14px;text-decoration:none;">
      Save to WishYork
    </a>

    Badge Image

    <a href="https://wishyork.com/add?url=YOUR_PRODUCT_URL">
      <img src="https://wishyork.com/api/badge" alt="Save to WishYork" height="32">
    </a>

    Dynamic Script

    <script>
    (function() {
      var btn = document.createElement('a');
      btn.href = 'https://wishyork.com/add?url=' + encodeURIComponent(window.location.href);
      btn.innerHTML = 'Save to WishYork';
      btn.style.cssText = 'display:inline-flex;align-items:center;gap:8px;background:#171717;color:white;padding:8px 16px;border-radius:9999px;font-family:system-ui;font-size:14px;text-decoration:none;';
      document.currentScript.parentNode.insertBefore(btn, document.currentScript);
    })();
    </script>
    Replace YOUR_PRODUCT_URL with your product page URL. Works on any website, store, or blog.

    For Users

    Browser Extension

    Save products with one click while browsing

    Download for Chrome

    Bookmarklet

    Drag to your bookmarks bar to save products

    Get Bookmarklet

    Coming Soon

    Shopify AppComing Soon
    WooCommerce PluginComing Soon
    API AccessComing Soon
    Mobile AppComing Soon