Help Center

A Guided Setup Experience and Seamless Integration Process Compatible with All Major Website Platforms

Integration Guides for Popular Platforms

WordPress Integration

To add the EaseAccess24 widget to your WordPress site:

  1. Log in to your WordPress Dashboard (yourdomain.com/wp-admin).
  2. Navigate to Appearance → Theme File Editor and open header.php.
  3. Paste the widget script before the closing </head> tag.
<script src="https://widget.easeaccess24.com/sdk.js?key=your_key"></script>
          

Detailed guides and video tutorials coming soon.

Drupal Integration

For Drupal sites, add the widget script to your theme’s HTML template or via a custom module:

  1. Edit your Drupal theme’s html.tpl.php or the appropriate Twig file.
  2. Insert the following script right before the closing </head> tag.
<script src="https://widget.easeaccess24.com/sdk.js?key=your_key"></script>
          

Stay tuned for more detailed written and video guides.

Joomla Integration

To integrate with Joomla:

  1. Log in to your Joomla Administrator panel.
  2. Go to Extensions → Templates → Template Manager and open your active template’s index.php file.
  3. Add the widget script before the closing </head> tag.
<script src="https://widget.easeaccess24.com/sdk.js?key=your_key"></script>
          

Detailed documentation and video guides coming soon.

Shopify Integration

For Shopify, add the widget script to your theme.liquid file:

  1. Log in to your Shopify Admin panel.
  2. Go to Online Store → Themes → Actions → Edit Code.
  3. Edit the theme.liquid layout file and paste the script before the closing </head> tag.
<script src="https://widget.easeaccess24.com/sdk.js?key=your_key"></script>
          

More in-depth instructions and video tutorials coming soon.

Other Platforms

For other platforms, add the widget script to the header section of your site’s template:

  1. Locate your site’s <head> section (this may vary by platform).
  2. Paste the widget script before the closing tag.
<script src="https://widget.easeaccess24.com/sdk.js?key=your_key"></script>
          

More detailed guides and video walkthroughs are on the way.

Note: Detailed documentation and video tutorials for each platform will be available soon.