Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <a href="#" id="liveagent_button_1"
  2. onclick="liveagent.startChatWithWindow('1', 'iframe');
  3. $('#someChat').attr('src', '%CHAT_LINK%')">
  4. Some button
  5. </a>
  6.  
  7. <div class="iframe-wrap" style="position: fixed; bottom: 0; right: 0; height: 400px;">
  8. <iframe id="someChat" style="height: 100%;"></iframe>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement