Damus
BitPopArt · 6w
I did Adding Like and Zap Buttons to All Posts/Pages But probably I do something wrong as non-dev ‘normie’🤣 https://i.nostr.build/o2aLCWPrQD6lfPDS.jpg https://i.nostr.build/n1JsKaN3Ocsc1VYM...
Saiyasodharan profile picture
Thanks for the screenshot!

Just copy this on line 191:

$shortcode_2 = do_shortcode('[nostr_zap_button npub="@BitPopArt" url="' . $current_url . '"]');

i removed the [ and ] surrounding your npub. That's not needed.

I ll update the documentation and mention to remove the square brackets [ and ], when replacing npub. So it's easy for non-devs too.
1🤙1
BitPopArt · 6w
Cool It works now! Amazing work!!!