kytta / shareon

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

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

Closed jfoclpf closed 3 months ago

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