-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove TWITTER_USE_PERMALINK and add a permalink placeholder
The placeholder is second priority, after url. fixes #5
- Loading branch information
1 parent
f89797c
commit 1a68fc0
Showing
3 changed files
with
9 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
description="Automatically publish your Shaares to your Twitter account. Read <a href="#">the documentation</a> for configuration." | ||
parameters="TWITTER_API_KEY;TWITTER_API_SECRET;TWITTER_ACCESS_TOKEN;TWITTER_ACCESS_TOKEN_SECRET;TWITTER_USE_PERMALINK;TWITTER_TWEET_FORMAT" | ||
parameters="TWITTER_API_KEY;TWITTER_API_SECRET;TWITTER_ACCESS_TOKEN;TWITTER_ACCESS_TOKEN_SECRET;TWITTER_TWEET_FORMAT" | ||
parameter.TWITTER_API_KEY="Consumer Key (API Key)" | ||
parameter.TWITTER_API_SECRET="Consumer Secret (API Secret)" | ||
parameter.TWITTER_ACCESS_TOKEN="Access Token" | ||
parameter.TWITTER_ACCESS_TOKEN_SECRET="Access Token Secret" | ||
parameter.TWITTER_TWEET_FORMAT="Placeholders: \${title} \${url} \${description} \${tags} (as hashtags)" | ||
parameter.TWITTER_USE_PERMALINK="Tweet links to Shaarli instead of direct links (1: enabled, 0: disabled)" | ||
parameter.TWITTER_TWEET_FORMAT="Placeholders: \${url} \${permalink} \${title} \${tags} \${description}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters