1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-26 17:54:52 +02:00

share news posts

This commit is contained in:
Pomax
2020-09-22 04:58:55 -07:00
parent 0ad4207ac5
commit e7844eae19
8 changed files with 60 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ class Tracker {
}
get_twt() {
var text = encodeURIComponent(`Reading "${this.sectionTitle}" by @TheRealPomax over on `) + this.url;
var text = encodeURIComponent(`Reading ${this.sectionTitle} by @TheRealPomax over on `) + this.url;
return `https://twitter.com/intent/tweet?original_referer=${this.url}&text=${text}&hashtags=bezier,curves,maths`;
}
}