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
|
// 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'
|
||||||
})
|
})
|
||||||
|
|
|
@ -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'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue