Plugin Directory

Changeset 2882114


Ignore:
Timestamp:
03/17/2023 06:00:51 PM (3 years ago)
Author:
arcbound
Message:

adjusted inconsistencies in the readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • archiiv/trunk/readme.txt

    r2882093 r2882114  
    1313== Description ==
    1414
    15 *Beehiiv is an online newsletter subscriptions service riviling other subscriptions services like Mailchimp or Substack.*
     15*Beehiiv is an online newsletter subscription service rivaling other subscriptions services like Mailchimp or Substack.*
    1616
    1717The Archiiv plugin allows site owners to easily output a simple form on the front end of their website that collects users' emails and stores them as Beehiiv user subscribers.
    1818
    19 The form is output via a simple shortcode placed in the text/block editor or echoed in a php template using the `apply_shortcodes()` function. This allows developers and site owners to output the form anywhere on the website with total control.
     19The form is output via a simple shortcode placed in the text/block editor or echoed in a PHP template using the `apply_shortcodes()` function. This allows developers and site owners to output the form anywhere on the website with total control.
    2020
    21 To connect your form with with your Beehiiv account, visit the Archiiv settings page created when you activate the plugin. You will be prompted to add your Beehiiv API key, your Beehiiv publication ID, and an optional redirect URL.
     21To connect your form with your Beehiiv account, visit the Archiiv settings page created when you activate the plugin. You will be prompted to add your Beehiiv API key, your Beehiiv publication ID, and an optional redirect URL.
    2222
    23 If either the API key or publication ID is missing and you use the shortcode to output your form, it will not display. Admins will see an error box that instructs them to fill out these fields in the settings page properly. Non-admins and logged out site users / vistors will not see anything. Only when the API key and publication ID are saved will the form output correctly.
     23If the API key, publication ID, or redirect URL is missing and you use the shortcode to output your form, it will not display. Admins will see an error box that instructs them to fill out these fields in the settings page properly. Non-admins and logged-out site users / visitors will not see anything. Only when the API key, publication ID, and redirect URL are saved will the form output correctly.
    2424
    25 If the optional redirect URL is left empty, succussful form submissions will be redirected to the homepage. We recommend setting up a specific "Thank You" page for your Beehiiv subscribers to inform them that their submission was successful, but this functionality is optional per site administrator.
    26 
    27 Forms are output with simple CSS so that this plugin is easily accessible out-of-the-box to developers and non-developers alike. You may easily overwrite the CSS styles with your own, using another plugin, theme styles overrides, or any other preferred method of outputting custom CSS.
     25The form is output with simple CSS so that this plugin is easily accessible out-of-the-box to developers and non-developers alike. You may easily overwrite the CSS styles with your own, using another plugin, theme styles overrides, or any other preferred method of outputting custom CSS.
    2826
    2927To target the form CSS, the following is a reference guide of classes used:
Note: See TracChangeset for help on using the changeset viewer.