Improve Twitter config help
authorChocobozzz <me@florianbigard.com>
Thu, 31 May 2018 09:04:34 +0000 (11:04 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 31 May 2018 09:04:34 +0000 (11:04 +0200)
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
config/default.yaml
config/production.yaml.example

index 252d43c8f8bfeba4272faf16290edfee1909b80d..8a1e33c566116d1246247240d723a8a69daf3a46 100644 (file)
 
       <div class="form-group">
         <label for="signupLimit">Your Twitter username</label>
-        <my-help helpType="custom" customHtml="The Twitter @username the cards (created by PeerTube video shares) should be attributed to."></my-help>
+        <my-help helpType="custom" customHtml="Indicates the Twitter account for the website or platform on which the content was published."></my-help>
         <input
             type="text" id="servicesTwitterUsername"
             formControlName="servicesTwitterUsername" [ngClass]="{ 'input-error': formErrors['servicesTwitterUsername'] }"
         <label for="servicesTwitterWhitelisted">Instance whitelisted by Twitter</label>
         <my-help helpType="custom" customHtml="If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted."></my-help>
+Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted."></my-help>
 
       </div>
     </tab>
index b5ad0a8f2a0eee99e3249b6cf69dd4a42f2735bb..5868ba002595198115f84faf1b940fba34c99adf 100644 (file)
@@ -105,7 +105,7 @@ instance:
 services:
   # Cards configuration to format video in Twitter
   twitter:
-    username: '@Chocobozzz' # The Twitter @username the card should be attributed to
+    username: '@Chocobozzz' # Indicates the Twitter account for the website or platform on which the content was published
     # If true, a video player will be embedded in the Twitter feed on PeerTube video share
     # If false, we use an image link card that will redirect on your PeerTube instance
     # Change it to "true", and then test on https://cards-dev.twitter.com/validator to see if you are whitelisted
index a11f0a1d6f8b84c6b5e23c24bda87443c71014da..8012134cc0b5909b002ee8099953619a151a9feb 100644 (file)
@@ -119,7 +119,7 @@ instance:
 services:
   # Cards configuration to format video in Twitter
   twitter:
-    username: '@Chocobozzz' # The Twitter @username the card should be attributed to
+    username: '@Chocobozzz' # Indicates the Twitter account for the website or platform on which the content was published
     # If true, a video player will be embedded in the Twitter feed on PeerTube video share
     # If false, we use an image link card that will redirect on your PeerTube instance
     # Test on https://cards-dev.twitter.com/validator to see if you are whitelisted