Auto-link url and images, email, video, music, <br/>
in text.
Installation
CDN: https://unpkg.com/autolink.js/dist/autolink.min.js
npm install --save autolink.js
Example
// link URL and Images/Emails// `https?://` is optional// normal link is transformed to <a>// image address(png|gif|jpe?g) is transformed to <img>// link URL only// then it would regard image address as normal link using <a>// instead of using <img> tag// link-ify and add DOM attributes// show URL path only for normal links// eg: 'http://github.com' is transformed to// '<a href="http://github.com">github.com</a>'// wow, without `http://` in the text// enable to transform all embedable url// eg: youtube/kickstarter/cloudmusic// escape HTML tags, false by default
Embed
Feel free to send a PR for supporting more embed-able links.
Now we support:
- Youtube, eg
https://www.youtube.com/watch?v=5vOAxP-u5KA
- Kickstarter, eg:
https://www.kickstarter.com/projects/1546683916/treasures-of-the-universe-unique-astrophotography?ref=home_popular
- Cloudmusic, eg:
http://music.163.com/#/song?id=36103237
- Youku, eg:
http://v.youku.com/v_show/id_XMTQwMDUzODM0MA==.html?f=23710673#paction
- Vimeo, eg:
https://vimeo.com/channels/staffpicks/253396666
License
MIT © EGOIST