Auripath Embed Helper
Auripath Embed Helper
Description
Auripath Embed Helper lets WordPress site owners embed a hosted Auripath audio experience using a simple shortcode.
Auripath turns existing B2B PDFs, guides, reports, brochures, white papers and sales assets into embedded audio experiences with lead capture, calls to action, listening analytics, conversion tracking and webhook-based lead sync.
This plugin does not recreate the player inside WordPress. It loads the Auripath production embed script and renders the selected hosted audio experience on the page.
Basic usage:
[auripath doc="doc_xxxxxxxxx"]
The doc value should be the public Auripath document ID from your Auripath account.
External Service Disclosure
This plugin connects to the hosted Auripath service at https://app.auripath.com/.
When a page containing the Auripath shortcode is viewed, the plugin loads the Auripath embed script from the hosted Auripath service. The public document ID in the shortcode is passed to Auripath so the hosted service can return the correct player, lead capture form, calls to action and analytics behavior for that document.
The plugin itself does not store leads, audio files or analytics data in WordPress.
Auripath privacy policy: https://auripath.com/privacy/
Auripath terms: https://auripath.com/terms/
Installation
- Upload the plugin folder to
/wp-content/plugins/auripath-embed-helper/, or install the plugin zip through the WordPress admin. - Activate the plugin in WordPress.
-
Add the shortcode to a page, post or block:
[auripath doc=”doc_xxxxxxxxx”]
Faq
No. Lead capture, player rendering and analytics are handled by the hosted Auripath experience.
Yes. The shortcode needs a public Auripath document ID, usually beginning with doc_.
No. This plugin only helps embed an existing hosted Auripath audio experience on a WordPress site.
Reviews
Changelog
0.1.5
- Replaced plugin-generated raw script output with WordPress script enqueue and inline script APIs.
- Updated the Auripath privacy policy URL.
0.1.4
- Updated Tested up to header for Plugin Check.
0.1.3
- Clarified external service disclosure for WordPress.org review.
0.1.2
- Added a small admin help page with shortcode instructions.
0.1.1
- Added production Auripath SDK support.
- Added
[auripath doc="..."]shortcode. - Added backward-compatible
[auripath_embed]shortcode. - Added public document ID validation.
0.1.0
- Initial prototype.