I can't share my forum topics on Facebook properly. It doesn't get the topic picture and title, only the title of the forum.
Is there a way to do this with Jetpack enabled?
Thanks in advance.
Anyway, just close this topic. Thanks!
I also see you DEBUG.LOG is in PUBLIC view !!! Not good.
Warning: Cannot modify header information - headers already sent by (output started at /home/hoopsp6/xxxx/wp-includes/wp-db.php:1612) in /home/hoopsp6/xxxx/wp-includes/pluggable.php on line 1421
Warning: Cannot modify header information - headers already sent by (output started at /home/hoopsp6/xxxx/wp-includes/wp-db.php:1612) in /home/hoopsp6/xxxx/wp-includes/pluggable.php on line 1424
It seems you have issues in your Wordpress installation.
Put this in your .htaccess, it will hide debug.log for the public:
# <Files ~ "\.log$"> Order Allow,Deny Deny from All </Files> #