Title: hyperlinks bug
Last modified: August 21, 2016

---

# hyperlinks bug

 *  Resolved [spoxter](https://wordpress.org/support/users/spoxter/)
 * (@spoxter)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/hyperlinks-bug/)
 * when ill place link in the chat like “www.spoxter.pl” im getting a message with
   something like that:
 * [http://spoxter.pl&#8221](http://spoxter.pl&#8221); target=”_blank”>[http://spoxter.pl&#8221](http://spoxter.pl&#8221);
   rel=”nofollow” target=”_blank”>[http://spoxter.pl&#8221](http://spoxter.pl&#8221);
   target=”_blank”>[http://spoxter.pl](http://spoxter.pl)
 * its just doubled few times, could you please tell me how to fix this?
 * [https://wordpress.org/plugins/chat/](https://wordpress.org/plugins/chat/)

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

 *  Plugin Support [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/hyperlinks-bug/#post-5114726)
 * Hi [@spoxter](https://wordpress.org/support/users/spoxter/),
 * Sorry to hear of the problem you are having.
 * I could reproduce the same issue on my test site using the following configuration
   therefore i have notified the plugin developer to fix it.
 * WordPress single site verion 3.9.1
    Chat plugin version 1.0.8.1 Default WordPress
   Twenty Thirteen Theme
 * The issue will be fixed and the updated plugin version will be release shortly.
   In the meanwhile you can fix this issue temporary by editing the chat plugin 
   file as following.
 * **Chat plugin file:**
    chat/chat.php
 * Edit the above file on line number 2074 as following.
 * **Before Editing:**
 *     ```
       $chat_message = links_add_target(make_clickable($chat_message));
       ```
   
 * **After Editing:**
 *     ```
       // $chat_message = links_add_target(make_clickable($chat_message));
       ```
   
 * Best Regards,
    WPMU DEV
 *  Plugin Author [Umesh Kumar](https://wordpress.org/support/users/umeshsingla/)
 * (@umeshsingla)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/hyperlinks-bug/#post-5114883)
 * Hi [@spoxter](https://wordpress.org/support/users/spoxter/),
 * Chat latest version have the fix for hyperlink bug, you can update to latest 
   version.
 * Thanks,
    Umesh Kumar

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

The topic ‘hyperlinks bug’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/chat_c9d6b1.svg)
 * [Chat](https://wordpress.org/plugins/chat/)
 * [Support Threads](https://wordpress.org/support/plugin/chat/)
 * [Active Topics](https://wordpress.org/support/plugin/chat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/chat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/chat/reviews/)

## Tags

 * [hyperlink](https://wordpress.org/support/topic-tag/hyperlink/)

 * 2 replies
 * 3 participants
 * Last reply from: [Umesh Kumar](https://wordpress.org/support/users/umeshsingla/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/hyperlinks-bug/#post-5114883)
 * Status: resolved