ember-gumroad-helper

A helper for embedding Gumroad products in your Ember application


Keywords
ember, gumroad, helper
License
MIT
Install
bower install ember-gumroad-helper

Documentation

ember-gumroad-helper

A simple helper for embedding Gumroad products in your Ember application.

Install

bower install --save ember-gumroad-helper

OR

Add file to your Ember project manually

Usage

{{ gumroad "<your_product_id"> }}

Options

Pass in type=overlay for the overlay type instead of the standard embed. The options on that page can be used here...

  • text='' can be used to pass in the text for the overlay link (defaults to "Buy my product")
  • wanted=true for the wanted config (clicking the "Buy" link automatically opens to the payment section of the overlay, instead of the product description)
  • locale=true to auto-set the locale.
{{ gumroad "demo" overlay=true text="PLZ BUY THNX" wanted=true }}