share.spdafy.comThis repository serves as a middleware layer for external link sharing. It hosts static HTML entry points designed to define specific Open Graph Protocol (OGP) and Twitter Card metadata before redirecting the client to the primary application.
The primary content management system (Squarespace 7.1) restricts granular control over social sharing assets (thumbnails, titles) for specific sub-pages. Direct linking often results in generic or improperly cropped preview images on platforms like Facebook, LinkedIn, and X (formerly Twitter).
Each directory in this repository represents a distinct shareable route containing an index.html file. The file performs two functions:
Metadata Declaration:
Populates <meta property="og:image">, <meta property="og:title">, and <meta name="twitter:card"> tags to ensure the scraping bot indexes the correct asset.
Client-Side Redirection: Executes a JavaScript redirection to the destination URL immediately upon page load.
window.location.replace("[https://www.spdafy.com/target-path](https://www.spdafy.com/target-path)");
spdafy.github.ioshare points to spdafy.github.ioTo create a new share link:
/new-campaign).index.html file.https://share.spdafy.com/new-campaignFor technical inquiries regarding this infrastructure: https://www.spdafy.com