Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
Document activity buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Mar 20, 2019
1 parent 9c4d8e9 commit 886efb5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ You will need a copy of [popup.html](https://solid.github.io/solid-auth-client/d
</LoggedIn>
```

### 👍🏾 Social interactions
With Solid, people can _like_ any page or thing on the Web:
```jsx
<Like/> // the current page
<Like object="https://github.com/">GitHub</Like>
<Like object="[https://ruben.verborgh.org/profile/#me].friends">Ruben's website</Like>
<Dislike object="http://dbpedia.org/resource/Poverty">poverty</Dislike>
<Follow object="https://ruben.verborgh.org/profile/#me">Ruben</Follow>
```
Your social interactions are stored in your own data pod.
Build your own interactions with an `<ActivityButton/>`.
### 🖥️ Get data from Solid
#### Load data from the user and from the Web
```jsx
Expand Down

0 comments on commit 886efb5

Please sign in to comment.