kytta / shareon

📯 Lightweight, stylish, and ethical share buttons for popular social networks
https://shareon.js.org/
MIT License
465 stars 25 forks source link

When you update URL via History one MUST call Shareon.init() again #118

Closed jfoclpf closed 6 months ago

jfoclpf commented 6 months ago
const new_url = window.location.href + `?map=my_map`
history.pushState(null, '', new_url)
Shareon.init()