Install Software For Free
Banner图

Embed Swagger

Developer grantpalin
Update Time Feb. 18, 2018, 3:07 p.m.
PHP Version: 5.2.4 +
WordPress Version: 4.9.4
Copyright: GPLv3 or later
Copyright URL: Copyright Information

Tag

embed shortcode swagger

Download

Description:

The shortcode provided by this plugin allows embedding Swagger .json files into WordPress pages and posts. An iframe is used to host the external content, with some styling to mesh it with the host page or post. The external spec is rendered using Swagger UI. Note that the Swagger UI styling seems to go up to 1500px in width. If the page or post container is less than 1500px wide, the Swagger UI output will appear slightly cut off on the right side, but will otherwise be intact and functional. Example shortcode usage: [swagger url="Swagger .json URL goes here"] An absolute URL must be provided within the quotes. The URL must point to a valid Swagger spec file, typically ending with .json. Custom styles can be applied to the iframe by adding rules to embed-swagger-container, e.g.: .embed-swagger-container { / custom styles here / } An included script forces the iframe to be as high as needed to show all the contained content, and a stylesheet forces the iframe to take the full width of the parent element.

Installation:

  1. Upload the plugin files to the /wp-content/plugins/embed-swagger directory, or install the plugin through the WordPress plugins screen directly (search for "Embed Swagger").
  2. Activate the plugin through the 'Plugins' screen in WordPress

Screenshots:

  • Example usage of the shortcode within the page editor
  • An example output of the Petstore spec on a site using the Twenty Thirteen theme (with a wider content area)

Upgrade Notice:

1.0.0 Initial release.

Changelog:

1.0.0