diff --git a/index.html b/index.html index bdba0e5ea8a688c300b55474f25975d47227efe0..bdf5f87ed78b135cb8083afb5fbe981eec6b7d09 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@ Created by Gabriele Cirulli. Based on 1024 by Veewo Studio.

- Tweet + Tweet
diff --git a/js/html_actuator.js b/js/html_actuator.js index fac7c82a9e9489e1b9dbf009872f903205834e26..2da738b65add3d028567d5321bf0358739413cd7 100644 --- a/js/html_actuator.js +++ b/js/html_actuator.js @@ -130,8 +130,8 @@ HTMLActuator.prototype.scoreTweetButton = function () { tweet.setAttribute("data-via", "gabrielecirulli"); tweet.textContent = "Tweet"; - var text = "I scored " + this.score + " points at #2048, a game where you " + - "join numbers to score high!"; + var text = "I scored " + this.score + " points at 2048, a game where you " + + "join numbers to score high! #2048game"; tweet.setAttribute("data-text", text); return tweet;