Back to article
embed preview
Drop this into your blog.
The widget below is the same component that @tipitip/embed renders on any React-based site. Tip counters stream live from the on-chain TipJar; the heart on each paragraph deep-links to the canonical article page where the wallet transaction happens. Your readers stay on your site, your tips land in your wallet.
copy-paste snippet
import { TipParagraphs } from "@tipitip/embed";
export default function MyArticle() {
return <TipParagraphs articleId="0x740ca2ff49d9294b18dcb5403917af6e7b5a8c41d7f95d455d5152d88c387cf2" />;
}Install via pnpm add @tipitip/embed (or npm / yarn). Peer deps: react ≥ 18, react-dom ≥ 18. No viem / wagmi required.