diff --git a/index.html b/index.html index 769407b..1411e88 100644 --- a/index.html +++ b/index.html @@ -341,6 +341,11 @@

๐ŸŽจ Custom Button Colors

Customize button colors to match your brand palette

+

โœจ Sneha Custom

+

Custom demo added by Sneha

+
+
+

Red Theme

#f44336 - Material Red

@@ -577,7 +582,22 @@

๐Ÿ…ฐ๏ธ Angular Integration

+ +
+

๐Ÿงช Sneha Custom Demo

+

This is Sneha's custom integration demo.

+ +
+
+

My Share Button

+

Custom example added by Sneha

+ + +
+
+
+

Ready to Get Started?

@@ -758,6 +778,25 @@

Ready to Get Started?

buttonHoverColor: "#db2777", buttonText: "Share", }); + const snehaBaseConfig = { + url: demoUrl, + title: "Sneha's Project ๐Ÿ”ฅ", + buttonStyle: "primary", + buttonText: "Share My Project", + }; + + new SocialShareButton({ + ...snehaBaseConfig, + container: "#share-button", + description: "Testing my custom integration ๐Ÿš€", + }); + + // Sneha Custom Demo + new SocialShareButton({ + ...snehaBaseConfig, + container: "#demo-sneha", + description: "Custom demo added by Sneha ๐Ÿš€", + }); // Copy to Clipboard Functionality const copyButtons = document.querySelectorAll(".copy-btn");