# Bester Ansatz für eine Landingpage/ein Zahlungs-Frontend

**URL:** https://meta.discourse.org/t/best-approach-to-a-landing-page-payment-front-end/303704
**Category:** Support
**Created:** [13. April 2024 um 21:09 UTC](https://meta.discourse.org/t/best-approach-to-a-landing-page-payment-front-end/303704 "2024-04-13T21:09:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![TwoCat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/twocat/32/451102_2.png) [@TwoCat](https://meta.discourse.org/u/TwoCat)
#### Post date: [13. April 2024 um 21:09 UTC](https://meta.discourse.org/t/best-approach-to-a-landing-page-payment-front-end/303704/1 "2024-04-13T21:09:11Z")

</div>

Neue Frage für Anfänger. Ich plane, einen Discourse-Hosting-Plan für meine private Abonnement-Community zu nutzen.

Was ist der beste Weg, um einfach eine Frontend-Website/Landingpage (ich nehme an, auf einem anderen Server) einzurichten, die Informationen über die Community enthält und die Möglichkeit bietet, Bewerbungen und Abonnementzahlungen entgegenzunehmen? Ich möchte, dass dies so wenig technisch wie möglich ist.

Gibt es eine Standardkonfiguration, die die meisten Leute in diesem Fall verwenden (z. B. Squarespace, WordPress, Webflow E-Commerce)? Oder machen die Leute das irgendwie innerhalb von Discourse?

---

<div class="post-metadata">

### Author: ![jimkleiber](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jimkleiber/32/121814_2.png) [@jimkleiber](https://meta.discourse.org/u/jimkleiber)
#### Post date: [13. April 2024 um 22:56 UTC](https://meta.discourse.org/t/best-approach-to-a-landing-page-payment-front-end/303704/2 "2024-04-13T22:56:48Z")

</div>

Discourse hat ein WordPress-Plugin, das ziemlich gut funktioniert.

Ich habe also eine WordPress-Seite, die das Paid Memberships Pro-Plugin zur Abwicklung der Mitgliedschaft/Zahlung verwendet, und dann habe ich WordPress als Login-Anbieter für Discourse, was wirklich einfach einzurichten ist.

Es gibt jedoch einige technische Aspekte bei der Bearbeitung der WordPress functions.php-Datei oder der Erstellung eines benutzerdefinierten Plugins für WordPress.

---

<div class="post-metadata">

### Author: ![HAWK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hawk/32/86627_2.png) [@HAWK](https://meta.discourse.org/u/HAWK)
#### Post date: [14. April 2024 um 20:21 UTC](https://meta.discourse.org/t/best-approach-to-a-landing-page-payment-front-end/303704/3 "2024-04-14T20:21:01Z")

</div>

Sie könnten auch das Abonnement-Plugin verwenden, um dies direkt in Discourse zu handhaben. Dieses Plugin ist auf allen gehosteten Plänen verfügbar.

> [@Discourse Subscriptions Plugin](https://meta.discourse.org/t/discourse-subscriptions/140818):
>
> discourse2Summary The Discourse Subscriptions plugin allows site owners to sell recurring and one-time purchase subscriptions that grant access to a group on a Discourse instance.open_bookInstall Guide This plugin is bundled with Discourse core. There is no need to install the plugin separately. The Discourse Subscriptions plugin allows you to create one-time as well as recurring subscriptions that users can pay for in order to access gated content. This can be a great …

---

<div class="post-metadata">

### Author: ![TwoCat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/twocat/32/451102_2.png) [@TwoCat](https://meta.discourse.org/u/TwoCat)
#### Post date: [17. April 2024 um 01:21 UTC](https://meta.discourse.org/t/best-approach-to-a-landing-page-payment-front-end/303704/4 "2024-04-17T01:21:09Z")

</div>

Danke @jimkleiber und @HAWK!
