해당 위젯은 현재 엔터프라이즈 고객만 사용하실 수 있습니다.

  1. 설정 페이지에서 위젯 설치 클릭

image.png

  1. 위젯을 설치할 페이지의 플랫폼을 선택

image.png

  1. 설치 코드를 복사한 후, 웹사이트 코드에 추가하세요.

예시:

<!-- BlynxLab Chat Widget -->
<script >
	(function() {
		const script = document.createElement('script');
		script.src = '[<https://blynxlab.com/widget.js>](<https://blynxlab.com/widget.js>)';
		script.onload = function() {
			BlynxLabWidget.init({
					slug: "your-slug"
			});
		};
		document.head.appendChild(script);
	})();
</script>
  1. 위젯 랜딩 페이지 설정

인사말과 소개 문구를 커스텀할 수 있습니다.

image.png