How do I use this PHP library to access OpenGraph data in a child theme?
It’s not so much harder then you thought. Copy the library somewhere into your child directory Include the file with include or include_once PHP function in the child’s functions.php file (use get_stylesheet_directory function for getting path of the child theme) Use the library how you want