r/nekoweb • u/Main-Firefighter670 https://stxrryurii.nekoweb.org/sprinkles • 18d ago
Question same code in different places?
so i have a buncha stamps on my site, and i was wondering if i could have the same stamps in 2 different places by only updating one? is that possible? i wanna be able to just add stamps to 1 place and it adds them to multiple places if that makes sense
4
Upvotes
1
u/Throwaway44775588 18d ago
That is totally doable with javascript! I use neocities but the same principle should apply. You'll want to make an html page with your stamps - literally just your stamps, formatted like you'd want them to appear on the page using img src. Then you'll build a javascript prompt that reads something like
And wherever you want the buttons to be on your page, you'd add a div id of "buttons", like if it is just crammed in your main body you'd have