Fixed tweet length (again) (again)
This commit is contained in:
parent
5493ddd4c1
commit
bfdb669b88
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ comments: false
|
|||
{% capture message %}@realDonaldTrump{{ status }}promise no. {% increment issue_number %}: {{ point.text }} on{% endcapture %}{% capture tweettext%}{{ message }}{% endcapture %}
|
||||
{% if point.status %}
|
||||
<div class="text-center">
|
||||
<a href="https://twitter.com/share?url=https://trumptracker.github.io/&text={{ tweettext | url_encode | truncate: 108 }}&hashtags=TrumpTracker" target="_blank">
|
||||
<a href="https://twitter.com/share?url=https://trumptracker.github.io/&text={{ tweettext | truncate: 99 | url_encode }}&hashtags=TrumpTracker" target="_blank">
|
||||
<i class="fa fa fa-twitter"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue