linkify icon indicating copy to clipboard operation
linkify copied to clipboard

jQuery plugin that automatically finds URLs in text content and changes them into proper hyperlinks

Results 9 linkify issues
Sort by recently updated
recently updated
newest added

Based on RFC commas are allowed characters yet the following link get's partially detected up to the comma. `http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=false` Looking at the regex `/(^|["'(\s]|<)((?:(?:https?|ftp):\/\/|mailto:).+?)((?:[:?]|\.+)?(?:\s|$)|>|[)"',])/g`, it appears that it's trying to...

Double opening (”) and closing (”) quotation marks (U+201C & U+201D) now handled

I was having issues with the Regex in IE 7 and IE 8 (from IE 9 compatibility mode). So I found a new URL regex in Regex Buddy and used...

Parsing out URLs is a very old problem and there are quite a few solid solutions to it. Would love to know how this one compares. - jQuery contributor Ben...

It doesnt identify the urls like mail.google.com and also it identifies www.something (without .com,.edu etc)as a link

feature request
bug report

#### Hey, maintainer(s) of maranomynet/linkify! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...

[Bower](http://twitter.github.com/bower/) uses tags to include packages, please create one so this plugin can be used with that manager. Probably is a good idea to avoid the 1.0 folder too.

If the text contains 2 consecutive URLS (separated by one space, or one newline), only the first URL gets linkified. This only occurs if the 2 URLs have the same...

I found some more bugs. One in the main script and the other in the twitter plugin. The first one is that when you got two email adresses, without the...

bug report