Giter Site home page Giter Site logo

Comments (2)

ambroisemaupate avatar ambroisemaupate commented on May 27, 2024

Hi @zacksmash

Did you try with extended tweet mode ?

   new TwitterFeed(
        'account',
        'xxxx',
        'xxxx',
        'xxxx',
        'xxxx',
        null,
        true,
        false,
        true // extended
    );

Some media types does not appear in default mode (GIF, videos).

For example, one of my last tweet with extended mode, you get my video thumbnail:

{
      "id": "1189811807315283969",
      "platform": "twitter",
      "author": "Ambroise Maupate",
      "link": "https://oakoak-dve.thehope.gallery",
      "images": [
        {
          "url": "https://pbs.twimg.com/ext_tw_video_thumb/1189811757071638528/pu/img/4OuGg3mrri8HAvab.jpg",
          "width": 884,
          "height": 1152
        }
      ],
      "message": "Déjà 9% des pixels de l'œuvre originale de @Oakoak_art sont révélés 👍 — https://t.co/NCINZcItH4 #donate #StreetArt #animalcare https://t.co/v8CkmWvgKJ",
      "date_time": "2019-10-31T07:50:15+00:00",
      "tags": []
    }

If I don’t enable extended mode:

{
      "id": "1189811807315283969",
      "platform": "twitter",
      "author": "Ambroise Maupate",
      "link": "https://oakoak-dve.thehope.gallery",
      "images": [],
      "message": "Déjà 9% des pixels de l'œuvre originale de @Oakoak_art sont révélés 👍 — https://t.co/NCINZcItH4 #donate #StreetArt… https://t.co/xdjIANPghO",
      "date_time": "2019-10-31T07:50:15+00:00",
      "tags": []
    }

from mixedfeed.

zacksmash avatar zacksmash commented on May 27, 2024

@ambroisemaupate

Thanks for the quick reply! I thought I had tried that and it wasn't returning what I needed, but trying it now works great! I definitely missed something earlier. Thanks very much and take care!

from mixedfeed.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.