"Share to Minds" button
See original GitHub issueMinds 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:
- Created 3 years ago
- Reactions:2
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great idea. What is
intentUrl
? Is that the url of the page you are sharing?@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