Browse Source

Include Tawk.to Chat service

Include the service to use Tawk.to chat for websites
pull/1677/head
Philip Danza Franco 7 years ago committed by GitHub
parent
commit
7df1d01ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      app/store/ServicesList.js

8
app/store/ServicesList.js

@ -908,6 +908,14 @@ Ext.define('Rambox.store.ServicesList', {
,manual_notifications: true
,dont_update_unread_from_title: true
,js_unread: 'function checkUnread(){updateBadge(document.querySelectorAll(".SSPGKf.EyyDtb.Q6oXP:not(.oCHqfe) .eM5l9e.FVKzAb").length)}function updateBadge(e){e>=1?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3000);'
},
{
id: 'tawktochat'
,logo: 'https://www.tawk.to/wp-content/uploads/2015/04/tawky_big.png'
,name: 'Tawk.to Chat'
,description: 'A chat platform built for monitor and chat with visitors on your website.'
,url: 'https://dashboard.tawk.to/'
,type: 'messaging'
}
]
});

Loading…
Cancel
Save