twitter updated url

This commit is contained in:
bill bittner 2017-06-21 20:07:53 -07:00
parent e50802fa9d
commit b4e6a6662e
2 changed files with 2 additions and 2 deletions

View file

@ -146,10 +146,10 @@ socket.on('publish-complete', function(msg){
// add a tweet button // add a tweet button
twttr.widgets twttr.widgets
.createShareButton( .createShareButton(
'https://spee.ch/' + directUrl,
document.getElementById('tweet-meme-button'), document.getElementById('tweet-meme-button'),
{ {
text: 'Check out my image, hosted for free on the distributed awesomeness that is the LBRY blockchain!', text: 'Check out my image, hosted for free on the distributed awesomeness that is the LBRY blockchain!',
url: 'https://spee.ch/' + directUrl,
hashtags: 'LBRY', hashtags: 'LBRY',
via: 'lbryio' via: 'lbryio'
}) })

View file

@ -125,10 +125,10 @@ socket.on('publish-complete', function(msg){
// add a tweet button // add a tweet button
twttr.widgets twttr.widgets
.createShareButton( .createShareButton(
'https://spee.ch/' + directUrl,
document.getElementById('tweet-meme-button'), document.getElementById('tweet-meme-button'),
{ {
text: 'Check out my meme creation on the LBRY blockchain!', text: 'Check out my meme creation on the LBRY blockchain!',
url: 'https://spee.ch/' + directUrl,
hashtags: 'MemeFodder', hashtags: 'MemeFodder',
via: 'lbryio' via: 'lbryio'
}) })