Rebuild-Black-Business / RBB-Website

Website to help connect black-owned businesses with consumers and resources
https://www.rebuildblackbusiness.com/
MIT License
119 stars 72 forks source link

[Feature] Add social sharing for businesses #277

Open magnificode opened 4 years ago

magnificode commented 4 years ago

Prerequisites

User Story

As a user I want to be able to easily share business listings I find on RBB So I can help businesses I like get more exposure

Acceptance Criteria

Is your feature request related to a problem? Please describe.

N/a

Describe the solution you'd like

This feature should be a reusable component that can be integrated both within a <ResultCard> and within the individual business profile template. The component should be able to take in the business name, and the URL to the business profile page on the RBB site. We should be able to leverage basic share links for Facebook and Twitter.

For example:

<a href="https://twitter.com/intent/tweet?url=https://rebuildblackbusiness.com&text=Rebuild%20Black%20Business&via=rebuildingblack">Share on Twitter</a>
<a href="https://www.facebook.com/sharer.php?u=https://rebuildblackbusiness.com">Share on Facebook</a>