From 886efb5a4a60b4ec19e1f0035ab0054300813f87 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Wed, 20 Mar 2019 15:18:20 -0400 Subject: [PATCH] Document activity buttons. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c369484..af11c8d 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,19 @@ You will need a copy of [popup.html](https://solid.github.io/solid-auth-client/d ``` +### 👍🏾 Social interactions +With Solid, people can _like_ any page or thing on the Web: +```jsx + // the current page +GitHub +Ruben's website +poverty +Ruben +``` + +Your social interactions are stored in your own data pod. +Build your own interactions with an ``. + ### 🖥️ Get data from Solid #### Load data from the user and from the Web ```jsx