SnipAId
A simple wordpress plugin to receive text and snippets from SnipAId.
by Hannah Greven · github.com/snipaid-nlg/wp-plugin · website
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.zipWordpress Plugin
This is a simple wordpress plugin to receive text and snippets from SnipAId.
How to install the plugin
-
Download the snipaid.zip file from this repository.
To download from github click here.
-
From your WordPress dashboard, choose Plugins > Add New.
-
Click Upload Plugin at the top of the page.
-
Click Choose File, locate the plugin .zip file, then click Install Now.
-
After the installation is complete, click Activate Plugin.
-
From the Settings page, click Generate API Key to generate a new API Key.
-
Save changes and copy the webhook URL.
-
Go to snipaid.tech. Generate some snippets and send it to the webhook URL.
-
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.