diff --git a/index.html b/index.html
index 769407b..1411e88 100644
--- a/index.html
+++ b/index.html
@@ -341,6 +341,11 @@
+
โจ 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");