Forms: Best way to have users input social media links

I have a form with various inputs where I want users to be able to list various social media links such as their facebook, instagram, and twitter accounts. Simply providing a blank textbox seems really prone to allowing user error (and has already happened once on my application). What is the preferred way to do this? Simply ask for their handle and build the URL myself? Form validation to make sure the url contains facebook.com?