From 8b1f9497c15de13143445f95f590833b75f41f62 Mon Sep 17 00:00:00 2001 From: Fatemeh Shahali <49586768+F-Shahali@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:09:46 +0330 Subject: [PATCH] Minor fix (#44) * release date updated in `CHANGELOG.md` * new services added to `README.md` * `WhatsApp` name updated * update README.md file --------- Co-authored-by: AHReccese --- CHANGELOG.md | 3 ++- README.md | 10 ++++++++-- src/Data/services.data.ts | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8af78..89aa09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -## [0.3] - 2024-10-23 +## [0.3] - 2024-10-30 ### Added - Google Tag Manager installed - Support `X` @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Support multi parameters - Handle url encoding ### Changed +- `README.md` description updated - Move all services data to `services.data` file - Improve loading-cover animation - Move `build` & `version_check` steps to `github runners` diff --git a/README.md b/README.md index b3ea93d..eb02acd 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,15 @@ ## Overview -MyButton is an open-source project that streamlines the process of sharing links to your preferred online services. It provides a user-friendly interface that allows users to seamlessly share content with just a few clicks. MyButton takes care of the technical aspects. Depending on the chosen service, it might: +MyButton is an open-source project that simplifies the process of sharing links of your preferred online services. It provides a user-friendly interface that allows users to seamlessly share links with just a few clicks. MyButton takes care of the technical aspects. Depending on the chosen service, it might: -- Redirect you directly to the platform with the link pre-populated. +- Forward users to the chosen platform with the link already populated for easy sharing. - Generate sharable buttons embedded with your link. Clicking these buttons redirects users to the chosen service. +You can choose to forward users either directly to the platform or through the MyButton gateway for added flexibility. + +✨ Easily fork MyButton to create a custom link-sharing experience tailored to your brand, and deploy it smoothly on GitHub Pages. + ## Supported services | Service name | Support | @@ -27,6 +31,8 @@ MyButton is an open-source project that streamlines the process of sharing links | Email | ✅ | | Gmail | ✅ | | Telegram | ✅ | +| WhatsApp | ✅ | +| X | ✅ | ## Issues & bug reports diff --git a/src/Data/services.data.ts b/src/Data/services.data.ts index 7ab7b18..0fe86fb 100644 --- a/src/Data/services.data.ts +++ b/src/Data/services.data.ts @@ -40,7 +40,7 @@ export const Services = [ bg: '#1A1A1A', }, { - title: 'whatsapp', + title: 'whatsApp', icon: Whatsapp, iconUrl: 'https://github.com/openscilab/mybutton/raw/main/src/Assets/icons/services/whatsapp.svg', bg: '#12AF0A',