twitter updated url
This commit is contained in:
parent
e50802fa9d
commit
b4e6a6662e
2 changed files with 2 additions and 2 deletions
|
@ -146,10 +146,10 @@ socket.on('publish-complete', function(msg){
|
|||
// add a tweet button
|
||||
twttr.widgets
|
||||
.createShareButton(
|
||||
'https://spee.ch/' + directUrl,
|
||||
document.getElementById('tweet-meme-button'),
|
||||
{
|
||||
text: 'Check out my image, hosted for free on the distributed awesomeness that is the LBRY blockchain!',
|
||||
url: 'https://spee.ch/' + directUrl,
|
||||
hashtags: 'LBRY',
|
||||
via: 'lbryio'
|
||||
})
|
||||
|
|
|
@ -125,10 +125,10 @@ socket.on('publish-complete', function(msg){
|
|||
// add a tweet button
|
||||
twttr.widgets
|
||||
.createShareButton(
|
||||
'https://spee.ch/' + directUrl,
|
||||
document.getElementById('tweet-meme-button'),
|
||||
{
|
||||
text: 'Check out my meme creation on the LBRY blockchain!',
|
||||
url: 'https://spee.ch/' + directUrl,
|
||||
hashtags: 'MemeFodder',
|
||||
via: 'lbryio'
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue