Hi everyone,
I’m new to twitter here and I need help to realize this.
I have a page where there are a lot of GIF, I would be able to add on each of them the posibility to share them directly on Twitter, so when the user post the tweet is should looks like a normal tweet with my gif attached.
Is that possible?
EDIT:
Maybe can I change the og:image and take the URL of the gif and handle the change in js?
Something like
image.on('click', function(){ var newlink = $(this).attr('url'); $('meta[property=og:imge]').attr('content', newlink); });
ps: sorry for the unformatted code, but it doen’t indent itself 