I am trying to dynamically get the facebook php sdk from my current themes folder.
I am writing this in my functions.php, but all my attempts break the site.
See my attempts below...
require template_url('/') . 'facebook-php-sdk-6c82b3f/src/facebook.php';
require get_bloginfo('template_url') . 'facebook-php-sdk-6c82b3f/src/facebook.php';
Can any one help me understand why this does not work?
Thank you very much.