We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
via
1 parent 9163ff0 commit 17a9318Copy full SHA for 17a9318
tools/daily_quote_generator.html
@@ -226,7 +226,7 @@ <h2 class="font-semibold text-lg">How to Use Daily Quote Generator</h2>
226
227
function shareOnTwitter() {
228
const quote = document.getElementById('result').innerText;
229
- const twitterUrl = `https://twitter.com/intent/tweet?text=${encodeURIComponent(quote)}&url=${encodeURIComponent(url)}&via=GPTGames&hashtags=DailyQuote`;
+ const twitterUrl = `https://twitter.com/intent/tweet?text=${encodeURIComponent(quote)}&url=${encodeURIComponent(url)}&hashtags=DailyQuote`;
230
window.open(twitterUrl, '_blank');
231
}
232
0 commit comments