mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing Google+ sharing.
This commit is contained in:
parent
bd9f2c527e
commit
0bee01036a
1 changed files with 2 additions and 2 deletions
|
@ -2102,10 +2102,10 @@
|
|||
|
||||
send_story_to_googleplus: function(story_id) {
|
||||
var story = this.model.get_story(story_id);
|
||||
var url = 'https://plusone.google.com/_/+1/confirm'; //?hl=en&url=${url}
|
||||
var url = 'https://plus.google.com/share';
|
||||
var googleplus_url = [
|
||||
url,
|
||||
'?hl=en&url=',
|
||||
'?url=',
|
||||
encodeURIComponent(story.get('story_permalink')),
|
||||
'&title=',
|
||||
encodeURIComponent(story.get('story_title')),
|
||||
|
|
Loading…
Add table
Reference in a new issue