=== 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.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Integrate Pardot with WordPress: easily track visitors, embed forms in pages and posts, or use the forms widget. == 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 without touching a single line of code. You can use the widget to place a form 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 change my campaign? = Simply choose another campaign in Settings > Pardot Settings and click 'Save Settings'. = Some of my form is cut off. What should I do? = Since every WordPress theme is different, embedded forms won't always fit. We've written a Knowledge Base article to help you with this, but you'll want to make a Layout Template specifically for your WordPress theme: 1. Find out the width of the area in which you're embedding the form. You can do this using developer tools in your browser, like Firebug. 1. Go to Layout Templates in Pardot and click "+Create new layout template". 1. In the Layout tab, add styling in the `` section of your template to suit your WordPress template. Once complete, it would look something like this, where your area is about 100px wide: ` %%title%% %%content%% ` You might have to add `!important` as above to override some of the CSS. 1. Create your new form or use an existing form, and change the Layout Template (under 'Look and Feel') to your new one. Make sure you save! 1. Add the form and check the styling; tweak as needed. == Screenshots == 1. Settings area 1. Pardot button in the Visual Editor toolbar 1. Choose from any form 1. Use forms in a widget 1. A form widget (with corrected styling) 1. A page can have two forms! Here, one is in the body and one in a widget. == Changelog == = 1.0 = Initial release.