From d2aa7eedd364d4c07487168a9d1dbc56e8e44b97 Mon Sep 17 00:00:00 2001 From: Sebastien Corbin Date: Tue, 12 Mar 2013 11:36:27 +0100 Subject: [PATCH] Issue #1662684 by chromix, Jody Lynn, SebCorbin | rodrigoaguilera: Added google plus share. --- images/google_plus.png | Bin 0 -> 492 bytes services/general_services.info | 2 +- services/general_services.module | 5 +++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 images/google_plus.png diff --git a/images/google_plus.png b/images/google_plus.png new file mode 100644 index 0000000000000000000000000000000000000000..200c8f7cd497e690608ef30a25b0241c6dc7ba37 GIT binary patch literal 492 zcmVIP;2vkoJJ*;L3BrNuBOBbjMGP!R+g7j6H;T>zb!3A6qHHmZ^c?G60|C z>J1nJv(pg0Z8aFB$gxoc{KI|k3j^I4*}>Gv_XkdhOQ%H65~W=$KWM5H z6NxZG@0)e03a+MR!jve$u10<|)W$6BNu5s&L;C}v3NwJax%%F=BgSIzyYc5pcxRLCYQgFUVlPPlQkX&O iRo_m2ArrE+e|ZBk5ti8-fT;lh0000 'http://www.google.com/bookmarks/mark?op=add&bkmk=&title=', 'description' => t('Bookmark this post on Google.'), ); + $links['google_plus'] = array( + 'name' => 'Google Plus', + 'link' => 'https://plus.google.com/share?url=', + 'description' => t('Bookmark this post on Google.'), + ); $links['yahoo'] = array( 'name' => 'Yahoo', 'link' => 'http://bookmarks.yahoo.com/myresults/bookmarklet?u=&t=', -- 1.7.12.4 (Apple Git-37)