Merge pull request #1472 from automatisch/AUT-506

feat(disqus): add disqus integration
This commit is contained in:
Ali BARIN
2024-05-06 16:14:31 +02:00
committed by GitHub
19 changed files with 392 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Disqus
:::info
This page explains the steps you need to follow to set up the Disqus
connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Login to the [Disqus](https://disqus.com/).
2. Go to the [API applications page](https://disqus.com/api/applications/) and click on the **Register new application** button.
3. Fill the **Register Application** form fields.
4. Click on the **Register my application** button.
5. Go to the **Authentication** section and select **Read, Write, and Manage Forums** option.
6. Copy **OAuth Redirect URL** from Automatisch to **Callback URL** field.
7. Click on the **Save Changes** button.
8. Go to the **Details** tab.
9. Copy **API Key** to **API Key** field on Automatisch.
10. Copy **API Secret** to **API Secret** field on Automatisch.
11. Click **Submit** button on Automatisch.
12. Congrats! Start using your new Disqus connection within the flows.

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/disqus.svg
items:
- name: New comments
desc: Triggers when a new comment is posted in a forum using Disqus.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />