WP WithPersona
WordPress plugin for Persona
★ 2stars
0forks
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/kobkob/wp-withpersona/archive/refs/heads/main.zipIdentifies users with the Persona tool
Description
WP WithPersona is a plugin to integrate WordPress with the Persona tool.
It uses the Embeded Flow for inquiry:
https://docs.withpersona.com/docs/quickstart-embedded-flow
The http headers must permit external I-Frames:
Must have 'X-Frame-Options' to 'allow'.
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
plugin-name.phpto the/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php do_action('plugin_name_hook'); ?>in your templates
Frequently Asked Questions
Screenshots
Changelog
1.0
- First test
1.1
- First working prototype
1.2
- Limit users per month
- Select pages to apply the Inquiry
1.3
- List versions from most recent at top to oldest at bottom.