Skip to content
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

Twitter embeds #234

Closed
efedorenko opened this issue Jun 11, 2023 · 1 comment
Closed

Twitter embeds #234

efedorenko opened this issue Jun 11, 2023 · 1 comment

Comments

@efedorenko
Copy link

Bug Description

I noticed that Twitter embeds have been broken for the last couple weeks. The returned JSON is full of null’s.

Is that something that can be fixed or it’s a problem on the Twitter side?

Thank you!

Steps to reproduce

Embedding this tweet:

{
    "title": "https://twitter.com/zander_supafast/status/1666734626784649217",
    "description": null,
    "url": "https://twitter.com/zander_supafast/status/1666734626784649217",
    "type": "link",
    "tags": [],
    "feeds": [],
    "images": [],
    "image": null,
    "imageWidth": null,
    "imageHeight": null,
    "code": null,
    "width": null,
    "height": null,
    "aspectRatio": null,
    "authorName": null,
    "authorUrl": null,
    "providerIcons": [
        {
            "url": "https://twitter.com/favicon.ico",
            "width": 16,
            "height": 16,
            "size": 256,
            "mime": "image/x-icon"
        },
        {
            "url": "https://abs.twimg.com/favicons/twitter.2.ico",
            "width": 32,
            "height": 32,
            "size": 1024,
            "mime": "image/vnd.microsoft.icon"
        },
        {
            "url": "https://abs.twimg.com/responsive-web/client-web-legacy/icon-ios.b1fc727a.png",
            "width": 1024,
            "height": 1024,
            "size": 1048576,
            "mime": "image/png"
        }
    ],
    "providerIcon": "https://abs.twimg.com/responsive-web/client-web-legacy/icon-ios.b1fc727a.png",
    "providerName": "Twitter",
    "providerUrl": "https://twitter.com",
    "publishedTime": null,
    "license": null
}

Expected behaviour

No response

Embedded Assets version

2.11.4

Craft CMS version

3.8.11

@efedorenko efedorenko added the bug label Jun 11, 2023
@ttempleton
Copy link
Contributor

I'm going to close this as a duplicate of oscarotero/Embed#518 since this plugin uses that package to get embed data - although the speculation on that issue is that it's on Twitter's end.

@ttempleton ttempleton closed this as not planned Won't fix, can't repro, duplicate, stale Jun 13, 2023
@ttempleton ttempleton added duplicate and removed bug labels Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants