-
Notifications
You must be signed in to change notification settings - Fork 10
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
base: develop
Are you sure you want to change the base?
Changes from all commits
e7796fb
b307a97
26a7eff
fa5df89
838827a
49c3edb
58b8f21
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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>
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Or this one might look better: |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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)