Notifications
Clear all

wpForo 1.x.x [Solved] Sharing on Facebook

14 Posts
3 Users
1 Reactions
2,617 Views
Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 8 years ago

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.

 


13 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @thecaptain,

Please provide Forum URL. 


4 Replies
Alvin Patrimonio
(@thecaptain)
Joined: 8 years ago

Estimable Member
Posts: 80
Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@thecaptain,

Your SEO plugind sets unintuitive meta tags and overwrites wpForo meta tags.

Contact your SEO plugin support and ask how to exclude a age from the plugin, find a way to exclude wpForo main page from the plugin.


Alvin Patrimonio
(@thecaptain)
Joined: 8 years ago

Estimable Member
Posts: 80

@chris Sorry but did you even check? Not using any SEO plugin.


dimalifragis
(@dimalifragis)
Joined: 5 years ago

Famed Member
Posts: 2601
Posted by: @thecaptain

@chris Sorry but did you even check? Not using any SEO plugin.

Jetpack has some basic seo. Try to disable it.


Alvin Patrimonio
Posts: 80
Topic starter
(@thecaptain)
Estimable Member
Joined: 8 years ago

Anyway, just close this topic. Thanks!


1 Reply
dimalifragis
(@dimalifragis)
Joined: 5 years ago

Famed Member
Posts: 2601
Posted by: @thecaptain

Anyway, just close this topic. Thanks!

Hey, hold your horses. Do not hurry.

Checking your site and trying to SHARE with FB, i get:

WordPress database error: [Table 'hoopsp6_bgsmph.wpf4_wc_phrases' doesn't exist]
SELECT `phrase_key` FROM `wpf4_wc_phrases` WHERE `phrase_key` LIKE 'wc_be_the_first_text'

 

 


dimalifragis
Posts: 2601
(@dimalifragis)
Famed Member
Joined: 5 years ago

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.


dimalifragis
Posts: 2601
(@dimalifragis)
Famed Member
Joined: 5 years ago

Put this in your .htaccess, it will hide debug.log for the public:

 

#
<Files ~ "\.log$">
Order Allow,Deny
Deny from All
</Files>
#

 

 


2 Replies
Alvin Patrimonio
(@thecaptain)
Joined: 8 years ago

Estimable Member
Posts: 80

@dimalifragis hi! i created a new site with only wpforo and jetpack and forum posts still won't share properly. SEO from jetpack not activated.


dimalifragis
(@dimalifragis)
Joined: 5 years ago

Famed Member
Posts: 2601

@thecaptain I replied to you with the issues i found in your Wordpres installation.

wpForo (and any big plugin like wpforo) must be installed in a stable and 100% working Wordpress.


Page 1 / 2