# Connect external accounts

## Connecting a Twitter account

Click on **Connect Twitter**. You will be prompted to either directly authorize Donate PR to access your account or to log in and authorize it.

Connecting your account will provide you a few automation options based on how many financial contributors Communities you host have reached:

![Options for activating automated tweets whenever a Community you host reach 10, 100 and 1,000 financial contributors.](/files/LiT5ou6o8DzXZ7nK1gNY)

To use a template parameter, put it in brackets like this: `{collective}`. Here are the parameters supported by each template:

<table><thead><tr><th>Parameter</th><th width="240.33333333333331">Templates</th><th>Description</th><th>Example</th></tr></thead><tbody><tr><td><code>backerTwitterHandle</code></td><td>New financial contributors</td><td>Twitter Handle of the contributor without the <code>@</code> prefix (can be empty)</td><td><code>myUsername</code></td></tr><tr><td><code>amount</code></td><td>New financial contributors</td><td>Contribution amount with the currency</td><td><code>$10.00</code></td></tr><tr><td><code>collective</code></td><td>Ten contributors<br>Fifty contributors<br>One hundred contributors<br></td><td>Either the community name or, if set, the Twitter handle prefixed with an <code>@</code></td><td><code>@babel</code></td></tr><tr><td><code>topBackersTwitterHandles</code></td><td>Ten contributors</td><td>Top 10 contributors names or handles</td><td>Facebook, @airbnb, company3, joe, @anotherAccount, anotherAccount2, anotherAccount3, anotherAccount4, anotherAccount5, anotherAccount6, +6</td></tr></tbody></table>

## Receiving contributions through PayPal

{% hint style="info" %}
This feature is currently in **beta**, meaning it's still being tested. To turn on PayPal contributions, [email support](mailto:support@donatepr.com).
{% endhint %}

### Fees

Payment processor fees charged by PayPal will be automatically deducted. If any platform tips or platform share is paid through PayPal, it will go to your account and will be paid later, via the monthly settlement expense.

### Connecting PayPal

If you're already in the beta test group, you can follow these instructions:

* [ ] Create a new PayPal app

  * Open [PayPal's Developer](https://developer.paypal.com/developer/applications/) page and Log In.
  * In *My Apps & Credentials* page, select the **Live** environment, and click in *Create app*.

  ![](/files/7dvZuFQDYc9Z1Ife3b3V)

  * Name this App after Donate PR, this way you'll always remember where this token is being used.
  * Click *Create App.*

![](/files/iJY1xE8gSyt6uo8G0byk)

<figure><img src="/files/BqkqEY2qOJEjGXGlauli" alt=""><figcaption><p>To receive contributions, enable "Accept payments" and "Transactions search"</p></figcaption></figure>

* [ ] Then scroll down to "Live App Settings" and make sure "**Accept payments"** and **"Payouts"** are checked
* [ ] Now, copy the necessary information to Donate PR.
  * Open a new tab and go to [Donate PR](https://www.donatepr.com).
  * Open your Host community settings page and click in the *Receiving Money* option in the menu.
  * Copy and paste *Client ID, Secret* in the respective fields, leave Webhook ID empty.
  * Click *Connect PayPal.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.donatepr.com/fiscal-hosts/fiscal-host-settings/connected-accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
