1.2.0 • Published 3 years ago

samroad-overlay v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

gumroad-overlay

A mock-up of the Gumroad Overlay, done as a coding challenge for Gumroad. In addition to utilizing an iframe to access a gumroad product page, this script does the following:

I came across certain iframe-related CORS restrictions while trying to replicate/implement certain functionalities and styles, so I'm intrigued by how Gumroad worked around this. Specifically, it seems that the actual Gumroad overlay may not be an iframe (I investigated via inspect tool). Nevertheless, I stuck with iframes to follow along with the challenge's instructions.

How to demo (via cloning this repo)

For convenience, I've included an index.html file in this with everything already set-up. To run, simply clone this repository and run the index.html file in your browser. Please note: codepen and jsfiddle seem to modify iframe href attributes, so testing out my script imports (see below) in jsfiddle or codepen will not work. I haven't tested this in codesandbox yet.

How to demo (via one-line unpkg script tag)

To simulate something as close as possible to the authentic Gumroad overlay, this project was set up so that a client could import one line of code into their site for functionality: <script src="https://unpkg.com/samroad-overlay@1.1.5/dist/script.js"></script> From there, they will only have to create a gumroad button: <a class="samroad-button" href="https:/gum.co/peVsK" data-show="true">Buy my product</a> Please note that changing data-show to false will remove the button. This was done as a demonstration for Sahil's request: Read data-attrs of the anchor tags to show a button or not, make it embed or not, etc.

Demo

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago