Spectrum Integration
  • Introduction
  • Ecommerce
    • Front End Integration
    • Load Design
    • Add to Cart
    • Save Design
    • Generate Cart Item
    • Pricing & Availability
    • Order Acknowledgement
    • Shipment Notification
    • Update Order Status
    • Order Search
    • Integration Driver
    • Production Related File Delivery
    • Spectrum + Shopify Integration
      • Overall Flow
      • Product Set Up: "Add-ons"
      • Line Item Properties
      • Shopify Cart
      • Order Processing
  • API
    • Environments
    • Image QueryString API
      • Image Transforms
      • Image Filters
      • Image Encoding
    • Rendering
    • WebToPrint (W2P)
    • Assets
    • Rate Limiting
  • Marketing
    • Share
  • General
    • Glossary
Powered by GitBook
On this page
  • Client Implements Open Graph Tags (preferred)
  • Spectrum Implements Open Graph Tags

Was this helpful?

  1. Marketing

Share

Client Implements Open Graph Tags (preferred)

  • Client team adds Open Graph tags on the custom PDP

  • Client controls messaging associated with sharing / emailing

  • Uses standard share image URL (Spectrum Core License)

  • URL provided during implementation

  • Can use unique image angles or composited images for share (requires Advanced Media License)

HTML to be placed in the HEAD tag on custom PDP:

<meta property="og:title" content="Placeholder Copy"/>
<meta property="og:image" content="https://staging.spectrumcustomizer.com/api/assets/generated/recipeset/readable/[recipeSetId]/north"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:description" content="Placeholder Description Copy"/>
<meta property="og:type" content="website"/>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Placeholder Copy">
<meta name="twitter:description" content="Placeholder Description Copy">
<meta name="twitter:image" content="https://staging.spectrumcustomizer.com/api/assets/generated/recipeset/readable/[recipeSetId]/north">	

Spectrum Implements Open Graph Tags

Using Spectrum URL (Spectrum Core License)

  • Spectrum team implements Open Graph tags

  • Uses a Spectrum customizer share URL

  • Share URL redirects to custom PDP

  • Client to provide staging and production PDP URLs for each custom product

  • Spectrum team adds share copy (for all products or product specific)

Client subdomain URL (requires Advanced Media License)

  • Spectrum is aliased on the client’s subdomain

  • Spectrum team implements Open Graph tags

  • Uses the client subdomain share URL

  • Share URL redirects to custom PDP

    • Client to provide staging and production PDP URLs for each custom product

  • Spectrum team adds share copy (for all products or product specific)

PreviousRate LimitingNextGlossary

Last updated 4 years ago

Was this helpful?