• 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.

facebook gif not working on large size

Status
Not open for further replies.

zainch17

Chevereto Member
i have recently increased upload size to 32 mb and after uploading large size gif facebook is not fetching gifs and i can see on my website it giving download option 1st to play gif everytime i reload
 

Attachments

  • Capture.PNG
    Capture.PNG
    806.9 KB · Views: 6
Facebook is just ignoring that image because is too large.
 
Imgur converts GIF to video, Chevereto doesn't.

Code:
                <meta property="og:video:width"       content="400" />
                <meta property="og:video:height"      content="300" />
                <meta property="og:video"             content="https://i.imgur.com/4PZ4YCs.mp4" />
                <meta property="og:video:secure_url"  content="https://i.imgur.com/4PZ4YCs.mp4" />
                <meta property="og:video:type"        content="video/mp4" />
 
Imgur converts GIF to video, Chevereto doesn't.

Code:
                <meta property="og:video:width"       content="400" />
                <meta property="og:video:height"      content="300" />
                <meta property="og:video"             content="https://i.imgur.com/4PZ4YCs.mp4" />
                <meta property="og:video:secure_url"  content="https://i.imgur.com/4PZ4YCs.mp4" />
                <meta property="og:video:type"        content="video/mp4" />
So any chance to make it works on chevereto plus i think problem is in script because its asking to download on every reload on main website itself and not automatically playing gif which can cause facebook to not update it as gif
 
Is not a problem of the script, we don't handle videos and we don't advice that we handle videos. Facebook choose if shows or not GIF images, in this case they won't show it because it is too large, at my end the thing that I can do is to find about this size limit and show the thumb rather than the full GIF image, but I won't add GIF to video.
 
Status
Not open for further replies.
Back
Top