Skip to main content

Menambahkan Live Chat di Blogger dengan Zopim Livechat Widget

Hallo Teman..........

Sudah lama tidak Posting  :)

Oke langsung saja saya ingin share trik untuk pengguna akun blogger yang ingin menampilkan Live Chat / Message di halaman Bloggernya .. menggunakan Widget live Chat dari Zopim

seperti screenshoot dibawah ini :



Caranya mudah ..

anda Harus daftar dahulu di Akunnya ZOPIM  , daftar disini

Setelah daftar , aktivasi akun ke email anda  kemudian anda Verify akun ---
Login Zopim 

Saat Login akan muncul Code html untuk widget blogger , Copy code tersebut 


 Lanjutkan dengan Klik Go to Visitor List 

Selanjutnya , login akun Blogger anda 
Pilih Menu Template | Edit HTML 


Paste kode ZOPIM tadi diatas </body>


Simpan Template

Secara default Language Widget akan autodetect :

namun kita bisa ubah bahasanya
Login Zopim | Menu Widget | Settings | Language | Pilih Indonesia



Testing , masuk frontend blogspot anda apakah sudah muncul live chat seperti dibawah ini : 


Testing diterima Operator / admin

Test di terima customer /client


Untuk Mendata para customer yang chat , anda bisa menambahkan require identity sebelum memulai chat ,
misal user / customer wajib mengisi nama , dan alamat email atau menggunakan social network
          user / customer wajib nomer telepon
          user / customer wajib mengisi pertanyaan dari agent       
 jika ingin seperti diatas Login Zopim

Login Zopim | Menu Widget | Settings | Form | Pre-Chat Form



Hasilnya seperti dibawah
alamat email customer akan ditampilan di admin Zopim


selamat berkreasi


Semoga membantu

Taufan M|email me

Comments

Popular posts from this blog

[Arsip] Uninstal Zimbra Mail Server

UnInstalling Zimbra on Linux Uninstall Directions for Linux/All Other Operating Systems As root: 1) Run the commands: su – zimbra zmcontrol stop exit (you should be root after you run exit) 2a) Run the command:  ps -ef | grep -i zimbra If you see running processes 2b) Kill any lingering processes:  kill -9 <pid> 3a) Run the command:  df If you see "amavisd" 3b) run command:  umount /opt/zimbra/amavisd<-new-blah>/tmp 4)  cd /<tmp_tar_install_dir>/zcs/ 5) Run the command:  ./install.sh -u 6) Run the following commands to complete the unistall: rm -rf /opt/zimbra rm -rf /var/log/*zimbra* rm -rf /tmp/*zimbra* rm -rf /tmp/hsperfdata* rm -rf /tmp/install.* rm -rf /tmp/*swatch* rm -rf /tmp/log* Ensure that you removed ALL the files owned by the user zimbra AND that contain the name "zimbra" in: /var/log/ /tmp/ 7) Run the following commands to delete the users and groups: userdel zimbra userdel postfix groupdel zimbra groupdel postfix 8) Remove th...

Membuat fungsi “terbilang” Excel menggunakan macro VBA

Jika Anda ingin menerjemahkan Angka menjadi Kata-kata , contohnya saja dalam pembuatan Form Kwitansi suatu Transaksi , anda dapat membuatnya dengan menggunakan aplikasi Microsoft Excel dan Macro Visual Basic Application ( VBA ) .saya menggunakan Excel 2007 Untuk membuatnya silahkan ikuti langkah-langkah dibawah ini :  buka Microsoft Excel , lalu tekan alt+F11  Setelah Muncul Microsoft Visual Basic , lalu pilih Insert > module Isikan code Seperti diatas  silahkan anda download source code nya disini !! Save Book ( ctrl+S)   Save As type : pilih Excel Macro - Enable Workbook  (*.xlsm) lalu klik Save  pilih File > Close and return to microsoft excel , macro sudah dibuat , sekarang kita tinggal test macro tersebut Tempatkan cell A2 , pilih Formulas > Insert Function lalu pilih Category User Defined Terlihat Function terbilang yang sudah dibuat tadi di VBA , klik Ok Akan Tampil Form Seperti diatas ,  Nilai_angka  arahkan ke Cell A1 ( ters...