Is it possible to find all strings starts with http & https in a paragraph and convert into links using jquery?
I got my twitt list in my website and all lines starts with http & https display as normal string [text]. I want to convert them into hyperlinks. Is this possible with javascript, jQuery.
Here is code to check URL’s in string and convert it as link. This will detect links which are started with WWW also. Hope this will helps.