This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP-TagMyCode

Description

WP-TagMyCode plugin enables you to insert embedded TagMyCode snippets on your WordPress blog.

This plugin insert an iframe that shows the content of the snippet.

How to use

You can embed your snippet simply using this shortcode:

  • [tagmycode SNIPPET_ID WIDTH HEIGHT]

Parameters

  • SNIPPET_ID (required) – is the snippet id, e.g. 36
  • WIDTH (optional) – width in pixel or percent, default value is 100%.
  • HEIGHT (optional) – height in pixel or percent, default value is 500px;

Examples

  • [tagmycode 36]
  • [tagmycode 36 100%]
  • [tagmycode 36 600px]
  • [tagmycode 36 100% 400px]

Screenshots

  • An example of TagMyCode embedded iframe

Installation

  1. Upload wp-tagmycode.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

No questions 🙂

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP-TagMyCode” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP-TagMyCode” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1.3

  • Added support for https

0.1.2

  • Initial release