Fixing Google+ sharing.

This commit is contained in:
Samuel Clay 2013-03-23 18:19:55 -07:00
parent bd9f2c527e
commit 0bee01036a

View file

@ -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')),