Post Google plus reviews - google-plus

I have a form in my site about writing a review. after form submission i need to share the review in my google plus reviews section. Is there any way to do this? While researching i found this: https://plus.google.com/account_id/about?review=1
But this did nothing.

It is not possible to programmatically post to Google+ the Google+ api only allows for read operations not write.

Related

Can I track if someone clicked a link on my Twitter post

I have a private business Twitter account and I would like to know when someone clicks any link inside one of my posts. This solution cannot assume that we know the form of the link being posted.
For example a twitter post like this:
Have you guys heard of this amazing site called google?
I would like to see how many people clicked on this google.com link. I don't need to know any specific information about who they are, just if it was clicked or not.
Ideally I would want this from the API but crawlers and plugins are also possible. I would like to avoid using a paid tool but those would be acceptable.
I think you have multiple choices:
Use google firebase or google analytics
Create your own short link services by python or any other programming languages.
Just search in the google and look for short link generators which gives appropriate service.
Hi using the twitter api you should be able to understand how many clicks a link has.
https://developer.twitter.com/en/docs/twitter-api/metrics
But to have all this info automated you might need to use a third-party tool.
This should be the most straight forward solution.

How to get the list of user ID who click likes and comments in Twitter by Twitter API, like the picture below

Hi, I want to get the user list in one Twitter post as picture shown. but I didn't find the API which I can get this kind of data on Twitter. Is there anyone know how can I get this data. Thanks
The official API does not include that functionality.
You will find that there are lots of actions which are available on the official website & apps which are not allowed in the API.
Sorry.

Posting status on google plus business page in vb.net

I want to post a message on google plus business page. Is there any way to do this.
I am confused between interactive post, app activities and moment.
Should I use Moment to post on business page?
I go through google api site documents, but not getting any solutions.
Please let me know if there is any other way to post in google plus page.
It depends on exactly what you mean by "post" and by a "business page".
I'm assuming that the "business page" is one that is not associated with a Google App account. If you're meaning something that will show up on your stream, and that people who have you in a circle will see your post - there is no public API from Google that will do what you want. You need to work with one of their partners, such as HootSuite, to automatically share messages to your stream.
Interactive posts are ways that a visitor to your website can be prompted to share something from your site to their stream on Google+. These interactive posts include both a link to your site as well as an additional "call to action" button to an individual item from your site. It does not automate posts, although it can make some parts of it easier.
App activities and moments are the same thing. They are meant to record actions that take place on your website on Google+, but they do not directly share anything into your stream. Instead, they create an event in your Google+ profile that can be seen only by those you permit it to - you can then, if you wish, share that event to your stream. So while the moment can be generated automatically, it still requires manual action to share it.
Finally, if you have a page that is associated with a Google App account, you can create posts automatically, but those posts are limited in scope. They are only visible to, at most, other people in the same App Domain as the account. This is useful for using Google+ as a communication tool inside an organization, but not useful for communicating with customers, for example.

dynamic share posts to google plus page using rss feed

Is it possible to dynamically share posts or links to google plus page using rss feed?
I can automatically share links to my Twitter page or my Facebook page using any Rss Feed, but I can't find any similar application or tool to send my site posts to my google + page automatically
I hope someone can help me find a tool or give me a hint to develop an application can do that task
Some of the third-party tools might enable you to do this for your Google+ Page (not for an individual), such as HootSuite as this Video seems to suggest. However, you should be careful to follow the Google+ user content and conduct policy and to make quality posts to avoid having your content becoming classified as spam.
There is no API that is available to the public that will allow your own app to publish content for a profile.

Google Plus comments as a feed

I run a blog and use Google Plus as a promotion tool, posting on G+ every updates. As I have hundreds of followers, quite often my G+ posts have several comments: I would like to show them on my blog!
I know there are a few tools that give you back the latest xxx post given the G+ User ID, but what about the feed about a single G+ post?
Thank you.
Francesco
You can fetch that data using the documentation here: http://developers.google.com/+/api/latest/activities/get