To ensure your social sharing buttons in Webflow CMS share only the current CMS item/page, you need to use dynamic fields that generate unique URLs per item.
Current Page URL
Use the correct base URL and append the dynamic current page URL:
Facebook:https://www.facebook.com/sharer/sharer.php?u=[Current Page URL]
Twitter:https://twitter.com/intent/tweet?url=[Current Page URL]&text=[Custom Text (optional)]
LinkedIn:https://www.linkedin.com/sharing/share-offsite/?url=[Current Page URL]
To build these in Webflow:
https://twitter.com/intent/tweet?url=
then insert Current Page URL.&text=[Post Title]
.Make sure to properly URL-encode values if you're combining multiple fields manually in a separate embed.
To generate dynamic social share links in Webflow CMS, place buttons on the Collection Page, use "Current Page URL" for the link, and append platform-specific share prefixes. This ensures each CMS item shares its own URL, not a static homepage link.