SMRTR ProgrammingMay 30, 2025Go Make Things

How to build a Share This button using HTML Web Components and JavaScript

SMRTR summary

The tutorial showcases how to build an accessible "Share This" web component using navigator.share(), covering functionality, browser support, accessibility, and customization for an OS-native share card in compatible browsers.

SMRTR provides this summary for quick context. The original article belongs to Go Make Things.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.