react-twitter-embed icon indicating copy to clipboard operation
react-twitter-embed copied to clipboard

Simplest way to add twitter widgets to your react project.

Results 80 react-twitter-embed issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/24260211/186071072-116c0a63-3fb5-416b-82d4-bf4d3c0d3897.png)

I was using the library as follows, but specifying the height using options not working. Does anyone know a solution? ``` import { TwitterTimelineEmbed } from 'react-twitter-embed'; ```

I am not seeing any error in console as well. ![image](https://user-images.githubusercontent.com/31442258/185577135-048672b7-c6c6-41f5-b724-ac7db577baa6.png)

bug

When trying to put a specific width using options it does nothing.

I think something is wrong with the dependency declarations on this project because a bunch of test-oriented packages and polyfills are included when they shouldn't be necessary. ```diff diff --git...

This happens on Firefox incognito mode where tracking protection is enabled. This can be disabled but can we get around this. ![image](https://user-images.githubusercontent.com/88959719/182113023-e2a0bdfe-d370-4885-bd53-3ee29fbab115.png)

when i switch cards hidden to show the height of tweet always change is it possible? to keep a max-height so my other element doesn't affect

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

The default ContentSecurityPolicy for a Next.js app (from a starter template) prevents loading of scripts and images required for this component. I was able to overcome this by simply adding...

This makes the library compatible with Preact but also removes the deprecated way of using refs in React as explained in the [documention](https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs). This should be part of a new...