Just like the label on the box suggests, this is a simple Twig filter that will turn URLs in a string into clickable HTML anchors.
- Put the
autolink
directory incraft/plugins
- Go into the Craft control panel and navigate to
settings -> plugins
and click install on the Auto Link item.
You can use the Twig filter on any string variable like so:
{{ myStringVar|autolink }}