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?
相关问题
- Invalidate Google Cloud CDN cache from the backend
- Getting 'Missing required field: member' w
- Script fails on SpreadsheetApp.openById - Requires
- File upload via REST v3 appears as “Untitled”
- YouTube Data API v3 allowed referers for browser a
相关文章
- How to embed Google Speech to Text API in Python p
- Does google-hosted jquery helps google to track vi
- Is there a google API to read cached content? [clo
- Creating GoogleApiClient for multiple activities
- Google Plus Login Integration Error iOS
- Google Calendar - Permission to Access
- Google OAuth 2: response_type error on token reque
- Google OAuth 2 redirect_uri_mismatch - OmniAuth Ra
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.
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.