loicginoux / joanne_project

joanne's project
2 stars 1 forks source link

Faster loading Intercom javascript #355

Closed jdaudier closed 11 years ago

jdaudier commented 11 years ago

We now serve the Intercom javascript from a CDN. This means faster load times for your users, no matter where in the world they live.

To take advantage, change your script tag from using https://api.intercom.io/api/js/library.js to https://static.intercomcdn.com/intercom.v1.js

If you're using our intercom-rails gem, then the latest version will do this for you.

loicginoux commented 11 years ago

ok done