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
autolinkdirectory incraft/plugins - Go into the Craft control panel and navigate to
settings -> pluginsand click install on the Auto Link item.
You can use the Twig filter on any string variable like so:
{{ myStringVar|autolink }}