I\'m adding Google+ sign in button to my site using the server-side flow. Here is how I render the sign in button:
The accepted answer is the right way to do it, but if for some other reason you just want to hide the generated iframe, you can do it with CSS:
iframe[src^="https://apis.google.com"] { display: none; }