Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

WP-TagMyCode

Descriere

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]

Capturi ecran

  • An example of TagMyCode embedded iframe

Instalare

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

Întrebări frecvente

No questions 🙂

Recenzii

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„WP-TagMyCode” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

Tradu „WP-TagMyCode” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

0.1.3

  • Added support for https

0.1.2

  • Initial release