该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP-TagMyCode

描述

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]

屏幕截图

安装

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

常见问题

No questions 🙂

评价

此插件暂无评价。

贡献者及开发者

「WP-TagMyCode」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「WP-TagMyCode」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.1.3

  • Added support for https

0.1.2

  • Initial release