Title: chatbox
Last modified: August 31, 2016

---

# chatbox

 *  [pryde1919](https://wordpress.org/support/users/pryde1919/)
 * (@pryde1919)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/chatbox/)
 * Hi,
    If a user clicks the contact message button, it will go to new link, in 
   there 2 users can communicate with each other right.
 * Is it possible if a user clicks the contact message button, there will be a small
   pop out box instead of new window?
 * Like a chat button in freelancer.com, so that 2 users can have multiple small
   white boxes to chat with other users.
 * thankyou
 * [https://wordpress.org/plugins/wpchats-lite-private-messaging/](https://wordpress.org/plugins/wpchats-lite-private-messaging/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  anonymized-13749270
 * (@anonymized-13749270)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/chatbox/#post-7276561)
 * Hello,
 * Try adding this code to your child theme’s functions file or with a custom plugin:
 *     ```
       add_action('wp_footer', function() {
       	?>
       		<script type="text/javascript">
       			window.onload = function() {
       				var a = document.querySelectorAll('a[href*="/?recipient="]');
       				for (var i=0;i<a.length;i++) {
       					a[i].setAttribute('onmousedown', "window.open(this.href, '', 'width=500,height=600');window.event.preventDefault()");
       				}
       			}
       		</script>
       	<?php
       });
       ```
   
 * Let me know if it worked and that does it for you.
 * Thank you,
    Samuel
 *  Thread Starter [pryde1919](https://wordpress.org/support/users/pryde1919/)
 * (@pryde1919)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/chatbox/#post-7276582)
 * ok let me try 🙂
 *  Thread Starter [pryde1919](https://wordpress.org/support/users/pryde1919/)
 * (@pryde1919)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/chatbox/#post-7276586)
 * Hi, is it possible without the windows tool? like without the maximize, close
   x , without the address bar?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘chatbox’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpchats-lite-private-messaging_e9f4fe.
   svg)
 * [WpChats Lite](https://wordpress.org/plugins/wpchats-lite-private-messaging/)
 * [Support Threads](https://wordpress.org/support/plugin/wpchats-lite-private-messaging/)
 * [Active Topics](https://wordpress.org/support/plugin/wpchats-lite-private-messaging/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpchats-lite-private-messaging/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpchats-lite-private-messaging/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [pryde1919](https://wordpress.org/support/users/pryde1919/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/chatbox/#post-7276586)
 * Status: not resolved