Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

WP-TagMyCode

Opis

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]

Zrzuty ekranu

Instalacja

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

Najczęściej zadawane pytania

No questions 🙂

Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

Kontrybutorzy i deweloperzy

„WP-TagMyCode” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Rejestr zmian

0.1.3

  • Added support for https

0.1.2

  • Initial release