<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Create an advanced chip widget in Settings</title>
    <link>https://community.sinch.com/t5/Settings/Create-an-advanced-chip-widget/ta-p/12169</link>
    <description>&lt;P&gt;To enable customers to start a conversation through your website you can create chip &lt;A href="https://community.sinch.com/t5/Settings/Widgets/ta-p/11201" target="_blank" rel="noopener"&gt;widgets&lt;/A&gt; with &lt;STRONG&gt;Webchat&lt;/STRONG&gt; as a channel and embed them on your website. If you are looking for a customizable and mobile friendly integration after &lt;A href="https://community.sinch.com/t5/Settings/Create-a-widget/ta-p/11193" target="_blank" rel="noopener"&gt;creating a widget&lt;/A&gt; here is what you can do and how to do it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An advanced integration provides the same messaging capabilities with more customization (see table below) as well as a mobile friendly integration thanks to the available sdk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Messaging bubble and chat previews&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="chip_sinchat.PNG" style="width: 238px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3372i311CC1E5BE630965/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chip_sinchat.PNG" alt="chip_sinchat.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="sinch_chat_window.png" style="width: 214px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3373i01AFB587738828D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sinch_chat_window.png" alt="sinch_chat_window.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Customization&lt;/H3&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Parameter&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;isLocationPickerEnabled&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles the location picker functionality in the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;isEmojiPickerEnabled&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles the emoji picker functionality in the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;isImagePickerAvailable&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles the image picker functionality in the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;isTollbarAvailable&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles whether the toolbar is available in the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;darkmode&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles dark mode.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;showDefaultChatButton&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles whether the default chat button is available in the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;showRefreshConversationButton&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Enables the Refresh button. Works for anonymous users (without uuid and uuidHash).&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;chatPositionOffset&lt;/TD&gt;&lt;TD&gt;number or number[]&lt;/TD&gt;&lt;TD&gt;Specifies the offset of the chat widget from the bottom right corner of the screen.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;brandText&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;TD&gt;Sets the brand text that displays in the top bar of the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;brandColor&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;TD&gt;Sets the brand color of the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;brandColorLight&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;TD&gt;Sets the light mode brand color.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;brandColorDark&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;TD&gt;Sets the dark mode brand color.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;defaultAgent&lt;/TD&gt;&lt;TD&gt;{&lt;BR /&gt;displayName?: string;&lt;BR /&gt;pictureUrl?: string;&lt;BR /&gt;}&lt;/TD&gt;&lt;TD&gt;Allows you to set either a custom client icon or a client name. In the case of the name, the first letter will be displayed in place of the image.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the example above the widget has the default customization apart from:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;brandColor: &lt;A href="https://www.google.com/search?client=firefox-b-d&amp;amp;q=%23008080" target="_blank" rel="noopener"&gt;#008080&lt;/A&gt; (bubble and header window color)&lt;/LI&gt;&lt;LI&gt;brandColorLight: &lt;A href="https://www.google.com/search?client=firefox-b-d&amp;amp;q=%23CCE3E3" target="_blank" rel="noopener"&gt;#CCE3E3&lt;/A&gt; (Text buble preview in light mode)&lt;/LI&gt;&lt;LI&gt;brandText: "Can be customized"&lt;/LI&gt;&lt;LI&gt;dakmode: False&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;What are the differences between a classic and an advanced widget ?&lt;/H3&gt;&lt;P&gt;An advanced widget offers:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;better customization options.&lt;/LI&gt;&lt;LI&gt;a better UI.&lt;/LI&gt;&lt;LI&gt;new features (push under development).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;An advanced widget does not offer:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The possibility to add multiple channels to a widget.&lt;/LI&gt;&lt;LI&gt;The possibility to set the working hours.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Integrate with an advanced widget&lt;/H3&gt;&lt;P&gt;To integrate with advanced Webchat widgets:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Request to our &lt;A href="https://tickets.sinch.com/plugins/servlet/desk/portal/3/create/747" target="_self"&gt;support&lt;/A&gt; the required credentials and customization.&lt;/LI&gt;&lt;LI&gt;Select the integrations you want to perform in the &lt;EM&gt;Integrations available&lt;/EM&gt; sections.&lt;BR /&gt;Each integration can have a different style and options.&lt;BR /&gt;Multiple integrations can work in parallel&lt;/LI&gt;&lt;LI&gt;Follow the step of the integration.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Integrations available&lt;/H3&gt;&lt;P&gt;All these integrations require 3 parameters (project id, region, client id) that can be requests to our &lt;A href="https://tickets.sinch.com/plugins/servlet/desk/portal/3/create/747" target="_blank" rel="noopener"&gt;support&lt;/A&gt;.&lt;/P&gt;&lt;H4&gt;Web sdk integration&lt;/H4&gt;&lt;P&gt;Integrate this snippet of code on your website:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;script&amp;gt;
    var script = document.createElement('script');
  
    script.addEventListener("load", async () =&amp;gt; {
      await SinchSdk.initialize();

        SinchSdk.setIdentity({
            clientId: `${clientId}`,
            projectId: `${projectId}`,
            region: `${region}`,
        });

        SinchSdk.Chat.mount({
        brandColor: '#008080',
        brandColorLight: '#CCE3E3',
        brandColorDark: '#003D3D',
        brandText:"Can be customized",
        });
    })
  
    script.src='https://cdn.sinch.com/sinch-chat/latest/sdk.js';
    document.head.appendChild(script);
&amp;lt;/script&amp;gt;​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Replace the clientId, projectId and region values.&lt;BR /&gt;Customize your configuration to create the widget that will fit you website.&lt;BR /&gt;In the example above the brand colors and text are changed.&lt;/P&gt;&lt;P&gt;All parameters are referenced in the table above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
        brandColor: '#008080',
        brandColorLight: '#CCE3E3',
        brandColorDark: '#003D3D',
        brandText:"Can be customized"
}​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/sinch-chat/getting-started/webchat/webchat/" target="_blank" rel="noopener"&gt;Learn more here&lt;/A&gt; about the Web sdk integration.&lt;/P&gt;&lt;H4&gt;Android sdk&lt;/H4&gt;&lt;P&gt;This integration requires:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Android Studio and Android SDK tools available &lt;A href="https://developer.android.com/studio" target="_blank" rel="noopener"&gt;here&lt;/A&gt; .&lt;/LI&gt;&lt;LI&gt;Android 5.0 Lollipop - min SDK 21&lt;/LI&gt;&lt;LI&gt;Access to SDK GitHub repository (It is private, ask access to our &lt;A href="https://tickets.sinch.com/plugins/servlet/desk/portal/3/create/747" target="_blank" rel="noopener"&gt;support&lt;/A&gt; team)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Follow the steps here &lt;A href="https://developers.sinch.com/docs/sinch-chat/getting-started/android/android/" target="_blank" rel="noopener"&gt;Android sdk&lt;/A&gt;&lt;/P&gt;&lt;H4&gt;IOS sdk&lt;/H4&gt;&lt;P&gt;This integration requires:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://developer.apple.com/xcode/" target="_blank" rel="noopener"&gt;Xcode 13+ &lt;/A&gt;and a familiarity with how to use the Xcode UI.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.swift.org/package-manager/" target="_blank" rel="noopener"&gt;Swift Package Manager &lt;/A&gt;(iOS 11+) &lt;STRONG&gt;OR&lt;/STRONG&gt; &lt;A href="https://cocoapods.org/" target="_blank" rel="noopener"&gt;Cocoapods &lt;/A&gt;(iOS 12+)&lt;/LI&gt;&lt;LI&gt;Access to SDK GitHub repository(It is private, ask access to our &lt;A href="https://tickets.sinch.com/plugins/servlet/desk/portal/3/create/747" target="_blank" rel="noopener"&gt;support&lt;/A&gt; team)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Follow the steps here &lt;A href="https://developers.sinch.com/docs/sinch-chat/getting-started/ios/ios/" target="_blank" rel="noopener"&gt;IOS sdk&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 08:32:14 GMT</pubDate>
    <dc:creator>Simon_Abdoulhadi</dc:creator>
    <dc:date>2023-07-31T08:32:14Z</dc:date>
    <item>
      <title>Create an advanced chip widget</title>
      <link>https://community.sinch.com/t5/Settings/Create-an-advanced-chip-widget/ta-p/12169</link>
      <description>&lt;P&gt;To enable customers to start a conversation through your website you can create chip &lt;A href="https://community.sinch.com/t5/Settings/Widgets/ta-p/11201" target="_blank" rel="noopener"&gt;widgets&lt;/A&gt; with &lt;STRONG&gt;Webchat&lt;/STRONG&gt; as a channel and embed them on your website. If you are looking for a customizable and mobile friendly integration after &lt;A href="https://community.sinch.com/t5/Settings/Create-a-widget/ta-p/11193" target="_blank" rel="noopener"&gt;creating a widget&lt;/A&gt; here is what you can do and how to do it:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An advanced integration provides the same messaging capabilities with more customization (see table below) as well as a mobile friendly integration thanks to the available sdk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Messaging bubble and chat previews&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="chip_sinchat.PNG" style="width: 238px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3372i311CC1E5BE630965/image-size/medium?v=v2&amp;amp;px=400" role="button" title="chip_sinchat.PNG" alt="chip_sinchat.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="sinch_chat_window.png" style="width: 214px;"&gt;&lt;img src="https://community.sinch.com/t5/image/serverpage/image-id/3373i01AFB587738828D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sinch_chat_window.png" alt="sinch_chat_window.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Customization&lt;/H3&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Parameter&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;isLocationPickerEnabled&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles the location picker functionality in the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;isEmojiPickerEnabled&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles the emoji picker functionality in the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;isImagePickerAvailable&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles the image picker functionality in the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;isTollbarAvailable&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles whether the toolbar is available in the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;darkmode&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles dark mode.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;showDefaultChatButton&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Toggles whether the default chat button is available in the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;showRefreshConversationButton&lt;/TD&gt;&lt;TD&gt;boolean&lt;/TD&gt;&lt;TD&gt;Enables the Refresh button. Works for anonymous users (without uuid and uuidHash).&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;chatPositionOffset&lt;/TD&gt;&lt;TD&gt;number or number[]&lt;/TD&gt;&lt;TD&gt;Specifies the offset of the chat widget from the bottom right corner of the screen.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;brandText&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;TD&gt;Sets the brand text that displays in the top bar of the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;brandColor&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;TD&gt;Sets the brand color of the chat widget.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;brandColorLight&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;TD&gt;Sets the light mode brand color.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;brandColorDark&lt;/TD&gt;&lt;TD&gt;string&lt;/TD&gt;&lt;TD&gt;Sets the dark mode brand color.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;defaultAgent&lt;/TD&gt;&lt;TD&gt;{&lt;BR /&gt;displayName?: string;&lt;BR /&gt;pictureUrl?: string;&lt;BR /&gt;}&lt;/TD&gt;&lt;TD&gt;Allows you to set either a custom client icon or a client name. In the case of the name, the first letter will be displayed in place of the image.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the example above the widget has the default customization apart from:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;brandColor: &lt;A href="https://www.google.com/search?client=firefox-b-d&amp;amp;q=%23008080" target="_blank" rel="noopener"&gt;#008080&lt;/A&gt; (bubble and header window color)&lt;/LI&gt;&lt;LI&gt;brandColorLight: &lt;A href="https://www.google.com/search?client=firefox-b-d&amp;amp;q=%23CCE3E3" target="_blank" rel="noopener"&gt;#CCE3E3&lt;/A&gt; (Text buble preview in light mode)&lt;/LI&gt;&lt;LI&gt;brandText: "Can be customized"&lt;/LI&gt;&lt;LI&gt;dakmode: False&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;What are the differences between a classic and an advanced widget ?&lt;/H3&gt;&lt;P&gt;An advanced widget offers:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;better customization options.&lt;/LI&gt;&lt;LI&gt;a better UI.&lt;/LI&gt;&lt;LI&gt;new features (push under development).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;An advanced widget does not offer:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The possibility to add multiple channels to a widget.&lt;/LI&gt;&lt;LI&gt;The possibility to set the working hours.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Integrate with an advanced widget&lt;/H3&gt;&lt;P&gt;To integrate with advanced Webchat widgets:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Request to our &lt;A href="https://tickets.sinch.com/plugins/servlet/desk/portal/3/create/747" target="_self"&gt;support&lt;/A&gt; the required credentials and customization.&lt;/LI&gt;&lt;LI&gt;Select the integrations you want to perform in the &lt;EM&gt;Integrations available&lt;/EM&gt; sections.&lt;BR /&gt;Each integration can have a different style and options.&lt;BR /&gt;Multiple integrations can work in parallel&lt;/LI&gt;&lt;LI&gt;Follow the step of the integration.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Integrations available&lt;/H3&gt;&lt;P&gt;All these integrations require 3 parameters (project id, region, client id) that can be requests to our &lt;A href="https://tickets.sinch.com/plugins/servlet/desk/portal/3/create/747" target="_blank" rel="noopener"&gt;support&lt;/A&gt;.&lt;/P&gt;&lt;H4&gt;Web sdk integration&lt;/H4&gt;&lt;P&gt;Integrate this snippet of code on your website:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;script&amp;gt;
    var script = document.createElement('script');
  
    script.addEventListener("load", async () =&amp;gt; {
      await SinchSdk.initialize();

        SinchSdk.setIdentity({
            clientId: `${clientId}`,
            projectId: `${projectId}`,
            region: `${region}`,
        });

        SinchSdk.Chat.mount({
        brandColor: '#008080',
        brandColorLight: '#CCE3E3',
        brandColorDark: '#003D3D',
        brandText:"Can be customized",
        });
    })
  
    script.src='https://cdn.sinch.com/sinch-chat/latest/sdk.js';
    document.head.appendChild(script);
&amp;lt;/script&amp;gt;​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Replace the clientId, projectId and region values.&lt;BR /&gt;Customize your configuration to create the widget that will fit you website.&lt;BR /&gt;In the example above the brand colors and text are changed.&lt;/P&gt;&lt;P&gt;All parameters are referenced in the table above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
        brandColor: '#008080',
        brandColorLight: '#CCE3E3',
        brandColorDark: '#003D3D',
        brandText:"Can be customized"
}​&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.sinch.com/docs/sinch-chat/getting-started/webchat/webchat/" target="_blank" rel="noopener"&gt;Learn more here&lt;/A&gt; about the Web sdk integration.&lt;/P&gt;&lt;H4&gt;Android sdk&lt;/H4&gt;&lt;P&gt;This integration requires:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Android Studio and Android SDK tools available &lt;A href="https://developer.android.com/studio" target="_blank" rel="noopener"&gt;here&lt;/A&gt; .&lt;/LI&gt;&lt;LI&gt;Android 5.0 Lollipop - min SDK 21&lt;/LI&gt;&lt;LI&gt;Access to SDK GitHub repository (It is private, ask access to our &lt;A href="https://tickets.sinch.com/plugins/servlet/desk/portal/3/create/747" target="_blank" rel="noopener"&gt;support&lt;/A&gt; team)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Follow the steps here &lt;A href="https://developers.sinch.com/docs/sinch-chat/getting-started/android/android/" target="_blank" rel="noopener"&gt;Android sdk&lt;/A&gt;&lt;/P&gt;&lt;H4&gt;IOS sdk&lt;/H4&gt;&lt;P&gt;This integration requires:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;A href="https://developer.apple.com/xcode/" target="_blank" rel="noopener"&gt;Xcode 13+ &lt;/A&gt;and a familiarity with how to use the Xcode UI.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://www.swift.org/package-manager/" target="_blank" rel="noopener"&gt;Swift Package Manager &lt;/A&gt;(iOS 11+) &lt;STRONG&gt;OR&lt;/STRONG&gt; &lt;A href="https://cocoapods.org/" target="_blank" rel="noopener"&gt;Cocoapods &lt;/A&gt;(iOS 12+)&lt;/LI&gt;&lt;LI&gt;Access to SDK GitHub repository(It is private, ask access to our &lt;A href="https://tickets.sinch.com/plugins/servlet/desk/portal/3/create/747" target="_blank" rel="noopener"&gt;support&lt;/A&gt; team)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Follow the steps here &lt;A href="https://developers.sinch.com/docs/sinch-chat/getting-started/ios/ios/" target="_blank" rel="noopener"&gt;IOS sdk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 08:32:14 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Settings/Create-an-advanced-chip-widget/ta-p/12169</guid>
      <dc:creator>Simon_Abdoulhadi</dc:creator>
      <dc:date>2023-07-31T08:32:14Z</dc:date>
    </item>
  </channel>
</rss>

