774

Product support

Get help in the plugin support forum.

Categories

The plugin uses the Patreon API to add a component that displays the percentage completed of a Patreon campaign.

Example of what the plugin will look like.

A plugin that displays the percentage complete of your Patreon goal

Setup

Logging in to Patreon

Once the plugin is installed a new tab will appear in the backend menu. This tab contains the instructions on how to connect your patreon account. Here is the general gist of those instructions:

  • Register a Patreon application here
  • Go to the settings page of your October website and set your client_secret and client_id. The settings page also includes options to set the refresh time (how often the plugin will refresh the data from patreon, very important to set that) and the link to your patreon.
  • Set the "redirect_url" of your patreon application, the plugin will provide the link in the patreon tab, set it in your patreon application settings.
  • Finally, click the connect application button to connect your patreon to your website.

Adding the goal component to a page

Regular page (not a partial)

  • Navigate to the CMS section of the october backend
  • Click the page you want to add the component to
  • Click components in the left sidebar
  • Click the patreon drop down
  • Click "Goal Component"
  • add: {% component 'Goal' %} wherver you want the component to show up.

Partial (usually your header, footer, etc.)

  • The steps are the same as adding it to a regular page, except you need to add the {% scripts %} tag and {% styles %} tag to the top of the page.
1.0.3

Add supuport for multiple goals

Sep 15, 2017

1.0.2

Created table paulvonzimmerman_patreon_system_settings

Sep 01, 2017

1.0.1

First version of Demo

Sep 01, 2017