question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Share to Minds" button

See original GitHub issue

Minds is a Facebook alternative with crypto economy would be cool to have a button to share lbry content on it with a button like those for the “mainstream” social media. This is the embedding code: HTML:

<a  class="minds-share-button"
  target="_blank"
  title="Share to Minds"
  href="https://www.minds.com/newsfeed/subscribed?intentUrl=[YOUR ENCODED URL GOES HERE]">
  <img
    src="https://cdn-assets.minds.com/front/dist/en/assets/logos/bulb.svg"
    alt="Minds"
    height="40"
  />
</a>

CSS:

.minds-share-button {
  display: block;
  max-width: 50px;
  max-height: 60px;
  padding: 10px 5px 5px;
  text-align: center;
  background-color: #242a30;
  border: 1px solid #414c57;
  border-radius: 3px;
  box-shadow: 5px 5px 8px -4px rgba(0, 0, 0, 0.4);
}

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

1reaction
neb-bcommented, Mar 10, 2021

Great idea. What is intentUrl? Is that the url of the page you are sharing?

0reactions
neb-bcommented, Mar 18, 2021

@nukelr Would you like to try this?

It shouldn’t be much work. The code for the social share links is here: https://github.com/lbryio/lbry-desktop/blob/master/ui/component/socialShare/view.jsx

Read more comments on GitHub >

github_iconTop Results From Across the Web

Share to Minds - Minds Docs
If you wish to add a Minds share button to your website, see the example below.
Read more >
Topic: Adding sharing button for Minds.com - WordPress.com
This post is in the ideas forum. The topic 'Adding sharing button for Minds.com' is closed to new replies.
Read more >
How to create social share buttons for desktop and native UI
In this episode of How to AMP, we go over how to set up social share buttons for your website with AMP. Learn...
Read more >
How do you create a social media share button? - Justinmind
You will need to design your own share button, however you won't be able to integrate that button with real social media networks....
Read more >
What's this Share button on my controller? - Xbox Support
The Share button makes it easy to record game clips and capture screenshots, so you can share your favorite moments with ... Things...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found