=== Pardot === Contributors: NewClarity, MikeSchinkel, cliffseal Donate link: http://pardot.com Tags: pardot, marketing automation, forms, tracking, web tracking Requires at least: 3.4 Tested up to: 3.4.1 Stable tag: 1.1.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Integrate Pardot with WordPress: easily track visitors, embed forms and dynamic content in pages and posts, or use the forms or dynamic content widgets. == Description == Say hello to marketing automation simplicity! With a single login, your self-hosted WordPress installation will be securely connected with Pardot. With the selection of your campaign, you'll be able to track visitors and work with forms and dynamic content without touching a single line of code. You can use the widget to place a form or dynamic content anywhere a sidebar appears, or embed them in a page or post using a shortcode or the Pardot button on the Visual Editor's toolbar. == Installation == 1. Upload `pardot-for-wordpress` to your `/wp-content/plugins/` directory or go to Plugins > Add New in your WordPress Admin area and search for Pardot. 1. Activate the plugin through the 'Plugins' menu in WordPress. 1. Go to Settings > Pardot Settings to put in your email, password, and user key. 1. Select your campaign (for tracking code usage). == Frequently Asked Questions == = How do I add the tracking code? = Once you add your credentials to the Settings page and click "Save Settings" (which authenticates you), a dropdown of your campaigns will appear. Select the one you want to use for your tracking code, and click "Save Settings" again. The tracking code will automatically be added to the footer of every page. = Why isn't the tracking code appearing on some or any of my pages? = Make sure you've authenticated successfully, first of all, then make sure you've selected a campaign on the Settings page and clicked "Save Settings". If you've done this, it may be that your current template isn't coded well. This plugin hooks into the `wp_footer` action, which *should* be called every time a non-admin page loads. If you don't see this anywhere in your theme (a common place is your theme's `footer.php` file), you'll need to add `` appropriately. = How can I use the shortcodes without the Visual Editor? = Two simple shortcodes are available for use. = Form Shortcode = `[pardot-form id="{Form ID}" title="{Form Name}"]` Use `[pardot-form]` with at least the `id` parameter. You can also include the `title` parameter that is included when using the toolbar button, but it's not required for display. For instance, `[pardot-form id="1" title="Title"]` renders my Pardot form with an ID of 1. = Dynamic Content Shortcode = `[pardot-dynamic-content id="{Dynamic Content ID}" default="{Non-JavaScript Content}"]` Use `[pardot-dynamic-content]` with at least the `id` parameter. The `default` parameter is used for accessibility. Whatever is placed here is wrapped in `