August 25, 2015 at 6:04 am
#27645
Theme Horse Support Team
Keymaster
Hi guyandkatie,
IF you like to insert a facebook like button then first of all you need to create a child theme. Create a functions.php file and then hook your scripts in wp_enqueue_scripts() functions. For more reference
https://codex.wordpress.org/Function_Reference/wp_enqueue_script
Thank you!