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

[Feature] Mastodon profile support #413

Closed
4 of 9 tasks
stdevel opened this issue Jan 12, 2023 · 4 comments
Closed
4 of 9 tasks

[Feature] Mastodon profile support #413

stdevel opened this issue Jan 12, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@stdevel
Copy link
Contributor

stdevel commented Jan 12, 2023

I confirm:

Type of feature (check all that apply)

  • Site functionality
  • Design (styling)
  • Site performance
  • Accessibility
  • Translations and internationalization (i18n)
  • Code improvements
  • Other (please describe below)

Describe the feature

It would be nice to have the possibility to specify a Mastodon profile in params.toml in addition to Twitter and others.

Preferred solution

Having an appropriate setting in params.toml would be an easy solution:

mastodon = "@[email protected]"

Alternatives

No response

Additional Context

No response

@stdevel stdevel added the enhancement New feature or request label Jan 12, 2023
@BobPusateri
Copy link

Seconding this request. Mastodon support would be great!

@onweru onweru self-assigned this Jan 19, 2023
@onweru
Copy link
Collaborator

onweru commented Feb 3, 2023

@stdevel, @BobPusateri

Curious, how would you like this knob i.e mastodon = "@[email protected]" to be linked to the UI? Or is that not necessary? 😃

Typically, the twitter one, we use it for opengraph purposes.

Also, mastodon icon support was added via #404.

@stdevel
Copy link
Contributor Author

stdevel commented Feb 4, 2023

Hi @onweru,
oh great - thanks for pointing out to #404 - didn't know that this already exists.

I just wanted to have a Mastodon icon instead of the Twitter one in the navigation. Updating the thema and using the following lines in config/_default/menus/menu.$lang.toml did the trick:

[[social]]
  name = "mastodon"
  weight = 2
  url = "https://chaos.social/@stdevel/"

image

Thanks for the support!

@stdevel stdevel closed this as completed Feb 4, 2023
@onweru
Copy link
Collaborator

onweru commented Feb 4, 2023

You're welcome @stdevel. Would you be interested in reviewing #420?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants