-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add hosted widget integration usage to README #161
Conversation
README.md
Outdated
amazon_connect('styles', { openChat: { color: '#ffffff', backgroundColor: '#07b62a'}, closeChat: { color: '#ffffff', backgroundColor: '#07b62a'} }); | ||
amazon_connect('snippetId', 'QVFJREFIajNZWm9TMmtpZVZPZlMwcnFsWVF1ZFc1T1poSjlRM3U2T01NOTdhRGhSRGdGZzR6b0lNalNranlwbGlydkdwU0kzQUFBQWJqQnNCZ2txaGtpRzl3MEJCd2FnWHpCZEFnRUFNRmdHQ1NxR1NJYjNEUUVIQVRBZUJnbGdoa2dCWlFNRUFTNHdFUVFNMk5pcTVmY2dZZldNb1BESUFnRVFnQ3V5cWdjdm51YnRPYWQxUGNLKzl4RkJMa3lMMjdIZElPU3BIUUpkeUYvTlBHbDhQZERQT2tpcnNtTHM6Okp2RDdHR1JFc0wzRlZ6QnBxbFplM3U5eGRmZVozTzZEY0psRWtYMmFrZDJiTjJOVWFadXA1ZnBvMU9ST3F6MXhzSjlKdVczeTVtd0s5ZGlkMkFNSTkreWhpbVdLYmRJMWlMTFJjeEMzdUZRWCtRTjdhc2lDWk1CM3ltZkFkemttMTliUTZIbm8rQlhGbUdtbVY5RXV2dXNMT0JTQkVLdz0='); | ||
amazon_connect('supportedMessagingContentTypes', [ 'text/plain', 'text/markdown' ]); | ||
+ amazon_connect('customerChatInterfaceUrl', 'https://...'); # TODO: put in your link to amazon-connect-chat-interface.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
say this path can be local as well like ./interface.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
say this is the file generated from this github repo after npm run build in the build folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated 👍 @xiajon-amzn
d4c92dd
to
f605ea6
Compare
f605ea6
to
d8068b6
Compare
README.md
Outdated
amazon_connect('styles', { openChat: { color: '#ffffff', backgroundColor: '#07b62a'}, closeChat: { color: '#ffffff', backgroundColor: '#07b62a'} }); | ||
amazon_connect('snippetId', 'QVFJREFIajNZWm9TMmtpZVZPZlMwcnFsWVF1ZFc1T1poSjlRM3U2T01NOTdhRGhSRGdGZzR6b0lNalNranlwbGlydkdwU0kzQUFBQWJqQnNCZ2txaGtpRzl3MEJCd2FnWHpCZEFnRUFNRmdHQ1NxR1NJYjNEUUVIQVRBZUJnbGdoa2dCWlFNRUFTNHdFUVFNMk5pcTVmY2dZZldNb1BESUFnRVFnQ3V5cWdjdm51YnRPYWQxUGNLKzl4RkJMa3lMMjdIZElPU3BIUUpkeUYvTlBHbDhQZERQT2tpcnNtTHM6Okp2RDdHR1JFc0wzRlZ6QnBxbFplM3U5eGRmZVozTzZEY0psRWtYMmFrZDJiTjJOVWFadXA1ZnBvMU9ST3F6MXhzSjlKdVczeTVtd0s5ZGlkMkFNSTkreWhpbVdLYmRJMWlMTFJjeEMzdUZRWCtRTjdhc2lDWk1CM3ltZkFkemttMTliUTZIbm8rQlhGbUdtbVY5RXV2dXNMT0JTQkVLdz0='); | ||
amazon_connect('supportedMessagingContentTypes', [ 'text/plain', 'text/markdown' ]); | ||
+ amazon_connect('customerChatInterfaceUrl', 'https://...'); # TODO: put in your link to amazon-connect-chat-interface.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
say this is the file generated from this github repo after npm run build in the build folder
PAIRED WITH #143
Issue #, if available:
Description of changes:
add hosted widget integration usage to README
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.