Skip to content

Commit ba73786

Browse files
Create README.md
1 parent 4863e2f commit ba73786

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

code/reactjs/README.md

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Social Share Code Libraries
2+
3+
The Social Share Code Libraries project provides source code libraries for writing code that uses sharing on social-media.
4+
5+
All code is released under the permissive BSD-3-Clause License, so you should be able to use it in any of your projects, even if they are not permissively licensed like the BSD-3-Clause License.
6+
7+
![Share Links - Do You Have Them?](../../images/social-share.jpg "ShareLinks Icons")
8+
9+
## Who Maintains This Project?
10+
11+
This is a sub-project of Social Share URL's, a project for documenting the sharing URL API's of third-party, social-media websites. Check out more about us here :
12+
13+
https://github.com/bradvin/social-share-urls
14+
15+
https://github.com/bradvin/social-share-urls/tree/master/code/
16+
17+
### ReactJS
18+
19+
`Online Demo` :
20+
21+
* [EarthFluent.com : Learn Chinese Online](https://www.earthfluent.com/chinese/view.php?action=index#share)
22+
* [Lucy Parsons : The Principles of Anarchism](https://www.revoltlib.com/anarchism/the-principles-of-anarchism/view.php#share)
23+
* [Remove Blank Lines : Removing Blank Lines from Lists](http://www.removeblanklines.com/)
24+
25+
`Code Sandbox` :
26+
27+
* [CodeSandbox.io](https://codesandbox.io/s/98znjopzr4)
28+
29+
`Sample Use` :
30+
31+
<SocialShareMedia
32+
url="http://www.earthfluent.com/"
33+
title="EarthFluent"
34+
/>
35+
36+
`Library Files` :
37+
38+
* [/code/reactjs/package.json](https://github.com/bradvin/social-share-urls/blob/master/code/reactjs/package.json)
39+
* [/code/reactjs/public/index.html](https://github.com/bradvin/social-share-urls/blob/master/code/reactjs/public/index.html)
40+
* [/code/reactjs/src/SocialShareMedia.js](https://github.com/bradvin/social-share-urls/blob/master/code/reactjs/src/SocialShareMedia.js)
41+
* [/code/reactjs/src/index.js](https://github.com/bradvin/social-share-urls/blob/master/code/reactjs/src/index.js)
42+
* [/code/reactjs/src/styles.css](https://github.com/bradvin/social-share-urls/blob/master/code/reactjs/src/styles.css)

0 commit comments

Comments
 (0)