Skip to content

Instantly share code, notes, and snippets.

@mbierman
Created May 3, 2012 08:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbierman/2584401 to your computer and use it in GitHub Desktop.
Save mbierman/2584401 to your computer and use it in GitHub Desktop.
How to make an embedded Apigee console for API documentation
<iframe src="https://apigee.com/embed/console/twitter?v=2" height="100%" width="100%" scrolling="no"></iframe>
<!--
How to make an embedded Apigee API v2 Console
Simply go to https://apigee.com/togo and create a console. Then, you'll get an iframe code similar to the one above with your Console and you can embed anywhere you like.
The "?v=2" is a new way to get the latest Apigee Console. More details to come!
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment