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

Switch out X with Bluesky and Mastadon #475

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from
Draft
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
2 changes: 2 additions & 0 deletions .github/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ backscatter
bandpass
bbbbbb
Bekaert
Bluesky
Changelog
Clauss
CLI
Expand Down Expand Up @@ -205,6 +206,7 @@ LVθ
LVφ
MapReady
Markert
Mastodon
Mathjax
mathjax
MCF
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.11]

### Added
- Social Media accounts for Bluesky and Mastodon to `whats_new.md`

## [0.9.10]

### Fixed
Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ clicks away.

## What's New

Follow [@ASFHyP3](https://twitter.com/ASFHyP3 "https://twitter.com/ASFHyP3" ){target=_blank} on Twitter, or check our [What's New](whats_new.md "HyP3 What's New" ){target=_blank} page to keep up to date on all things HyP3!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we keep the link to our What's New page here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, if we embed the mastodon timeline on the what's new page (suggestion below)

Follow @ASFHyP3 on [Bluesky](https://bsky.app/profile/asfhyp3.bsky.social "https://bsky.app/profile/asfhyp3.bsky.social" ){target=_blank}
and [Mastodon](https://mastodon.social/@ASFHyP3 "https://mastodon.social/@ASFHyP3" ){target=_blank}
to keep up to date on all things HyP3!

## Contact Us

Expand Down
4 changes: 3 additions & 1 deletion docs/whats_new.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# What's New

Follow [@ASFHyP3](https://twitter.com/ASFHyP3 "https://twitter.com/ASFHyP3" ){target=_blank} on Twitter
Follow @ASFHyP3 on [Bluesky](https://bsky.app/profile/asfhyp3.bsky.social "https://bsky.app/profile/asfhyp3.bsky.social" ){target=_blank}
and [Mastodon](https://mastodon.social/@ASFHyP3 "https://mastodon.social/@ASFHyP3" ){target=_blank}
to keep up to date on all things HyP3!

You can also check out
<a class="twitter-timeline" href="https://twitter.com/ASFHyP3">Tweets by ASFHyP3</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Comment on lines +7 to 9
Copy link
Contributor

@jhkennedy jhkennedy Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can just replace this with a mastodon feed directly using https://mastofeed.com/, something like:

<div class="mastodon-timeline mastodon-timeline-rendered" style="display: flex; max-width: 100%; margin-top: 0px; margin-bottom: 0px;">
    <iframe allowfullscreen="true" allowtransparency="true" title="Mastodon Timeline"
            sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox"
            src="https://mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fmastodon.social%2Fusers%2FASFHyP3&theme=dark&size=100&header=true&replies=false&boosts=false"
            style="position: static; visibility: visible; width: 100%; min-width: 300px; min-height: 400px; display: block; flex-grow: 1;"
    ></iframe>
</div>

min-width and min-height may need to be adjusted

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or this one might look better:
https://gitlab.com/idotj/mastodon-embed-timeline

Loading