• Hello, I hope you all are doing well,

    I’m developing wordpress plugin that will allow people to create google hangouts group and that group will display on a website, whenever someone wenst to my website he will see all google hangouts groups and how much people are in those groups talking ( i know max is 10 ). He will be able to create his own group and if he will do that his group also will display in website OR he will be able to join existing groups and talk with people.

    My questions:

    How can i use google hangouts API in php/javascripts ( more examples better )

    How can i get people that are in hangouts group and display with php/javascript in my website their photos if they does not have photos it will show default picture that i will select with code.

    How can i display groups on website with php/javascript whenever group is created by user?

    More examples more better for these questions, main problem that i dont know how to insert and use tgoogle hangouts api and i find difficult to regonize if documentation that i’m reading is for website or for mobile app for example:

    https://developers.google.com/+/hangouts/api/gapi.hangout here i found

    class Participant(

    which how i understand allows to get people information from the hangout group and display it somewhere, but the problem is i dont understand wether this is for website or for something else, if i would know answers or see examples to my questions it would be much easier to develop what im trying to do, because i was searching for hours really did and didn’t find anything understandable and i’m not newbie on php just i find this especially hard.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Robertas22

    (@robertas22)

    so i was experimenting with Google API and i achieved some progress with it, i bought Google developer license which cost 5 $, have my own SSL where i can experiment and i have managed to create Google hangouts app inside hangouts that can display people what are in that particular hangout session or various of information which i found here: https://developers.google.com/+/hangouts/api/gapi.hangout

    But that is the problem is there any way to display data using PHP or some other method outside Google hangouts? For example how can i display all Google hangouts URLs on a website that are using my app? Is that possible?

    Anything would count as help for me there is very small amount of information i found about this. Thank you.

    @robertas22 hello would have to create an application in javascript and node.js for hangouts rooms

    An example is verbling

    https://www.verbling.com/community

    I am a user of wordpress 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Google hangouts API usage in php/javascript’ is closed to new replies.