WP Manifestindependent plugin directory
manifest / ai / wp-plugin

SnipAId

A simple wordpress plugin to receive text and snippets from SnipAId.

by Hannah Greven · github.com/snipaid-nlg/wp-plugin · website

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/snipaid-nlg/wp-plugin/archive/refs/heads/main.zip

Wordpress Plugin

This is a simple wordpress plugin to receive text and snippets from SnipAId.

How to install the plugin

  1. Download the snipaid.zip file from this repository.

    To download from github click here.

  2. From your WordPress dashboard, choose Plugins > Add New.

    Wordpress side menu. Plugin - Add new.
  3. Click Upload Plugin at the top of the page.

    Button at the top of the page with lable 'Upload Plugin'
  4. Click Choose File, locate the plugin .zip file, then click Install Now.

    File selection field and button 'Install Now'
  5. After the installation is complete, click Activate Plugin.

  6. From the Settings page, click Generate API Key to generate a new API Key.

    Settings page
  7. Save changes and copy the webhook URL.

  8. Go to snipaid.tech. Generate some snippets and send it to the webhook URL.

  9. To see if setup was successful, go to your Wordpress dashboard and check Posts. You should see a new post draft with the text and snippets you just generated.

You're good to go!

Settings

By default the plugin creates a new Wordpress post with the data it receives and saves it as Draft.

If you'd like the plugin to publish posts directly, go to the plugin's settings page. Change Post Settings to Publish and Save Changes. When the plugin receives data now, it will create a post and publish it for you.