"Share to Minds" button #5653

Open
opened 2021-03-10 10:01:21 +01:00 by nukelr · 5 comments
nukelr commented 2021-03-10 10:01:21 +01:00 (Migrated from github.com)

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);
}
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); } ```
neb-b commented 2021-03-10 22:56:38 +01:00 (Migrated from github.com)

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

Great idea. What is `intentUrl`? Is that the url of the page you are sharing?
pwepwe973 commented 2021-03-15 13:33:23 +01:00 (Migrated from github.com)

I would say an alternative instagram and not Facebook

I would say an alternative instagram and not Facebook
nukelr commented 2021-03-17 12:59:11 +01:00 (Migrated from github.com)
Here the details: https://developers.minds.com/docs/guides/share-to-minds/
nukelr commented 2021-03-17 13:00:00 +01:00 (Migrated from github.com)

I would say an alternative instagram and not Facebook

Not really

> I would say an alternative instagram and not Facebook Not really
neb-b commented 2021-03-18 20:27:36 +01:00 (Migrated from github.com)

@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

@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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#5653
No description provided.