Torsten2217 / google-plus-platform

Automatically exported from code.google.com/p/google-plus-platform
0 stars 0 forks source link

Get +1 count for a URL #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to provide a URI and get a list of people (Google+ ID's) who have 
plus one'd that URI.

Original issue reported on code.google.com by 3rdManRe...@gmail.com on 4 Oct 2011 at 1:23

GoogleCodeExporter commented 9 years ago
This was addressed in today's release: 
http://googleplusplatform.blogspot.com/2011/10/google-apis-now-with-search-and-m
ore.html

Original comment by jch...@google.com on 4 Oct 2011 at 7:53

GoogleCodeExporter commented 9 years ago
I think the question was not for g+ posts, but rather for +1-buttons on the web 
in general.

Original comment by scaryg...@gmail.com on 5 Oct 2011 at 12:54

GoogleCodeExporter commented 9 years ago

Original comment by chirags@google.com on 5 Oct 2011 at 4:40

GoogleCodeExporter commented 9 years ago
I agree, it was not addressed in today's release. Following the design of 
Google+ API, I think that the request here is "get all (public) activities 
associated with a particular URI" - then one can get total plusones, shares, 
etc according to one's need. Of course, shorthand access to total counts 
(without the need to loop through the activities) would be very nice, too.

Original comment by aurimas....@gmail.com on 5 Oct 2011 at 7:36

GoogleCodeExporter commented 9 years ago
Chirag has reopened the issue as it was mistaken for an issue that was taken 
care of in the new api.

Original comment by 3rdManRe...@gmail.com on 5 Oct 2011 at 2:58

GoogleCodeExporter commented 9 years ago
Get List of Plusoners For a URL is a nice idea!
Something Like: 
https://www.googleapis.com/plus/v1/activities/z12gtjhq3qn2xxl2o224exwiqruvtda0i/
people/plusoners?key=AIzaSyAMOckUVwg-mdYTHEGauhLCoT2Yoro0JRA

Original comment by i...@joomladay.it on 9 Oct 2011 at 6:35

GoogleCodeExporter commented 9 years ago
i m trying to get post of user(status) after authentication, but i m not able 
to get it .i am able to getting other detail of user like name,date of 
birth,gender,about me after authorization.
By using this APi
https://www.googleapis.com/plus/v1/people/105393403963017564130?key=AIzaSyB38rHS
18-hFEQ3M_sm44mGWarXicF_Gj

please help me...thanks in advance....

Original comment by nidhi.pu...@gmail.com on 18 Oct 2011 at 6:03

GoogleCodeExporter commented 9 years ago
Getting a list of people who +1 a page might be a privacy issue; but I'd 
certainly like to be able to get a number of +1's, in order to rank my site's 
most popular pages.

Original comment by ray.we...@googlemail.com on 18 Oct 2011 at 1:18

GoogleCodeExporter commented 9 years ago
I hope this is still in the works, You can get total "Likes" from Facebook very 
quickly & easily, you don't even need an API key:
https://api.facebook.com/method/fql.query?query=select%20total_count%20from%20li
nk_stat%20where%20url="https://code.google.com/p/google-plus-platform/issues/det
ail"

If you're sending this data to Analytics then it must be pretty simple to make 
it available via API.

Thanks,

Original comment by amorphou...@gmail.com on 26 Nov 2011 at 8:54

GoogleCodeExporter commented 9 years ago
Obviously there are many sites getting this number. How did they do this 
without the official api?

Original comment by Sebastia...@googlemail.com on 30 Nov 2011 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by mimm...@google.com on 4 Feb 2012 at 12:15

GoogleCodeExporter commented 9 years ago
I am actually using node's jsdom to do this now, it is a total hack but it 
works...

Original comment by mcg42...@gmail.com on 3 Mar 2012 at 8:43

GoogleCodeExporter commented 9 years ago
using node's jsdom?  an example please ?  :)

Original comment by www.joomla.it on 3 Mar 2012 at 10:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This provides the number of plus ones for a url, not the list of plusoners.

Original comment by paulyoun...@gmail.com on 5 Mar 2012 at 2:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Issue 269 has been merged into this issue.

Original comment by baconate...@gmail.com on 25 Jun 2012 at 12:47

GoogleCodeExporter commented 9 years ago
Do you have an ETA for the inclusion of this feature?

Original comment by nadir.el...@gmail.com on 31 Aug 2012 at 4:56

GoogleCodeExporter commented 9 years ago
I'm looking for a way to get the number of +1's for any URL too. any updates 
yet? I would appreciate any hint, hacks or documentations on how to make this 
work. Thanks

Original comment by babak.ke...@gmail.com on 17 Oct 2012 at 5:39

GoogleCodeExporter commented 9 years ago

Original comment by t...@google.com on 7 Dec 2012 at 4:33

GoogleCodeExporter commented 9 years ago
Is anything actually being done about this? I simply want to retrieve the count 
of +1s for a particular url on my shop site so that I can implement consistent 
looking social media buttons with counts.  Come on Google for crying out loud.  
There's obviously not a technical reason why this can't be done so why alienate 
the developer community.  

Larry Page can't make sweeping statements like Facebook are doing "a really bad 
job on their products" when Google can't even get their act together and 
implement the most basic level of functionality.

What is the rational behind not doing this?  I would like an answer without any 
BS attached.

Sort it out FFS! Please, you could implement this in just a few hours if you 
wanted to.

Grrrrr and so on and so forth.

Original comment by ninereal...@gmail.com on 20 Jan 2013 at 2:18

GoogleCodeExporter commented 9 years ago
Agree with the above commenter. Please tell us why this is not being 
implemented. If there is a business reason, then just explain it so that we can 
all forget about it.

Original comment by razvan.m...@gmail.com on 20 Jan 2013 at 2:42

GoogleCodeExporter commented 9 years ago
Agree with #22 and #23. This should be simple.

Original comment by Edelman....@gmail.com on 29 Mar 2013 at 5:27

GoogleCodeExporter commented 9 years ago
please Google :-( using a total hack at the moment :-(

Original comment by JMcostel...@gmail.com on 14 Apr 2013 at 7:15

GoogleCodeExporter commented 9 years ago
We need this now come on, we want to Google Plus counts on our websites, would 
expect this to be a priority.

Original comment by yazeed.a...@gmail.com on 14 May 2013 at 3:52

GoogleCodeExporter commented 9 years ago
This isn't a technical challenge -- they're already serving up these counts for 
their own buttons on zillions of web pages every day.

It's a branding challenge -- they want to control exactly how their data is 
displayed, and, having gone to a lot of trouble collecting it and making it 
available, they have every right to. But, as such, you can't expect them to 
change their minds any time soon...

Original comment by alex.fei...@gmail.com on 21 May 2013 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by t...@google.com on 5 Jun 2013 at 1:36

GoogleCodeExporter commented 9 years ago
Issue 420 has been merged into this issue.

Original comment by joannasm...@google.com on 28 Jun 2013 at 9:15

GoogleCodeExporter commented 9 years ago
Issue 614 has been merged into this issue.

Original comment by t...@google.com on 15 Jul 2013 at 5:15

GoogleCodeExporter commented 9 years ago
Many of the comments on this request seem to be looking for the +1 count, 
rather than the list of +1ers.  To allow us to accurately gauge interest in 
each of these feature requests separately, we will use this issue to track 
interest exclusively in a +1 count. Please log/star a separate issue if you 
also need the list of +1ers for a given URL.

Original comment by joannasm...@google.com on 24 Jul 2013 at 5:30

GoogleCodeExporter commented 9 years ago
I created this issue: 
https://code.google.com/p/google-plus-platform/issues/detail?id=621

This is way more important than the count.

Original comment by paulyoun...@gmail.com on 24 Jul 2013 at 5:35

GoogleCodeExporter commented 9 years ago
We would definitely need to know the +1 count for a particular URL, for a 
simple example if I want to display the microdata for an article 
(http://schema.org/Article) and in that you can list the 'interactionCount' 
(http://schema.org/UserInteraction) in terms of UserComments, UserLikes, 
UserPlusOnes, UserTweets etc.

And if we don't know the counts of +1 or shares or likes how can we build this 
microdata.

Original comment by mohit.pa...@gmail.com on 3 Aug 2013 at 2:28

GoogleCodeExporter commented 9 years ago
We need this functionality. Without it we have to demiss +1 from our list of 
tupported social networks.

Original comment by ctvo...@gmail.com on 15 Sep 2013 at 6:34

GoogleCodeExporter commented 9 years ago
Issue 681 has been merged into this issue.

Original comment by t...@google.com on 5 Oct 2013 at 1:18

GoogleCodeExporter commented 9 years ago
Issue 756 has been merged into this issue.

Original comment by t...@google.com on 3 Feb 2014 at 4:51

GoogleCodeExporter commented 9 years ago
Issue 759 has been merged into this issue.

Original comment by t...@google.com on 5 Feb 2014 at 8:28

GoogleCodeExporter commented 9 years ago
Issue 775 has been merged into this issue.

Original comment by t...@google.com on 21 Feb 2014 at 5:15

GoogleCodeExporter commented 9 years ago
http://www.helmutgranda.com/2011/11/01/get-a-url-google-count-via-php/

This PHP solution might work for those that are looking for a workaround until 
Google decides to listen to the developers.

Original comment by wkui...@gmail.com on 17 Mar 2014 at 4:26

GoogleCodeExporter commented 9 years ago
I think it would be even better to have not just +1s but total shares for the 
uri, Facebook allows you send a query and select like_count, share_count, and 
click_count. I think click_count. The could be addressed quickly by allowing 
the search to search attachments, the search works if the url is in the comment 
of an activity, but if the user just posts from a link 
(http://plus.google.com/share?url=<someurl>) and that's all they post, a search 
of activities will end up with an empty list of items where if the url is in 
the comment section the activities search will pull it. Ripples is some how 
able to get this, why not open up whatever api Ripples is accessing?

Original comment by michael....@zantler.com on 3 Apr 2014 at 3:31

GoogleCodeExporter commented 9 years ago
Agree with #22 and #23. Google there is a solution yet?

Original comment by imt...@gmail.com on 10 Apr 2014 at 6:47

GoogleCodeExporter commented 9 years ago
 This way to get number g+, unofficial.  http://share.yandex.ru/gpp.xml?url=http://google.com 

Original comment by imt...@gmail.com on 10 Apr 2014 at 7:35

GoogleCodeExporter commented 9 years ago
Soooo, anything yet?
This has definitely become a bad marketing for g+ among developers!
My solution: I strongly advise my clients NOT TO USE a g+ button... end of 
story!

Original comment by l...@luisrodrigues.com.br on 7 May 2014 at 9:23

GoogleCodeExporter commented 9 years ago

Original comment by t...@google.com on 6 Jun 2014 at 9:36

GoogleCodeExporter commented 9 years ago
Highly disappointed with G+ api

Original comment by moazam.s...@gmail.com on 7 Jul 2014 at 7:18

GoogleCodeExporter commented 9 years ago
I don't understand why this is not widely avaliable.

Lots of social network provide this as public avaliable.

I simply put custom g+ icon without any count.

Original comment by marcos.l...@teratic.com on 20 Aug 2014 at 12:12

GoogleCodeExporter commented 9 years ago

Original comment by t...@google.com on 18 Sep 2014 at 2:20

GoogleCodeExporter commented 9 years ago
I'm really surprised this is not available via official API. Such a basic 
feature...

Original comment by robson...@gmail.com on 29 Oct 2014 at 11:56

GoogleCodeExporter commented 9 years ago
Seriously?? More than 3 years and still no implementation for this basic 
feature?

Original comment by mush...@architonic.com on 4 Mar 2015 at 4:34

GoogleCodeExporter commented 9 years ago
#49, I think they've given up on trying to make G+ relevant.  I used it a bunch 
when it came out, haven't used it since.

Original comment by gcworld...@gmail.com on 4 Mar 2015 at 5:06