Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script src="http://tier2chat.com/js/widgetupdate.js" type="text/javascript" charset="utf-8"></script>
  2. <script type="text/javascript">
  3. new Tierchat.Widget('405-479-8999','405-479-8999', {
  4.     call_background_color: '#1281c8',//#1281c8
  5.     sms_background_color: '#808183',//#808183
  6.     font_color: '#ffffff', // change font-color
  7.     font_size: '18px', // change font-size
  8.     call_text: 'Call Us', // if you no need call option so you can remove inner text "Eg:call_text: '',"
  9.     sms_text: 'Text Us', // if you no need call option so you can remove inner text "Eg:sms_text: '',"
  10.     display_widget: 'right' // 'bottom','right'
  11. });
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement