Skip to content

A WordPress plugin for aggregating data via the hypothes.is API.

License

Notifications You must be signed in to change notification settings

kshaffer/hypothesis_aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypothesis Aggregator

A WordPress plugin that allows you to aggregate Hypothes.is annotations on a single page or post on your WordPress blog.

Install

  1. Click “Clone or Download” (the green button on the right).
  2. Download to ZIP.
  3. Log in to your WordPress site
  4. Go to Plugins >> Add New
  5. Click “Upload Plugin” and upload the ZIP file
  6. Once it’s uploaded and installed, click “Activate,” and you’re ready to go

Using the plugin

Create a new page or post in WordPress, and as you write, include the following shortcode:

[hypothesis]

Now, that alone won’t do anything. You need to feed it some search terms, like one of the following:

[hypothesis user = 'kris.shaffer']

[hypothesis tags = 'IndieWeb']

[hypothesis text = "Domain of One's Own"]

[hypothesis user = 'kris.shaffer' tags = 'IndieEdTech']

Hypothes.is Aggregator accepts user, tags, and text search parameters, on their own or in combination with each other. Currently it does not support lists of users or tags, but that is in the works for a future version.

After adding one line of this “shortcode,” publish the post, and you should see on that page a list of annotations.

About

A WordPress plugin for aggregating data via the hypothes.is API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages