Overview
The Accesstive WordPress plugin seamlessly integrates AI-powered accessibility features into your WordPress website. This comprehensive guide covers everything you need to know about installing, configuring, and using the plugin to make your site more inclusive and user-friendly.
What is Accesstive?
Accesstive is an all-in-one accessibility platform that helps websites become inclusive, compliant, and user-friendly. It combines powerful tools like an accessibility assistant widget, AI-based live audits, monitoring, and an intelligent assistant. Designed for businesses, developers, and agencies, Accesstive makes accessibility simple, scalable, and smart.
Key Features
- AI-Powered Assistant Widget: Over 40 accessibility features including screen reader support, keyboard navigation, and visual adjustments
- Dashboard Integration: Full-screen access to your Accesstive dashboard directly from WordPress admin
- Automatic Script Injection: Seamless integration without coding requirements
- WCAG Compliance Support: Helps address common accessibility barriers
Installation Methods
Method 1: Plugin Installation (Recommended)
The easiest way to add Accesstive to your WordPress site is through the official plugin.
Step-by-Step Installation:
- Download the Plugin: Get the Accesstive plugin files from the official repository
- Upload to WordPress:
- Navigate to Plugins → Add New → Upload Plugin
- Choose the plugin ZIP file
- Click Install Now
- Activate the Plugin: Click Activate after installation completes
- Access Accesstive Dashboard: Find the new Accesstive menu item in your WordPress admin sidebar
Method 2: Manual Code Integration
For advanced users who prefer manual implementation or need custom control over the integration.
Using Theme Functions:
- Access Theme Editor: Navigate to Appearance → Theme Editor
- Edit functions.php: Add this code to your theme's functions.php file:
function accesstive_add_assistant_script() { echo '<script async src="https://cdn.accesstive.com/assistance.js" type="module"></script>'; } add_action('wp_footer', 'accesstive_add_assistant_script');
Using Child Theme (Recommended for Manual Integration):
- Create a child theme if you haven't already
- Add the above code to your child theme's functions.php
- This ensures the integration survives theme updates
Accesstive App Dashboard
Once the plugin is installed, you can access your Accesstive dashboard directly from WordPress:
- Click Accesstive in the WordPress admin menu
- The dashboard opens in a full-screen iframe
- Log in with your Accesstive credentials
- Manage all accessibility features and settings
Preview and Testing
After installation, the Accesstive assistant widget will be available on your website's frontend:
- Widget Location: Usually appears as a floating accessibility icon
- Feature Access: Click the widget to access 40+ accessibility features
- Customization: Users can personalize settings based on their needs
Testing Checklist:
- ✓ Widget appears on all pages
- ✓ Widget features are functional
- ✓ Dashboard access works from admin panel
- ✓ No conflicts with existing plugins/themes
Uninstallation
To remove Accesstive from your WordPress site:
- Deactivate Plugin: Go to Plugins → Installed Plugins and deactivate Accesstive
- Delete Plugin: Click Delete to remove all plugin files
- Manual Code Removal: If you added manual code, remove it from functions.php
Always test the integration on a staging site before deploying to production.
Troubleshooting
Common Issues and Solutions:
Issue | Solution |
---|---|
Widget not appearing | Check if plugin is activated and script is loading |
Dashboard not loading | Verify internet connection and clear browser cache |
Theme conflicts | Test with default theme to isolate issues |
Plugin conflicts | Deactivate other plugins to identify conflicts |
Pro Tip
Use browser developer tools to verify the script loads correctly and check for any console errors.
Changelog
Version 1.0.0
- Initial release
- Dashboard integration
- Assistant widget integration
- WordPress compatibility testing
Support
For technical support and questions:
- Documentation: Comprehensive guides and API documentation
- Community Support: WordPress forums and community discussions
Get Started Today
Ready to make your WordPress site more accessible? Install the Accesstive plugin today and join thousands of websites providing inclusive experiences for all users. Visit Accesstive.com to learn more about our comprehensive accessibility platform.