<script>
window.ChatWidgetConfig = {
webhook: {
url: 'https://ei581ii2.rpcl.host/webhook/6f7e064b-80fb-4450-a8fb-74106a79cfd8/chat',
route: 'general'
},
branding: {
logo: 'https://avemrearslan.com/wp-content/uploads/2025/04/icon.png',
name: 'Av. Emre Arslan AI Asistan',
welcomeText: 'Merhaba 👋, size nasıl yardımcı olabilirim?',
responseTimeText: 'Genellikle hemen yanıt veririz'
},
style: {
primaryColor: '#001f3f',
secondaryColor: '#5a5a5a',
position: 'left',
backgroundColor: '#ffffff',
fontColor: '#333333'
}
};
</script>
<script src="/wp-content/uploads/chat-widget.js"></script>
<style>
.n8n-chat-widget .chat-toggle img {
width: auto !important; /* Genişliği otomatik hesapla */
height: 36px !important; /* Yüksekliği koru */
max-width: none !important; /* Tema kısıtlamalarını kaldır */
max-height: none !important; /* Tema kısıtlamalarını kaldır */
display: block !important; /* Görünürlüğü zorla */
visibility: visible !important; /* Görünürlüğü zorla */
opacity: 1 !important; /* Görünürlüğü zorla */
}
</style>