Spom Link Create -
Guide: Creating a Smart Link (e.g., Spom)
Smart links are essential for musicians and marketers. They allow you to share one single URL that directs listeners to their preferred streaming platform (Spotify, Apple Music, Deezer, etc.).
1.1 What is SPoM?
SPoM is not a formal standard but rather an architectural approach where a service provider uses MPLS as the unifying data plane to deliver multiple services (L2VPN, L3VPN, EVPN, pseudowires) over a single infrastructure. In SPoM:
- PE (Provider Edge) routers link customers to the MPLS core.
- P (Provider) routers forward MPLS labels without inspecting IP headers.
- Links between P and PE routers form the transport fabric.
Creating a "link" in SPoM goes beyond physical adjacency — it includes: spom link create
- IGP adjacencies (OSPF or IS-IS)
- LDP or RSVP-TE sessions
- BGP sessions for VPNv4/v6
- Traffic engineering tunnels
Step 5: Set Expiration & Caps (Security)
- Expiration: Set a TTL (Time To Live). Recommended: 5 minutes to 24 hours.
- Max Uses: Configure the link as single-use to prevent credential sharing.
7. Troubleshooting Common Errors
- "Invalid Signature": The wallet network (e.g., Polygon vs. Ethereum) does not match the required contract network.
- "Expired Link": The TTL window closed. Generate a fresh link.
- "Insufficient Balance": The user transferred the asset out after generating the link (lag between creation and verification).
9. Related Commands
spom link delete – Remove an existing link
spom link modify – Change bandwidth or description
spom link test – Run continuity check on the link
spom link history – View creation/modification audit log
6.3 Cloud SPoM (Overlay Links)
In cloud provider backbones (e.g., AWS Direct Connect, Azure ExpressRoute), "SPoM link create" becomes an API call:
aws directconnect create-connection --location EqDC2 --bandwidth 1Gbps --connection-name SPoM-Link-01
Here, the underlying MPLS is hidden, but the principles remain. Guide: Creating a Smart Link (e
2. The Creation Process
While interfaces vary slightly by platform, the general steps are:
- Access the Tool: Go to the smart link generator website (e.g., Spom, Linkfire, ToneDen, or Koji).
- Input the Source Link: Paste your main streaming link (usually Spotify or Apple Music) into the input field. The tool will automatically scrape the artwork and title.
- Add Destination Links: If the tool didn't auto-detect them, manually add links for other platforms (YouTube Music, Amazon Music, Deezer, Tidal).
- Customize the Page:
- Appearance: Change background colors or fonts to match your brand.
- Call to Action (CTA): Add buttons like "Pre-Save" or "Listen Now."
- Pixels: Add Facebook Pixel or Google Analytics tags if you are running ads to track conversions.
- Generate URL: Click the "Create" or "Generate" button.
- Share: Copy the generated short link (e.g.,
spom.io/your-song) and share it on social media, bio sections, and mailing lists.
Scheduled SPOM Links
For non-real-time needs, add a cron schedule: PE (Provider Edge) routers link customers to the MPLS core
spomctl spom link create --schedule "0 2 * * *" # Runs daily at 2 AM
Filtered SPOM Links
Add a where clause to your link configuration:
filter: "source.status == 'active' AND source.region == 'EMEA'"
This ensures only relevant records traverse the link.