Krunal Desai
Krunal Desai

Reputation: 280

Sending GIF images to WeChat

I am working on an Android app in which I am sending GIF images to WeChat. I am sending that image using WeChatSDK but the problem is that I am not able to see animated image, I'm getting that static image instead.

Upvotes: 1

Views: 12749

Answers (3)

MarkH
MarkH

Reputation: 21

You CAN send an animated GIF in WeChat.

  • save the GIF as an image
  • send the image

I have had mixed results with this method, but it does work with some GIF files

Upvotes: 2

Chener
Chener

Reputation: 1

You have to realise that:

the presentation on Wechat service account is not like one on a normal web browser.

For example, you can only use HTML tag with text sent atm, and Wechat service account doesn't support any other HTML tags.

Do remind me if you know any other HTML tags or attributes supported, I was so devastated trying to implement coloured text.

And yes I agree with @Deco.

Upvotes: 0

Nasri
Nasri

Reputation: 99

Wechat only support GIF emotion, doesn't support GIF image. So it's impossible now.

Upvotes: 0

Related Questions