diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ There is a timeline view of your own posts, as well as a simple 'compose post' p The entire design is inside a single theme file [microblog.css](microblog.css) and can be modified easily. The site HTML is pretty straightforward and should be easy to style. The app requires at least PHP 5.5 and was tested on 7.0 +For crossposting to twitter, the app uses code from [J7mbo/twitter-api-php](https://github.com/J7mbo/twitter-api-php) ### Installation @@ -16,6 +17,7 @@ The app requires at least PHP 5.5 and was tested on 7.0 - edit [config.php](config.php) and adjust the settings if you like (at least set a new password!) - edit [.htaccess](.htaccess) and set `RewriteBase` to a path matching your installation directory - optional: modify the theme file [microblog.css](microblog.css) +- optional: enable crossposting to twitter by filling in app credentials in [config.php](config.php#L32-L35) (instructions there) ### To Do |