Skip to content

Commit 130765c

Browse files
author
Rachel Evans
committed
Use https for twitter
1 parent 97072ce commit 130765c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_includes/post/sharing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="sharing">
22
{% if site.twitter_tweet_button %}
3-
<a href="http://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{ page.url }}" data-via="{{ site.twitter_user }}" data-counturl="{{ site.url }}{{ page.url }}" >Tweet</a>
3+
<a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{ page.url }}" data-via="{{ site.twitter_user }}" data-counturl="{{ site.url }}{{ page.url }}" >Tweet</a>
44
{% endif %}
55
{% if site.google_plus_one %}
66
<div class="g-plusone" data-size="{{ site.google_plus_one_size }}"></div>

html/lesson1/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ You can use a special kind of tag to add notes to our page that the computer wil
326326
Add a share on twitter link along with your other sharing links.
327327

328328
```html
329-
<a href="http://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>
329+
<a href="https://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>
330330
```
331331
-----
332332
This ends our first lesson, we hope you enjoyed it and learnt something. If you have some spare time how about going back through this tutorial and, by yourself, make some amendments. If there is something you did not understand or want to give us some feedback, please [send us an email.](mailto:[email protected])

html/lesson1/tutorial.pt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ A diferença entre os links e link de envio de email (mailto link) é o conteúd
357357
Coloque um link para compartilhar no twitter junto com outros links de compartilhamento.
358358

359359
```html
360-
<a href="http://twitter.com/home?status=Eu amo corujas! via @by_codeba">Compartilhe seu amor por corujas no twitte</a>
360+
<a href="https://twitter.com/home?status=Eu amo corujas! via @by_codeba">Compartilhe seu amor por corujas no twitte</a>
361361
```
362362

363363
---

html/lesson2/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3>Owls:</h3>
5151
<a href="mailto:?subject=I love owls :: codebar">Email a friend</a>
5252
</li>
5353
<li>
54-
<a href="http://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>
54+
<a href="https://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>
5555
</li>
5656
</ul>
5757
</div>

0 commit comments

Comments
 (0)