Skip to content

Commit

Permalink
Minor fix (#44)
Browse files Browse the repository at this point in the history
* release date updated in `CHANGELOG.md`

* new services added to `README.md`

* `WhatsApp` name updated

* update README.md file

---------

Co-authored-by: AHReccese <[email protected]>
  • Loading branch information
F-Shahali and AHReccese authored Oct 30, 2024
1 parent 1c5e751 commit 8b1f949
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ 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`
- Support `WhatsApp`
- 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`
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,24 @@

## 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 |
| ------------ | -------- |
| Email | &#x2705; |
| Gmail | &#x2705; |
| Telegram | &#x2705; |
| WhatsApp | &#x2705; |
| X | &#x2705; |

## Issues & bug reports

Expand Down
2 changes: 1 addition & 1 deletion src/Data/services.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8b1f949

Please sign in to comment.