Hi. Couldn't see any error in that link. Did inspect element and couldn't see any nostr-components related code as well.
Can you please give me more info on what you tried. Happy to help
This is really awesome stuff given it works! Now if people start seeing nostr, zap buttons, and whatever else on the coolest sites we'll have them wondering
Thanks for the screenshot!
Just copy this on line 191:
$shortcode_2 = do_shortcode('[nostr_zap_button npub="npub1gwa27rpgum8mr9d30msg8cv7kwj2lhav2nvmdwh3wqnsa5vnudxqlta2sz" 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.