[JoyFreak] Open Graph Image

[JoyFreak] Open Graph Image 2.3.0

No permission to download
I belive the problem is the way xenforo manages attachments, may be facebook is validating the extension and detect that something like https://www.movilesdualsim.com/attachments/1-1-rascador-jpg.416968/ is not a valid URL
I don’t know why the validator throws that error without investigating it but I am using the same add-on and when I share my URLs on Facebook, the OG image is being displayed correctly. So if this is the case for you too, then I’d safely ignore the error in the validator.
 
I don’t know why the validator throws that error without investigating it but I am using the same add-on and when I share my URLs on Facebook, the OG image is being displayed correctly. So if this is the case for you too, then I’d safely ignore the error in the validator.
Its displaying a weird gif from Safari app install:

1753274782701.webp
 
No way... found my problem, robots.txt was missconfigured with /attachments/ disallow for *

Removed this line and also put

User-agent: facebookexternalhit
Allow: /attachments/

to make sure facebook read the change. Dont know how many time it will take to facebook discover the new robot change. To figure the error, used the debug tool pasting the image url directly and it returned 403.
 
No way... found my problem, robots.txt was missconfigured with /attachments/ disallow for *

Removed this line and also put

User-agent: facebookexternalhit
Allow: /attachments/

to make sure facebook read the change. Dont know how many time it will take to facebook discover the new robot change. To figure the error, used the debug tool pasting the image url directly and it returned 403.
Exactly. You can’t be blocking attachments in the robots.txt otherwise the OG image will not be picked up by the robots that use it to render the images. Glad you found the problem. Hopefully the others who are facing issues can confirm the same issue as you.
 
Back
Top Bottom