diff --git a/index.html b/index.html index bdba0e5..bdf5f87 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@ Created by Gabriele Cirulli. Based on 1024 by Veewo Studio.
diff --git a/js/html_actuator.js b/js/html_actuator.js index fac7c82..2da738b 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;