Ochrana proti odkazovému spamu

**Bad Behavior**
„http://wordpress.org/extend/plugins/bad-behavior/“:http://wordpress.org/extend/plugins/bad-behavior/

Bad Behavior complements other link spam solutions by acting as a gatekeeper, preventing spammers from ever delivering their junk, and in many cases, from ever reading your site in the first place. This keeps your site’s load down, makes your site logs cleaner, and can help prevent denial of service conditions caused by spammers.

Bad Behavior also transcends other link spam solutions by working in a completely different, unique way. Instead of merely looking at the content of potential spam, Bad Behavior analyzes the delivery method as well as the software the spammer is using. In this way, Bad Behavior can stop spam attacks even when nobody has ever seen the particular spam before.

Bad Behavior is designed to work alongside existing spam prevention services to increase their effectiveness and efficiency. Whenever possible, you should run it in combination with a more traditional spam prevention service.

Bad Behavior works on, or can be adapted to, virtually any PHP-based Web software package. Bad Behavior is available natively for WordPress, MediaWiki, Drupal, ExpressionEngine, and LifeType, and people have successfully made it work with Movable Type, phpBB, and many other packages.

**Inpsyde AntiSpam**
„http://wordpress.org/extend/plugins/js-antispam/“:http://wordpress.org/extend/plugins/js-antispam/

Simple antispam solution. Scrambles a word and pieces it together automatically via JavaScript. Users with JavaScript enabled won’t notice anything. Those who have JavaScript disabled have to type the word into a textfield. This plugin won’t help against a targeted spam attack but should prevent a lot of random spam.

No remote service needed. Does not send or retrieve data from third party services.

**Ochrana mediálních souborů (obrázků apod.) proti komentářovému spamu**

Globální zákaz komentářů se překvapivě netýká mediálních souborů. Řešení je jednoduché:

/—code php
add_filter( ‚comments_open‘, ‚noMediaComments‘, 10, 2 );

function noMediaComments( $open, $post_id ) {
$post = get_post( $post_id );
if ( ‚attachment‘ == $post->post_type )
$open = false;
return $open;
}
?>
code
\—

„Zdroj »“:http://blog.futtta.be/2012/07/10/stopping-wordpress-media-attachments-comment-spam/

Thematic framework

„Thematic“:http://themeshaper.com/thematic/ is a free, open-source, highly extensible, search-engine optimized WordPress Theme Framework featuring **13 widget-ready areas, grid-based layout samples, styling for popular plugins**, and a whole community behind it. It’s perfect for beginner bloggers and WordPress development professionals.

[* http://themeshaper.com/wp-content/themes/thebreak/images/screenshots/thematic-screenshot.png *]

Pro framework je k dispozici řada šablon, většinou „placených“:http://upthemes.com/themes/, ale najdou se i free – např.:

„Gallery“:http://upthemes.com/themes/gallery/

[* http://themeshaper.com/wp-content/themes/thebreak/images/child-theme-thumbs/thumb-gallery.png *]

„Commune“:http://www.cozmoslabs.com/2009/04/07/green-anyone-try-commune-thematic-child-theme/

[* http://themeshaper.com/wp-content/themes/thebreak/images/child-theme-thumbs/thumb-commune.png *]

„Beginner’s Guide to the Thematic Framework for WordPress“:http://articles.sitepoint.com/article/beginners-guide-to-the-thematic-framework-for-wordpress

Poznámky administrátorů v textech

Plugin „In Context Admin Notes“:http://wordpress.org/extend/plugins/in-context-admin-notes/, s jehož pomocí můžete do textů vkládat poznámky, které budou viditelné pouze administrátorům a nikoli návštěvníkům, se může hodit v případě, že web spravuje víc osob. Dobře využitelné je to například pro korektury textů a jiné kontextové poznámky. Je škoda, že to není řešeno nějakým tlačítkem, ale je nutné použít přímo kód (shortcode viz […]

Vytvoření PDF příručky z vybraných příspěvků

Pluginy nabízející převod článků do PDF se dost často „perou“ s českou diakritikou, o to víc potěší plugin, který kromě převodu článků do PDF (i hezky česky) umí ještě víc. Převede do PDF všechny návštěvníkem vybrané články. Plugin Handbook svým principem připomíná cosi jako eshop, kde jsou do textového „košíku“ přidávány místo zboží články. Před […]

Newslettery a zasílání upoutávek na nové příspěvky na e-mail

**Subscribe2**
„http://wordpress.org/extend/plugins/subscribe2/“:http://wordpress.org/extend/plugins/subscribe2/
„http://subscribe2.wordpress.com/“:http://subscribe2.wordpress.com/

Subscribe2 provides a comprehensive subscription management and email notification system for WordPress blogs that sends email notifications to a list of subscribers when you publish new content to your blog.

Email Notifications can be sent on a per-post basis or periodically in a Digest email. Additionally, certain categories can be excluded from inclusion in the notification and posts can be excluded on an individual basis by setting a custom field.

The plugin also handles subscription requests allowing users to publically subscribe (Public Subscribers) by submitting their email address in an easy to use form or to register with your blog (Registered Users) which enables greater flexibility over the email content for per-post notifications for the subscriber. Admins are given control over the presentation of the email notifications, can bulk manage subscriptions for users and manually send email notices to subscribers.

The format of the email can also be customised for per-post notifications, subscribe2 can generate emails for each of the following formats:

– plaintext excerpt
– plaintext full post (Registered Users only)
– HTML full post (Registered Users only)

If you want to send HTML emails to Public Subscribers too then upgrade to „Subscribe2 HTML“:http://wpplugins.com/plugin/46/subscribe2-html.

K *Subscribe2* se hodí **Subscribe2 widget**
„http://wordpress.org/extend/plugins/subscribe2-widget/“:http://wordpress.org/extend/plugins/subscribe2-widget/

Widget show Subscribe2 bar in any sidebar.

*Alternativy:*

**Mailpoet (former Wysija) Newsletters**
„http://wordpress.org/extend/plugins/wysija-newsletters/“:http://wordpress.org/extend/plugins/wysija-newsletters/
„http://www.wysija.com/“:http://www.wysija.com/

Create newsletters, post notifications and autoresponders. Drop your posts, images, social icons in your newsletter. Change fonts and colors on the fly. Manage all your subscribers. A new and simple newsletter solution for WordPress. Finally!
Do 2 000 subskribentů zdarma.

*Doplňky:*

„GC MailPoet EX“:https://wordpress.org/plugins/gc-mailpoet-ex/
An easy to use extension that allows you to convert your visitors to email subscribers with 1-click. Power up your GC Message Bar and GC Message Box plugins with this simple email subscription extension and generate leads into your email lists.

„GC Message Bar“:https://wordpress.org/plugins/gc-message-bar/
An easy to use plugin that allows you to place a sticky message and a Call To Action button to the top or bottom of your website

**Email Alerts**
„http://wordpress.org/extend/plugins/email-alerts/“:http://wordpress.org/extend/plugins/email-alerts/

Allows users to configure whether they wish to be alerted when a comment is added, comment held, post posted.
Adds three checkboxes to the WordPress profile page allowing to setup notifications for these events.

**Post Notification**
„http://wordpress.org/extend/plugins/post-notification/“:http://wordpress.org/extend/plugins/post-notification/

With each new post an email is sent to every registered User in the Database.

– **Subscribers can choose categories**.
– Mails can be sent as HTML or text.
– If you send text mails, the post is formated.
– Double Opt-in
– Every recipient gets his personal mail, with a link to change his subscribed categories or to unsubscribe.
– Nervous Finger option (Mail isn’t sent right away – so you still have time to change things once you posted.)
– You can decide how many mails are sent in a burst and how long to pause between bursts.
– Decide on a per post basis whether to send a mail, or not, or just use the default.
– Captchas
– Integrates into almost any theme without tweaks.
– Possibility to adjust mails with userfunctions

**SoloMail**
„http://wordpress.org/extend/plugins/solomail/“:http://wordpress.org/extend/plugins/solomail/

SoloMail is a WordPress plugin designed to email an HTML-formatted copy of a single post to site subscribers or a mailing list. There are quite a few solutions out there designed to send batch digests of recent posts to subscribers on a scheduled basis. SoloMail solves a different problem – you may want to cherry pick just certain posts to go out via email, and you may want the ability to „send now.“

The subscriber list can EITHER be the group of all registered users on a site OR a single address, such as a mailing list. Though you can use SoloMail either way, I recommend sending through a proper mailing list, which provides advantages such as handling and unsubscribing bounced/dead addresses, and metered sending for large lists.

**WP-Digest**
„http://birdhouse.org/software/2006/12/wp-digest/“:http://birdhouse.org/software/2006/12/wp-digest/

Sends periodic email notifications of new WordPress blog entries (in either plain text or HTML mode) to a separate subscribers mailing list. Maintains cache file recording ID of last-sent post. On subsequent runs, sends all posts created since the previous run.
The first time WP-Digest is run, it operates on the last n entries made in your blog. After the first run, it will save the ID of your last blog entry in a cache file. On subsequent runs, it will operate on however many entries have been made since the previous run. You can manually control the value of n by changing $MinPosts in conf.php.

**Newsletter subscription optin module**
„http://wordpress.org/extend/plugins/newsletter-subscription-optin-module/“:http://wordpress.org/extend/plugins/newsletter-subscription-optin-module/

This plugin enables you to create simple forms for subscription to your newsletter. It includes a sidebar **widget** with customizable fields (up to 15) to gather from your users all the information you need for your email marketing campaigns. Users can also use the form to unsubscribe.

**Newsletter**
„http://wordpress.org/extend/plugins/newsletter/“:http://wordpress.org/extend/plugins/newsletter/
„http://www.thenewsletterplugin.com/“:http://www.thenewsletterplugin.com/

This plug-in lets you collect subscribers on your blog with a single or double opt-in subscription process. Double opt-in is law compliant and it means the user has to confirm the subscription following simple standard instructions sent to him via email.
– Subscription form and profile form are easily configurable from administrative panels and you can translate every single label in your language.
– Create e-mails with a visual editor with the auto compose function which extract content for your blog. Auto composer themes can be customized.
– Use the **widget** to let users to subscribe from anywhere in your blog or use a short code to embed the subscription form on posts and pages.
– Create and manage mailing lists.

*Popup Extension for Newsletter*
„http://www.satollo.net/plugins/newsletter/popup-module“:http://www.satollo.net/plugins/newsletter/popup-module

Adds a subscription popup with few options to set how it should show. The subscription form is exactly the same form you embed on a page or shows with the Newsletter widget.

**“MailChimp“:http://www.mailchimp.com/** is highly popular emailing system. They also have a free plan. You can send up to **3,000 emails per month**, and **store up to 500 email addresses** – so if you have a small to medium sized list going, this would be a great option. Or, if you have a larger list, you can pick the paid plan that’s right for you.

MailChimp released „MailChimp List Subscribe Form plugin“:http://wordpress.org/extend/plugins/mailchimp/ to work directly with its generous services. It’s a very sleek, simple sidebar widget that can be customized stylistically (altering the color and the verbiage), as well as the content included. Users can select from a drop-down menu of topics that interest them, which will give you extra information about your reader base. You can also offer multiple lists right from the WordPress dashboard, allowing you to give your readers interest-specific information that you’re sure they’ll be interested in.

**“Create Beautiful Optin Forms With Ease!“:https://wordpress.org/plugins/optin-forms/**
Optin Forms allows you to create stunning optin forms for your blog or website, without the need to know any HTML or CSS. Pick a form design and customize its appearance. Add your form to your posts and pages with a simple mouse-click, or use a shortcode to add it to specific posts and pages. Optin Forms works with MaiChimp-

**ALO EasyMail Newsletter**
„http://wordpress.org/extend/plugins/alo-easymail/“:http://wordpress.org/extend/plugins/alo-easymail/
„http://www.eventualo.net/blog/wp-alo-easymail-newsletter/“:http://www.eventualo.net/blog/wp-alo-easymail-newsletter/

ALO EasyMail Newsletter is a plugin for WordPress that allows to write and send newsletters, and to gather and manage the subscribers. It supports internationalization and multilanguage. Features: collect subcribers on registration or with an ajax widget, mailing lists, cron batch sending.

– Write and send html/text newsletters, simple like writing posts.
– Select the recipients to send to: registered users, subscribers, mailing lists
– Batch sending using WP cron system: it sends a number of emails every 10 minutes, until all recipients have been included
– Collect subscribers: on registration form and with an ajax widget/page
– Import/export subscribers: import from existing registered users or from a CSV file
– Create and manage mailing lists: only admin can assign subscribers to them, or subscribers can freely choose them
– Manage subscribers: search, delete, edit subscription to mailing lists
– View sending report: how many subscribers have opened the newsletter
– Bounce management: the bounced email addresses are automatically unsubscribed
– Multilanguage: set all texts and options, you can write multilanguage newsletters – full integration with qTranslate, WPML, Polylang

**Newsletter Sign-up**
„http://wordpress.org/extend/plugins/newsletter-sign-up/“:http://wordpress.org/extend/plugins/newsletter-sign-up/
„http://dannyvankooten.com/wordpress-plugins/newsletter-sign-up/“:http://dannyvankooten.com/wordpress-plugins/newsletter-sign-up/

„Konfigurace »“:http://dannyvankooten.com/571/configuring-newsletter-sign-up-the-definitive-guide/

This plugin will definitely help you build or boost your mailinglist. It provides various ways to let your visitors sign-up to your newsletter, for example by adding a ‘sign-up to my newsletter’ checkbox to your comment form or by offering a sign-up form which you can include in your posts or use as a widget.

Spolupracuje s externími maillistovými službami, např. s „MailChimp“:http://mailchimp.com/.

**Ajax Newsletter**
„http://www.wpress.cz/1483/zasilani-novinek-na-e-mail-pomoci-ajax-newsletter/“:http://www.wpress.cz/1483/zasilani-novinek-na-e-mail-pomoci-ajax-newsletter/

„komentáře k úpravám“:http://www.separatista.net/forum/topic.php?id=537

**MailPress**
„http://wordpress.org/extend/plugins/mailpress/“:http://wordpress.org/extend/plugins/mailpress/
„http://www.mailpress.org/“:http://www.mailpress.org/

– Style your html and plain text mails with dedicated themes and templates.
– Double opt-in subscription.
– Subscriptions to Comments, Newsletters/Post notifications and even to Mailing lists.
– Newsletters/Post notifications on a per post, daily, weekly, monthly basis.
– Optional: full control on all mails sent by WordPress.

**WP Autoresponder And Newsletter Plugin**
„http://wordpress.org/extend/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/“:http://wordpress.org/extend/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/

With WP Autoresponder you can create email newsletters, follow up autoresponders and provide subscription to blog via e-mail.
With this plugin you can create:

– Create unlimited number of newsletter lists
– Create followup email responses that can be schedueld to go out after a specific number of days since the subscriber subscribes.
– Add subcription forms to your sidebar using widgets.
– Provide email subscriptions to your blog without using third party services like Feedburner
– Generate subscription forms and then use them on your website anywhere.
– Collect more information about your subscribers by generating custom fields for your subscription forms.
– Schedule e-mail broadcasts to your email newsletters in text/html. You can even send the broadcast to specific sections of your newsletter by selecting them using the custom fields.
– Provide email subscription to specific categories in your blog
– Import your subscribers from Feedburner and Aweber.
– Define rules to unsubscribe users from one newsletter if they subscribe to another newsletter.

**Jetpack**
„http://jetpack.me/support/subscriptions/“:http://jetpack.me/support/subscriptions/
„http://wordpress.org/extend/plugins/jetpack/“:http://wordpress.org/extend/plugins/jetpack/

Mimo jiné: Email subscriptions for your blog’s posts and your post’s comments.

**Email newsletter**
„http://wordpress.org/plugins/email-newsletter/“:http://wordpress.org/plugins/email-newsletter/

Email newsletter plugin have option to send HTML Mails/Newsletters to registered user, Comment author, Subscriber and Users who contacted you.

– Option to setup email subscription box and option to send email newsletter to subscriber
– Option to setup unsubscribe link in newsletter
– Option to Export and Import email address
– Automatic welcome email to new subscriber
– Double Opt In

**Easy Automatic Newsletter Lite**
„http://wordpress.org/plugins/easy-automatic-newsletter/“:http://wordpress.org/plugins/easy-automatic-newsletter/

The easy-to-use WordPress plug-in that recycles your blog posts into a newsletter and sends it out automatically! Take a month’s worth of blog posts and format it into a clean e-mail newsletter and send it out to your subscribers.

**Newsletter Manager**
„http://wordpress.org/plugins/newsletter-manager/“:http://wordpress.org/plugins/newsletter-manager/

Create and send html, plain text or multipart email newsletters to your subscribers.

– Double opt-in form (html, shortcode and widget) with redirection options
– Unlimited email addresses with import/export options
– Plain text/HTML/Multipart messages
– Personalize email messages using name field
– SMTP sending to reduce spam
– Automate email sending with cron job
– Send mails in batches with support for hourly limits
– Autoresponder on subscription
– Plugin allows **only one default list**

„How To Add A Newsletter Signup Widget To The End Of Your WordPress Blog Posts »“:http://www.elegantthemes.com/blog/tips-tricks/how-to-add-a-newsletter-signup-widget-to-the-end-of-your-wordpress-blog-posts?utm_source=Elegant+Themes

**YITH Newsletter Popup**
„https://wordpress.org/plugins/yith-newsletter-popup/“:https://wordpress.org/plugins/yith-newsletter-popup/

A simple to configure plugin that is really useful for your website. It shows a clean design popup where you can insert images, messages and a newsletter form. „Demo »“:http://plugins.yithemes.com/yith-newsletter-popup/

Správa databáze

**WP-DBManager**
„http://wordpress.org/extend/plugins/wp-dbmanager/“:http://wordpress.org/extend/plugins/wp-dbmanager/
„http://lesterchan.net/portfolio/programming/php/#wp-dbmanager“:http://lesterchan.net/portfolio/programming/php/#wp-dbmanager

Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up and optimizing of database.

Twitter jako plovoucí fórum na webu

Uvažujete-li zřídit si na webu nějaké malé fórum, případně shoutboard pro návštěvníky, možná by se vám mohl zalíbit plugin WordPress Twitter Forums. Dnes, kdy už na Twitteru má svůj účet řada lidí, může být přidání fóra tohoto typu přínosem i pro vaši webovou prezentaci, neboť se zde zaznamenané statusy zobrazí i na Twitter účtech tazatelů […]

Jednoduché přidání vlastních vstupních polí

Plugin vhodný spíše pro mírně pokročilejší uživatele WordPressu umožní vytvoření vlastních vstupních polí (nastavitelná alternativa uživatelských polí – custom fields) k článkům a stránkám. Podoba vytvořených vstupních polí pro vkládání určených hodnot je v podstatě libovolná, samozřejmě v závislosti na vašich potřebách a nastaveních v administraci pluginu (Nastavení – Simple Fields). Můžete si vždy pro […]

Kontaktní formulář, formulářové pluginy

**Contact Form 7**
„http://wordpress.org/extend/plugins/contact-form-7/“:http://wordpress.org/extend/plugins/contact-form-7/
„http://contactform7.com/“:http://contactform7.com/

Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, control question, Akismet spam filtering and so on.
Můžete založit třeba sto různých formulářů se stovkou různých obsahů. Takže například jeden bude obsahovat textová pole a rozjížděcí menu, jiný zase check buttony a potvrzovací tlačítka nebo všechno dohromady. Uděláte si takový formulář, jaký budete chtít. Čeština k dispozici.

„Optimize and style Contact Form 7“:http://wpstorm.net/2009/06/optimize-style-contact-form-7-wordpress/

„How To Customize The Style Of Contact Form 7 To Match Your Website »“:https://www.elegantthemes.com/blog/tips-tricks/how-to-customize-the-style-of-contact-form-7-to-match-your-website

„Stylování Contact Form 7 do podoby ElegantThemes Contact Form »“:http://www.agentwp.com/style-contact-form-7-form-like-elegantthemes-contact-form

„Přidání funkcí onfocus a onblur“:http://www.sramekdesign.com/wordpress/hacking-contact-form-7-add-onfocus-and-onblur-function/

**Contact Form 7 to Database Extension**
„http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/“:http://wordpress.org/extend/plugins/contact-form-7-to-database-extension/

„Changing Form Data Before it is Saved »“:http://cfdbplugin.com/?page_id=747

Saves form submissions to the database that come from Contact Form 7.

*Alternative*

**Save Contact Form 7**
„https://wordpress.org/plugins/save-contact-form-7/“:https://wordpress.org/plugins/save-contact-form-7/

Save Contact Form 7 data. Sort, search & export it in CSV+PDF. Unlike CFDB, the plugin itself is very smart and creates column name from your Contact Form 7 Field names.

**Jquery Validation For Contact Form 7**
„https://wordpress.org/plugins/jquery-validation-for-contact-form-7/“:https://wordpress.org/plugins/jquery-validation-for-contact-form-7/

This plugin adds jquery validation to your contact form 7. You will be able to validate extra validation rules like: url, date, credit card, phone number in the contact form 7 fields.

**Frontend Registration – Contact Form 7**

Frontend Registration – Contact Form 7

By using this plugin you can create front-end registration form by which registered user will be register as a subscriber role in WordPress.

**Contact Form 7 MailChimp Extension**
„https://wordpress.org/plugins/contact-form-7-mailchimp-extension/“:https://wordpress.org/plugins/contact-form-7-mailchimp-extension/
Simple way to integrate MailChimp mailing lists to Contact Form 7. Save your subscribers in a proper mailing list.

**Contact Form 7 – Success Page Redirects**
„https://wordpress.org/plugins/contact-form-7-success-page-redirects/“:https://wordpress.org/plugins/contact-form-7-success-page-redirects/
An add-on for Contact Form 7 that provides a straightforward method to redirect visitors to success pages or thank you pages.

**Contact Form 7 Modules**
„http://wordpress.org/plugins/contact-form-7-modules/“:http://wordpress.org/plugins/contact-form-7-modules/
Add useful modules such as hidden fields and „send all fields“ to the Contact Form 7 plugin. You can also choose to have the value of the hidden field dynamically populated in your form when you are contacted.

**Contact Form 7 Select Box Editor Button**
„https://wordpress.org/plugins/contact-form-7-select-box-editor-button/screenshots/“:https://wordpress.org/plugins/contact-form-7-select-box-editor-button/screenshots/
Add a contact form link into article text. For contact forms where the recipient can be chosen in a select box.

**Contact Form 7 Dynamic Text Extension**
„http://wordpress.org/plugins/contact-form-7-dynamic-text-extension/“:http://wordpress.org/plugins/contact-form-7-dynamic-text-extension/

CF7 DTX lets you create pre-populated fields based on other values. Some examples might include:

– Auto-filling a URL
– Auto-filling a Post ID, title, or slug
– Pre-populating a Product Number
– Referencing other content on the site
– Populating with post info
– Populating with user info
– Populating with custom fields
– Any value you can write a shortcode for

You can also choose to have the value of the hidden field dynamically populated in your form when you are contacted.

„Další nastavení (Bcc:, Google Analytics) »“:http://ideasilo.wordpress.com/2009/05/31/contact-form-7-1-10/

„Manipulace s údaji v Contact Form 7 před a po odeslání »“:https://wordpresso.ovx.cz/manipulace-s-udaji-v-contact-form-7-pred-a-po-odeslani/

„Honeypot Module for Contact Form 7 WordPress Plugin »“:https://wordpress.org/plugins/contact-form-7-honeypot/

„Fórum podpory »“:http://wordpress.org/support/plugin/contact-form-7

„Configuring Contact Form 7 to Work Perfectly With a Twentyten Child Theme »“:http://voodoopress.com/configuring-contact-form-7-to-work-perfectly-with-a-twentyten-child-theme/

„Když máte problém s odesíláním »“:http://buzztone.com.au/contact-form-7-email-issues/
„Další rady, co dělat při selhání »“:http://angstrey.com/index.php/2009/07/20/contact-form-7s-failed-to-send-your-message-error/

„FAQ »“:http://contactform7.com/faq/

*Alternativy:*

**Caldera Forms – Drag and drop responsive WordPress form builder**
„https://wordpress.org/plugins/caldera-forms/“:https://wordpress.org/plugins/caldera-forms/

Caldera Forms‘ visual editor simplifies form building for WordPress. Set up your form with multiple columns, add additional pages, and funnel user responses with conditional logic to get more robust data and relevant information from your customers and site visitors. Anti-spam, AJAX, notification emails, and database entry tracking are enabled by default.

*Visual Form Builder*
„https://wordpress.org/plugins/visual-form-builder/“:https://wordpress.org/plugins/visual-form-builder/

A plugin that allows you to build and manage all kinds of forms for your website in a single place. Drag-and-drop reordering, automatically stores form entries in your WordPress database, manage form entries in the WordPress dashboard, export entries to a CSV file, send form submissions to multiple emails, jQuery Form Validation.

**Intouch**
„http://wordpress.org/extend/plugins/intouch/“:http://wordpress.org/extend/plugins/intouch/
„http://adahas.com/work/intouch/“:http://adahas.com/work/intouch/

This is a plugin for WordPress which allows you to insert a custom build contact form, which on submission will send the information via email.
Features
* Customizable contact form with variable number of fields.
* Ability to specify mandatory fields.
* Can forwarded to any email address.
* Instant insertion using the Quicktag.
* Complete customization from admin panel.
* Instant submission using AJAX (for JavaScript supported browsers), and minimum overhead.
* Fall-back to standard HTML form submission, if JavaScript is not supported.
* Conforms to XHTML 1.0 Strict / XHTML 1.1
* Compatible to be served as application/xhtml+xml

**cforms II**
„http://www.deliciousdays.com/cforms-plugin“:http://www.deliciousdays.com/cforms-plugin

cforms is a plugin for WordPress, offering convenient deployment of multiple contact forms throughout your blog or even on the same page. The form submission utilizes AJAX, falls back, however, to a standard method in case AJAX/Javascript is not supported or disabled.

**Fast Secure Contact Form**
„http://wordpress.org/extend/plugins/si-contact-form/“:http://wordpress.org/extend/plugins/si-contact-form/

This plugin allows a webmaster to easily create and add contact forms to WordPress. The contact form will let the user send emails to a site’s admin, and also send a meeting request to talk over phone or video. An administration panel is present, where the webmaster can create and preview unlimited forms.

Features a super easy admin panel, multi-form feature, autoresponder, no templates to mess with, and an option to redirect visitors to any URL after the message is sent. Includes CAPTCHA and Akismet support to block all common spammer tactics. Spam is no longer a problem. You can add extra fields of any type: text, textarea, checkbox, checkbox-multiple, radio, select, select-multiple, attachment, date, time, hidden, password, and fieldset.

**Formidable Forms**
„http://wordpress.org/plugins/formidable/“:http://wordpress.org/plugins/formidable/

Quickly and easily build forms with a simple drag-and-drop interface and in-place editing. There are dozens of form-building plugins out there to create forms, but most are confusing and overly complicated. With Formidable, it is easy to create forms within a simple drag-and-drop interface.

„Přehled pluginů pro kontaktní formuláře »“:http://www.tripwiremagazine.com/2011/02/10-awesome-up-to-date-wordpress-plugins-to-build-contact-forms-fast.html

Lokalizace pluginů a šablon přímo v administraci

O pluginech většinou píši ve chvíli, kdy narazím na nějaký nový či na čerstvě aktualizovanou verzi pluginu již existujícícho. A tak se tentokrát díky nové aktualizaci velmi užitečného pluginu Codestyling Localization dostávám i k němu. Mnozí tento plugin jistě již znáte a používáte, ale pokud přece jenom nevíte o možnosti překládat si pluginy, vzhledy a […]