Freshdesk Messaging(Freshchat)'i web sitenize yüklemek

Modified on Thu, 24 Mar 2022 at 11:09 AM

Freshchat messenger'ı web sitenize yüklemek kolaydır. Yalnızca birkaç dakikanızı alır ve web sitenizin ziyaretçileriyle (oturum açmamış kişiler) sohbet etmeye başlayabilirsiniz.

Javascript kodunu Buraya Tıklayarak alabilirsiniz. Veya aşağıdaki kod parçacığını kullanabilirsiniz.


<script>  function initFreshChat() {    window.fcWidget.init({      token: "WEB_CHAT_TOKEN,      host: "https://wchat.freshchat.com"    });   }  function initialize(i,t){var e;i.getElementById(t)?initFreshChat():((e=i.createElement("script")).id=t,e.async=!0,e.src="https://wchat.freshchat.com/js/widget.js",e.onload=initFreshChat,i.head.appendChild(e))}function initiateCall(){initialize(document,"freshchat-js-sdk")}window.addEventListener?window.addEventListener("load",initiateCall,!1):window.attachEvent("load",initiateCall,!1);</script>

Not: Yukarıdaki koddaki "Web Sohbet Token’ı", şuraya giderek Freshchat Token’ınız ile değiştirin:

Ayarlar> Web Messenger.(Settings> Web Messenger)


Kod parçacığını web sitenizin her sayfasına ,Freshchat messenger'ınızın görünmesini istediğiniz yere yapıştırın.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article