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

Např. pro „TheFreeDictionary“:http://thefreedictionary.com/ do functions.php přidáme shortcode:

/—code php
function tfd_lookup($atts)
{
$keyword = $atts[‚0‘];
$output = ‚‚ . $keyword . ‚‚;
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 »“:http://wpcodesnippets.info/blog/five-easy-dictionary-lookup-shortcodes.html

*Můžeme použít i pluginy:*

**Click2Refer Virtual Dictionary**
„http://wordpress.org/plugins/click2refer-virtual-dictionary/“:http://wordpress.org/plugins/click2refer-virtual-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.

[* http://s.wordpress.org/extend/plugins/click2refer-virtual-dictionary/screenshot-2.jpg?r=717851 *]

**Double Click Dictionary Look-up**
„http://wordpress.org/plugins/double-click-dictionary-look-up/“:http://wordpress.org/plugins/double-click-dictionary-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 »“:www.wordpressintegration.com/blog/top-10-wordpress-dictionary-plugins-you-can-use/

Pexeso a další hry pro WordPress

Tři hry od stejného autora. Velmi použitelné, bohatě konfigurovatelné.

**MyPuzzle Find The Pair (pexeso)**
„http://wordpress.org/plugins/mypuzzle-find-the-pair-a-memory-game/“:http://wordpress.org/plugins/mypuzzle-find-the-pair-a-memory-game/
„http://blog.mypuzzle.org/find-the-pair-for-wordpress/“:http://blog.mypuzzle.org/find-the-pair-for-wordpress/

[* http://s.wordpress.org/extend/plugins/mypuzzle-find-the-pair-a-memory-game/screenshot-1.jpg?r=717396 *]

**MyPuzzle Jigsaw**
„http://wordpress.org/plugins/mypuzzle-jigsaw/“:http://wordpress.org/plugins/mypuzzle-jigsaw/
„http://mypuzzle.org/jigsaw/wordpress.html“:http://mypuzzle.org/jigsaw/wordpress.html

[* http://s.wordpress.org/extend/plugins/mypuzzle-jigsaw/screenshot-1.jpg?r=717395 *]

**MyPuzzle Sliding**
„http://wordpress.org/plugins/mypuzzle-sliding/“:http://wordpress.org/plugins/mypuzzle-sliding/
„http://mypuzzle.org/sliding/wordpress.html“:http://mypuzzle.org/sliding/wordpress.html

[* http://s.wordpress.org/extend/plugins/mypuzzle-sliding/screenshot-1.jpg?r=717395 *]

Bodové hodnocení příspěvku

**WP Voting**
„http://wordpress.org/extend/plugins/wp-voting/“:http://wordpress.org/extend/plugins/wp-voting/
„http://wpclue.com/2011/06/wordpress-voting-plugin/“:http://wpclue.com/2011/06/wordpress-voting-plugin/

A plugin to site owner to add voting functionality to the blog posts. Using the power of the ajax, voter can have instant voting and update to top voted widget. It doesn’t matter voter is logged in or not. Public voting is done by tracking their IP address.

Použito na webu „Abeceda angličtiny“:http://abeceda-anglictiny.cz/.

Nastavení jiného jazyka pro web (frontend) a jiného pro administraci

**User Language Switch**
„https://wordpress.org/plugins/user-language-switch/“:https://wordpress.org/plugins/user-language-switch/

Allows backend users to set the language displayed in the back-end and front-end of your site. It also allows to translate pages and posts. Define one language for admin and the other for theme. **Don’t** define WPLANG in your wp-config.php file.

A nebo:

/—code php
// setup one language for admin and the other for theme
// must be called before load_theme_textdomain()
function set_my_locale($locale) {

$locale = ( is_admin() ) ? „cz_CS“ : „en_US“;
setlocale(LC_ALL, $local );
return $locale;

}
add_filter( ‚locale‘, ‚set_my_locale‘ );
\—

Shortcodes pro umistění widgetů do příspěvků a stránek

**Amr shortcode any widget**
„http://wordpress.org/extend/plugins/amr-shortcode-any-widget/“:http://wordpress.org/extend/plugins/amr-shortcode-any-widget/
„http://webdesign.anmari.com/category/plugins/shortcode-any-widget/“:http://webdesign.anmari.com/category/plugins/shortcode-any-widget/

Umožní použití widgetů v příspěvku nebo na stránce prostřednictvím shortcodes vložením [do_widget widgetname ] nebo [do_widget „widget name“ ].

Automatické stažení náhledů videa z videoserverů

**Video Thumbnails**
„http://wordpress.org/extend/plugins/video-thumbnails/“:http://wordpress.org/extend/plugins/video-thumbnails/

Video Thumbnails makes it easy to automatically display video thumbnails in your template. When you publish a post, this plugin will find the first video embedded and locate the thumbnail for you. Thumbnails can be saved to your media library and set as a featured image automatically. There’s even support for custom post types and custom fields!

Adresy náhledových obrázků na YouTube:

img.youtube.com/vi/VIDEO_ID/#.jpg

# 1,2,3 – 120×90 px
# 0 – 480×360 px

(Použito např. na „abeceda-anglictiny.cz“:http://abeceda-anglictiny.cz/)

Vytváření PDF verze stránek nebo příspěvků

**PDF24 Articles To PDF**
„http://wordpress.org/extend/plugins/pdf24-posts-to-pdf/“:http://wordpress.org/extend/plugins/pdf24-posts-to-pdf/

This plugin enables your blog readers to create PDF files of one or more articles in your blog. A little box is shown below or above every article, in a sidebar, on the top or bottom of a page or wherever you want in your wordpress blog by inserting a peace of code in a template.

A PDF box or a PDF link below or above each article creates a PDF file with the corresponding article only. A PDF widget box in the sidebar or above or below all articles creates a PDF file with all articles on the current page.

The PDF boxes, PDF links and the format of the PDF file can be highly customized by CSS and templates. Furthermore you can configure a lot of other parts of the plugin by editing the plugin settings which are provided in your WordPress admin area.

Odkaz na náhled dosud nepublikovaného příspěvku bez přihlášení

**Public Post Preview**
„http://wordpress.org/extend/plugins/public-post-preview/“:http://wordpress.org/extend/plugins/public-post-preview/

Enables you to give a link to anonymous users for public preview of a post (or any other public post type) before it is published.

Have you ever been writing a post with the help of someone who does not have access to your blog and needed to give them the ability to preview it before publishing? This plugin takes care of that by generating an URL with an expiring nonce that can be given out for public preview.

Twitter karty

**Twitter Cards**
„http://wordpress.org/extend/plugins/twitter-cards/“:http://wordpress.org/extend/plugins/twitter-cards/

Add Twitter Card markup to individual posts. Supports summary, photo, and player types. This will turn your posts to pretty looking Tweets when you send them to Twitter. They’ll stick out much more with a Thumbnail and Description.
Generate inline content previews on Twitter.com and Twitter clients by including Twitter Card HTML meta elements for individual posts.
All cards are a Twitter Card summary by default. Tap into the twitter_card_properties filter to reference the Twitter accounts of your site or author.

[* http://s-plugins.wordpress.org/twitter-cards/assets/screenshot-1.png *]
 

Plugin pro souhlas s ukládáním cookies

Povinnost vyžadovat od návštěvníků souhlas s ukládáním cookies je jedním z dalších byrokratických „přínosů“ EU.
(Úsměvný je fakt, že bez cookies nelze zaznamenat, kdo s jejich ukládáním souhlasil a kdo nikoli :).

„http://www.justit.cz/wordpress/2011/03/09/cookies-v-eu-od-kvetna-jedine-s-vyslovnym-souhlasem-navstevnika/“:http://www.justit.cz/wordpress/2011/03/09/cookies-v-eu-od-kvetna-jedine-s-vyslovnym-souhlasem-navstevnika/
„http://www.lupa.cz/clanky/spir-cookies/“:http://www.lupa.cz/clanky/spir-cookies/

Cookies ovšem dnes používá prakticky každý web (kdyby nic jiného, jsou potřeba pro měření návštěvnosti službou Google Analytics).

Kdo se nechce dostat kvůli „směrnici EU“:http://europa.eu/legislation_summaries/information_society/legislative_framework/l24120_cs.htm do problému, může pro vyžádání souhlasu použít „celou řadu pluginů“:http://wordpress.org/extend/plugins/search.php?q=EU+Cookie+Law.

Jako vhodné se jeví například tynto:

**EU Cookie Law Compliance**
„http://wordpress.org/extend/plugins/cookie-compliance/“:http://wordpress.org/extend/plugins/cookie-compliance/

You will be able to set a welcome message that will appear in a popup for your visitors. In this popup your visitors will be asked for the approval or denial to store cookies on the computer. The choice of the visitor will be stored. You will be able to set the scripts that should be executed based on the approval or denial.

In normal cases when the visitor chooses to not allow cookies, you cannot run the Google Analytics scripts. Google Analytics can be enabled in the plugin settings. When enabled the analytics tracking will work in all cases. When the visitor does not allow you to store cookies the plugin will make sure the hits of the visitor session will still be stored in Google Analytics.

**Cookie Notice by dFactory**
„https://wordpress.org/plugins/cookie-notice/“:https://wordpress.org/plugins/cookie-notice/

Cookie Notice allows you to elegantly inform users that your site uses cookies and to comply with the EU cookie law regulations.

**EU Cookie Law**
„https://wordpress.org/plugins/eu-cookie-law/“:https://wordpress.org/plugins/eu-cookie-law/

EU Cookie Law informs users that your site uses cookies, with option to lock scripts before consent. Light + Customizable style.

**Cookie Law Info**
„https://wordpress.org/plugins/cookie-law-info/“:https://wordpress.org/plugins/cookie-law-info/

A simple way to show how your website complies with the EU Cookie Law. Implied Consent. Style it to match your own website.