manishbhatias / button

Documentation for the Tilt button (beta)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Tilt Button

Allow users to create Tilt.com campaigns directly from your website.

Demo:

The result:

Use cases

  • Added to your checkout confirmation page to split the cost of an item
  • Added in your payment confirmation email to allow users to pool funds for an event or rental
  • Added in your product flow to allow users to collect group funds for an event or experience

Installation

Create a link with the following URL as the target:

https://www.tilt.com/campaigns/new?collect=1
&tilt=
&target=
&title=
&description=

Example:

<a href="https://www.tilt.com/campaigns/new?collect=1&tilt=100&target=200&title=Split%20the%20cost%20with%20the%20Tilt%20button&description=get%20tilted">
Split the cost with Tilt
</a>

Arguments:

&tilt= - the minimum amount before cards are charged (learn more)
&target= - the ideal amount the campaign admin would like to collect
&title= - the title of the campaign
&description= - the description of the campaign

Optional:

&contribution_type=preset - create a campaign that requires a preset, fixed contribution amount &incamount= - the fixed contribution amount required of contributors (can only be used when contribution_type=preset)
&maxquantity= - the maximum number of fixed-cost contributions that can be made (can only be used when contribution_type=preset)
&promotion_code= - pass through a promo code to waive fees (our default "collect money" option is always free)

Advanced

Additional button assets

Fund a cause with Tilt

Collect money with Tilt

Accessing campaign data

Campaign data in the format of a JSON array is can be accessed by appending /stats.json to any campaign URL.

Example:

https://www.tilt.com/campaigns/save-the-toy-store/stats.json

Co-branded pages

Interested in having your brand's logo displayed on campaigns created through Tilt buttons on your site? Contact us at support.api@tilt.com

ESPN + Tilt

Want to see co-branded pages in action? Check out reddit.tilt.com and espn.tilt.com

Coming Soon

We're hard at work cooking up features to make starting Tilt campaigns from your website even better.

Here's a quick preview of things to come:

  • Pass through a campaign image
  • Fully branded creation flows

About

Documentation for the Tilt button (beta)