diff --git a/images/google_plus.png b/images/google_plus.png new file mode 100644 index 0000000..200c8f7 Binary files /dev/null and b/images/google_plus.png differ diff --git a/services/general_services.info b/services/general_services.info index d17161f..0250f5c 100644 --- a/services/general_services.info +++ b/services/general_services.info @@ -1,5 +1,5 @@ name = General Services -description = Blinklist, Box, del.icio.us, Digg, Diigo, Facebook, Furl, Google Bookmark, Icerocket, Identi.ca, Linkedin, Mister Wong, Mixx, MySpace, Newsvine, Newskicks, Phing this, Reddit, StumbleUpon, Technorati, Twitter, Yahoo +description = Blinklist, Box, del.icio.us, Digg, Diigo, Facebook, Furl, Google Bookmark, Google Plus, Icerocket, Identi.ca, Linkedin, Mister Wong, Mixx, MySpace, Newsvine, Newskicks, Phing this, Reddit, StumbleUpon, Technorati, Twitter, Yahoo core = 7.x package = Service Links - Services dependencies[] = service_links diff --git a/services/general_services.module b/services/general_services.module index 7f63fe9..ab4dc8b 100644 --- a/services/general_services.module +++ b/services/general_services.module @@ -72,6 +72,11 @@ function general_services_service_links() { 'link' => '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=',