-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not showing Twitter image if more than one image added to tweet #352
Comments
UPDATE: I have found a fix for the issue. The problem was I needed to enable extended tweet mode.
With extended tweet mode enabled I can then get more tweet information. There was still an issue with retweets and shared tweets not showing the images and also tweet text wasn't showing for all. So I have modified the code slightly to check what type of tweet it is then use the correct media url.
|
If I get a tweet with one image in then it comes through fine, but if I get a tweet which has multiple images added then none of them come through. I don't need all of them just one would be fine. Not sure if this is a bug or whether I am doing something wrong here... any help would be great.
thanks
The text was updated successfully, but these errors were encountered: