Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

When installing the Send2CRM JavaScript library on the website, you must specify the location of the script file.

Option 1: self-hosted

Download a copy of the Send2CRM client, and save it to a publicly accessible location on the web server.

Use an absolute or relative URL for loading, e.g.:

  • /send2crm.min.js, or

  • https://example.com/send2crm.min.js

Option 2: CDN

Use the script directly from the jsDelivr CDN:

  • https://cdn.jsdelivr.net/gh/FuseInfoTech/send2crmjs/send2crm.min.js

  • No labels