• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Facebook social share chops off bottom part of image

newmikey

Chevereto Member
If I use the FB button on an image page, it neatly creates a FB post with the image. Problem is that there is a text section with the title and description of the file which overlays the bottom quarter of the image. Can I tweak this behaviour directly anywhere in the PHP files under app/vendor/facebook/graph-sdk/src/Facebook/FileUpload/?

Example image:


And what it looks like on Facebook:
 
Can I tweak this behaviour directly anywhere in the PHP files under app/vendor/facebook/graph-sdk/src/Facebook/FileUpload/?
No, Facebook takes those from the open graph tags. Here: https://developers.facebook.com/too...phics/image/northsea-blue-evening-orange.7Ida

If you want to get rid of these you will need to remove all these references in the image view.

My advice is that don't worry about this, because Facebook (or any other third-party) will always use their own display formats and sadly, many other third-parties rely in open graph. I think that you shouldn't remove these tags.
 
Back
Top