jademeneguel
Forum Replies Created
-
Thank you!!!
hi Jeremy, thanks for the reply.
I deleted the code from my functions. Thank you for this tip.
I don’t know how you could fetch new information though… I tried a lot of times on the same day I posted it and until today I’m still getting the same message of Error parsing the URL from Facebook. Here is what I got: image
Now that you could fetch new information on April first it is showing the image,title and description but it wasn’t before.I checked my error log and there is nothing on that date-time. The only thing from March 27 was an error in my functions but I checked and the line was empty. weird.
Anyways, thanks for the help, it is not your concern anymore since this error is not coming from Jetpack.
Appreciated.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Facebook Issuesry guys! I started a new one… ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Facebook IssueHi Jeremy,
I am having this same issue for the second time. The first time I solved putting this code to my functions.php
add_filter( 'jetpack_enable_opengraph', '__return_false', 99 );
and I had to disabled my all in one seo social meta and I added the Facebook open graph code direct on my functions. This solved my problems.Now that the plugin was updated to 3.4.1 I’m having the same problem again… I tried to delete this code from my functions but Facebook still can’t crawl my url. I’m using All in One SEO but my social meta is disabled, so I am sure that I only have one meta og: for each thing.
The url that I am trying is https://jademeneguel.com/2015/bid-for-a-better-future-purpleday-by-stylight/ the old urls are good but if I try to scrape new information on Facebook Debugger I receive the same error message as this url I wrote.
Please, help. Thank you!
Forum: Plugins
In reply to: [Hover Image] How to center the image?Hey Cobey!
Im having the same problem..The only thing that I did without change the css was add the html space
" "
So before the [himage] you can put a lot of
to center the image manually. It sucks but functional ??hope I helped.