Hello again!
The sharing is correctly configured in settings. I have switched to Twenty Twenty with no luck.
Also, I have installed Health Check and it did a scan where no big issues appeared, but when I tried clicking the next button in the plugin’s settings, the backend of my site froze and it turned out that my frontend doesn’t load anymore. I had to contact my host to fix it. They gave me the following report in case it can help the issue with the social sharing buttons that still don’t show up in my two latest blogposts:
————–
I have deleted the below content from your .htaccess
# Use PHP7.3 as default
#AddHandler application/x-httpd-ea-php73 .php
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)?
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteEngine on
# Changed PHP handler from application/x-httpd-php54 to application/x-httpd-phpbeta on Mon Jan 11 13:27:39 MST 2016.
RewriteOptions inherit
AddHandler application/x-httpd-php70 .php
# Wordfence WAF
Require all denied
Order deny,allow
Deny from all
# END Wordfence WAF
———————————-
The host support also suggested this:
“Please also try to identify if the WAF or the redirections above are causing the issue.”
I have no idea how to check that or if it’s related to the Jetpack social sharing icons.
Any other ideas on how to get those icons to work again?
-
This reply was modified 4 years, 10 months ago by Araca.