Courses / Creating A Fullstack Linktree Clone (Legacy)

Creating The "My Linktree" Link

Creating the shareable link for your profile page is pretty easy if you use the url_for helper. It allows you to pass an array, with one of the arguments being composed of a hash.

This hash can contain an argument called, { only_path: <true/false> }

By setting the only_path to false you can generate the entire link in the preview text.

Exercises

No exercises in this lesson yet.