Please add support for the Bluesky.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

junaidpv created an issue. See original summary.

junaidpv’s picture

Status: Active » Needs review
StatusFileSize
new2.55 KB

Here is a patch to start with.

s3b0un3t’s picture

Status: Needs review » Needs work

Hello,

Default configuration update is missing.

I purpose to add social media item :

  bluesky:
    enable: 1
    text: Bluesky
    api_url: 'https://bsky.app/intent/compose?text=[current-page:title]'
    api_event: href
    default_img: 1
    weight: 5 # I'll let you decide where to place it.
    attributes: "target|_blank\r\nclass|bluesky\r\nrel|noopener noreferrer"
    drupalSettings: ''
    library: ''
    img: ''

Otherwise it works perfectly!

Regards

kiwad’s picture

I suggest instead

api_url: 'https://bsky.app/intent/compose?text=[current-page:title]%20[current-page:url]'

martygraphie made their first commit to this issue’s fork.

martygraphie’s picture

Status: Needs work » Needs review

Hi,
I creating a merge request to make tracking easier. I made the necessary modifications and also replaced the default pictogram with a rounded version, which will be more consistent with the other icons in the project (link to the free pictogram: https://www.iconpacks.net/free-icon/bluesky-blue-round-circle-logo-24461...). I placed Bluesky below Twitter in the admin form for better coherence (as suggested by @s3b0un3t).

Marc

kiwad’s picture

Merci Marc,

New icon is indeed better fit.

This + 3381823 give a pretty good result

zubair-rana’s picture

StatusFileSize
new5.9 KB

Here is a patch for D11, created from MR.

s3b0un3t’s picture

Hello,

I just tested the MR and also the @zabair-rana's patch on Drupal 11.
Everything works fine in my environment.

Sincerely,