There is no Connect Support widget to add to Service PortalIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms There's no OOB widget available for the Connect Support application to be added to the Service Portal. Release All releases pre-London Cause Pre-London releases it's expected behavior that there's no OOB widget for Connect Support. Instead Connect Support on the portal is controlled by the "Chat Queue" field on the Portal (sp_portal) record itself. Resolution Enable Connect Support on the portal by adding in the "Chat Queue" field on a portal (sp_portal) record and populate it with a valid chat queue. Once this is added the "Live Chat" link will be visible on the portal header for users to click onto and initiate the chat. Please visit KB0683377 for more details regarding this. Alternately a custom HTML or Icon widget for example can be created and the chat link can be coded into it. The chat link has the format of: $chat_support.do?queueID=<sys_id> Additional Information Starting in London release there is now a Connect Support widget that can be added to any pages in Service Portal. More information can be found on this documentation: Connect Support and Service Portal