codever
codever copied to clipboard
Automatically recognise links in description
This is very handy by youtube videos, where links are often specified in the description or when selecting a text via the bookmarklet or the google chrome extension
Enough would be to look for http://* and https://* or www.* things , or use a library
See the following for possibilities:
- https://stackoverflow.com/questions/37684/how-to-replace-plain-urls-with-links
- https://blog.codinghorror.com/the-problem-with-urls/