Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Bluesky added #680

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Some sites using this project :
### Multi-Language Social Media

* <img src="./images/logo-icons/facebook.jpg" width="15px;"/> [Facebook](#facebook)
* <img src="./images/logo-icons/bluesky.jpg" width="15px;"/> [Bluesky](#bluesky)
* <img src="./images/logo-icons/reddit.jpg" width="15px;"/> [Reddit](#reddit)
* <img src="./images/logo-icons/twitter.jpg" width="15px;"/> [Twitter](#twitter)
* <img src="./images/logo-icons/linkedin.jpg" width="15px;"/> [LinkedIn](#linkedin)
Expand Down Expand Up @@ -119,7 +120,7 @@ Argument | Description | Used By
--- | --- | ---
{url} | The URL-encoded link you want to share. Service may reject link if not encoded. | GoogleBookmarks, Facebook, Reddit, Twitter, LinkedIn, Tumblr, Pinterest, Blogger, LiveJournal, EverNote, GetPocket, HackerNews, Digg, FlipBoard, InstaPaper, SurfingBird, Diaspora, Line.me, Skype, Telegram.me, QZone, VK, Weibo, OKru, Douban, XING, RenRen, GMail, Yahoo, WordPress
{title} | The page title of the url you want to share. | GoogleBookmarks, Reddit, Tumblr, Blogger, LiveJournal, EverNote, HackerNews, FlipBoard, InstaPaper, SurfingBird, Diaspora, VK, Weibo, Douban, RenRen, EMail, GMail, Yahoo, WordPress
{text} | A longer description of the content you are sharing. | GoogleBookmarks, Twitter, Tumblr, Blogger, InstaPaper, SurfingBird, SMS, Line.me, Skype, Telegram.me, VK, RenRen, Threema, EMail, WordPress
{text} | A longer description of the content you are sharing. | GoogleBookmarks, Twitter, Tumblr, Blogger, InstaPaper, SurfingBird, SMS, Line.me, Skype, Telegram.me, VK, RenRen, Threema, EMail, WordPress, Bluesky
{hash_tags} | Hashtags appended onto the tweet (comma separated. don't include "#"). | GoogleBookmarks, Twitter, Tumblr
{user_id} | The username/id of a particular user on a social media service. | Twitter, Threema
{email_address} | Where a social share is directed. You will most likely want to leave this blank, so the user can fill it in. | EMail, GMail, Yahoo
Expand Down Expand Up @@ -176,6 +177,23 @@ https://www.facebook.com/dialog/share?app_id={app_id}&display={page_type}&href={
* *Test Notes :* Requires registering in order to get an `App_Id`. Tested and works with this url: https://www.facebook.com/dialog/share?app_id=182985995589570&display=page&href=http://www.earthfluent.com&redirect_uri=http://www.earthfluent.com
* *Test Results :* Functionality tested and verified by SocialShare Dev's in `2013`, `2016`, `2018`, `2020`.


### <a name="bluesky" /> Bluesky

<img src="./images/logo-icons/bluesky.jpg" width="25px"/> <code>Global Rank :</code> `2,509` (jan 1, 2024)

<code>Parameters :</code> `text`.

```
https://bsky.app/intent/compose?text={title}%20{url}
```

<code>Source :</code>
* *Official Source :* [Bluesky: Share on Bluesky](https://bsky.app/profile/bsky.app/post/3kmjboaopvn2f)
* *Unofficial Source :* None.
* *Test Notes :* None.
* *Test Results :* Functionality tested and verified by SocialShare Dev's in `2024`.

### <a name="reddit" /> Reddit

<img src="./images/logo-icons/reddit.jpg" width="25px"/> <code>Global Rank :</code> `19` (may 9, 2020)
Expand Down
Binary file added images/logo-icons/bluesky.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.