Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHoaro committed Sep 1, 2018
1 parent 06ab8d9 commit b73036d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Expand Up @@ -10,14 +10,15 @@ to post it on Twitter.
## Requirements

- PHP 5.3
- PHP 5.6
- PHP cURL extension
- PHP mbstring extension
- Shaarli >= v0.8.1
- Shaarli >= v0.8.1 (still valid in v0.10.2)

## Installation

Download the latest release, and put the folder `shaarli2twitter` under your `plugins/` directory.
Download the latest [release](https://github.com/ArthurHoaro/shaarli2twitter/releases),
and put the folder `shaarli2twitter` under your `plugins/` directory.

Then you can enable the plugin in the plugin administration page `http://shaarli.tld/?do=pluginadmin`.

Expand Down Expand Up @@ -78,6 +79,12 @@ Which will render, for example as:

#Shaarli: Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Main_Page #crowdsourcing #knowledge

### TWITTER_HIDE_URL

Hide ${url} and/or ${permalink} when sharing a note to long to hold in a tweet.

Values: `yes` to hide URL or `no` to keep them. Default value is `no`.

## License

MIT License, see LICENSE.md.

0 comments on commit b73036d

Please sign in to comment.