Dohledávání v anglických slovnících a thesaurech

Např. pro TheFreeDictionary do functions.php přidáme shortcode:

function tfd_lookup($atts)
{
    $keyword = $atts['0'];
    $output = '<a href="http://www.thefreedictionary.com/' . $keyword . '" target="_blank">' . $keyword . '</a>';
    return $output;
}

add_shortcode('tfdl', 'tfd_lookup');

a v textu příspěvku pak výraz, které chceme dohledat, označíme příslušným shortcodem:

[tfdl hledaný_výraz]

Další příklady »

Můžeme použít i pluginy:

Click2Refer Virtual Dictionary
http://wordpress.org/…-dictionary/

Click2Refer plugin lets the blog readers to lookup the Wordnet dictionary just by a double click on the word they want to refer. This will take in a floating window into your blog upon the first double click.

Double Click Dictionary Look-up
http://wordpress.org/…ary-look-up/

Double click on the screen to highlight a word. This creates a qTip next to the word where when clicked, a pop-up will appear with the Miriam-Webster.com's definition on the word.

Top 10 WordPress Dictionary Plugins »