Dizze plugin is net hifke mei de lêste 3 grutte releases fan WordPress . It kin net langer wurde ûnderhâlden of stipe en kin kompatibiliteitsproblemen hawwe as it wurdt brûkt mei resinte ferzjes fan WordPress.

LiveJournal Shortcode

Beskriuwing

Links to LiveJournals have a very distinctive look: the icon followed by the journal name. This shortcode follows the same format as LiveJournal’s own markup and provides the same results, which you can easily customize with your own CSS styles.

Skermôfbyldings

  • An example result.

Ynstallaasje

  1. Upload shortcode-lj to your /wp-content/plugins directory.
  2. Activate the plugin through the “Plugins” menu in your WordPress admin.

To use the shortcode, anywhere you want a LJ link:

[lj user="frank"]

or

[lj user="frank" title="Frank the Goat"]

or

[lj user="lj-maintenance" title="LiveJournal Maintenance" icon="community"]

The user parameter is required. It is the actual name of the journal and can be found from the URL when you visit that journal’s page. For example, Frank the Goat’s journal is at http://frank.livejournal.com and his username is “frank”. If you do not specify the user parameter, the shortcode will result in a red error message to let you know to fix it.

The title parameter is optional and controls the formatting of the visible link text on your page. By default, the user parameter will be used for the link text unless the title parameter is specified. For example, if you want the text to read “Frank the Goat’s Totally Awesome LiveJournal” instead of just “Frank”, put that in the title parameter.

The icon parameter is optional and indicates what kind of LiveJournal this journal is. Valid options are user, community, and news. Defaults to user.

FAQ

Can I use this shortcode in excerpts, comments, and/or widgets?

YES! Simply add the following four lines to your functions.php:

add_filter( 'widget_text', 'shortcode_unautop');
add_filter( 'widget_text', 'do_shortcode', 11);
add_filter( 'the_excerpt', 'do_shortcode', 11);
add_filter( 'comment_text', 'do_shortcode', 11);
How do I customize the link or icon used?

The included stylesheet style.css and default LiveJournal icons are easily edited and/or replaced.

Resinsjes

D'r binne gjin resinsjes foar dizze plugin.

Meiwurkers & amp; Untwikkelders

"LiveJournal Shortcode" is iepen boarne software. De folgjende minsken hawwe bydroegen oan dizze plugin.

Meiwurkers

Oersette "LiveJournal Shortcode" yn jo taal.

Ynteressearre yn ûntwikkeling?

Blêdzje troch de koade , besjoch de SVN-repository , of abonnearje op it ûntwikkelingslogboek troch RSS .

Feroaringslog

1.1

  • Added ability to choose icon type (user, community, news).
  • Removed solid white background behind links.

1.0

  • Plug-in created.