Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embedding Google+ Hangout App in web application

Is there any way to embed a Google+ hangout app in a PHP-based website? Can I load the app inside an iframe without having to land on Google+ hangout page? If so, how?

like image 755
Basit Avatar asked Jun 17 '13 03:06

Basit


People also ask

Can you embed Google chat on a website?

Log-in to your Google Sites account. Choose the website you want to edit. Click “Embed” on the right side. Choose “Embed Code” and insert your chat's code.

Does Google Hangouts work in browser?

Instead of forcing users to open one of many Google domains (Gmail, Google+, etc.) to access Hangout conversations, users can now simply point a Web browser at hangouts.google.com.

How do I embed Google meet in my website?

embed google meet button in your website just copy the below code and embed it in your website. and then you can start a meeting from your website! (you can start it by clicking , "open in new tab" . this is the html link to make a start a meeting button.


2 Answers

Not really. Launching a Hangout Video Call from your own website is possible, but without special coordination with Google, it will open it in its own window/tab.

See http://www.youtube.com/watch?v=Al4SbeVyLm4 for further information about how to start a Hangout Video Call from your own website.

like image 200
Prisoner Avatar answered Oct 06 '22 12:10

Prisoner


After doing some research I found out that we can not embed a Google+ Hangout in our application. We can only do that inside a Google+ hangout page. There's an active issue tracker opened on code.google.com where you can vote up and comment so that Google can release this feature in the coming API releases.

like image 32
Basit Avatar answered Oct 06 '22 10:10

Basit