Google+ share button popup error Claimed origin not in whitelist

August 25, 2014

Your web origin in the Google API Console should only include http:// or https:// and then the host name. Make sure you don’t have / in the end. The web origin is under the OAuth 2.0 Client ID section in the Console. Remove the ‘/’ at the end of “Javascript Origins” url and solve Example: […]

Google maps api key for localhost

July 30, 2014

For google maps api v3, the key must be empty for it to work in localhost. Older version key check is skipped for http://localhost/. You could use the key that you intend to use on your live domain, or anything else. If you use a port number with localhost, then you can obtain a key […]