{% set instructions %} ### Connect to the {name} API 1. Go to {name} and login to your account. 1. Fill in the form details. 1. In the **Callback URL** field, enter the value from the **Redirect URI** field below. 1. Copy the **Client ID** from {name} and paste in the **Client ID** field below. 1. Copy the **Client Secret** from {name} and paste in the **Client Secret** field below. {% endset %}
{{ instructions | t('social-share', { name: provider.name, plugin: craft.socialShare.getPluginName() }) | md }}
{% include 'social-share/providers/_oauth' %}