Add a Vertical Response signup form to your sidebar. Lots of configuration options. Now with custom colors and shortcode support!
Yes, this widget requires a Vertical Response account. Try out VerticalResponse for free.
Looking for a good email marketing option to integrate into your website or blog? If you haven't tried VerticalResponse, you'll be impressed with their website's sleek administration and contact management capabilities. Sign up for free today
If you want to change some code in the widget, you can use the WordPress add_filter() function to achieve this.
You can add code to your theme's functions.php file that will modify the widget or shortcode output. Here's an example:
function my_example_function($widget) {
// The $widget variable is the output of the widget
// This will replace 'this word' with 'that word' in the widget output.
$widget = str_replace('this word', 'that word', $widget);
// Make sure to return the $widget variable, or it won't work!
return $widget;
}
add_filter('vr_widget_form', 'my_example_function');
This plugin is released under a GPL license.
Requires: 2.5 or higher
Compatible up to: 3.3.2
Last Updated: 2012-4-24
Downloads: 19,726
Got something to say? Need help?