0.1.7 • Published 3 years ago

react-twitter-notrack v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-twitter-notrack

A component library for Twitter widgets built without Twitter's tracking scripts.

import { Tweet } from "react-twitter-notrack"

function App() {
    return (
        <Tweet id="20" apiUrl="https://twitter-proxy.breq.workers.dev">
    )
}

You will need to run a proxy to get around Twitter CORS. Using mine will not work in production!! I've provided the source code for my Cloudflare Worker in src/worker.js.

0.1.7

3 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago