Mail Subscribe List
Check out the latest WordPress deals for your site. This is a simple plugin that allows visitors to enter their name and email address on your website, the visitors details are then added to the subscribers list which is available to view and modify in the WordPress admin area. This plugin can be used not only for Mailing List subscriptions but can be used generally for collecting email address and/or peoples names that are visiting your website. The name/email form can not only be customised but can also be displayed on any WordPress page by using either the ‘Subscribe Widget’, WordPress shortcode [smlsubform] or from your WordPress theme by calling the php function. I developed this plugin as I could not find any plugin that simply allows users to submit their name and email address to a simple list viewable in the WordPress admin, all the plugins that I found had lots of extra features such as 3rd party integration, mass emailing and double opt-in, my clients do not need any of these features. Extra Options I have developed some customizable options that allow you to change the way the plugin is displayed. Below is an explanation of what each option does:- “prepend” -> Adds a paragraph of text just inside the top of the form. “showname” -> If true, this with show the name label and input field for capturing the users name. “nametxt” -> Text that is displayed to the left of the name input field. “nameholder” -> Text that is displayed inside the name input box as a place holder. “emailtxt” -> Text that is displayed to the left of the email input field. “emailholder” -> Text that is displayed inside the email input box as a place holder. “showsubmit” -> If true, this with show the submit button, return required to submit form. “submittxt” -> Text/value that will be displayed on the form submit button. “jsthanks” -> If true, this will display a JavaScript Alert Thank You message instead of a paragraph above the form. “thankyou” -> Thank you message that will be displayed when someone subscribes. (Will not show if blank) Extra Options – How to Use (Short Code Method) Short codes can be used simply putting the code into your wordpress page, here is an example of the shortcode in use. [smlsubform prepend="" showname=true nametxt="Name:" nameholder="Name..." emailtxt="Email:" emailholder="Email Address..." showsubmit=true submittxt="Submit" jsthanks=false thankyou="Thank you for subscribing to our mailing list"] Extra Options – How to Use (PHP Method) The PHP method can be used by putting the following PHP code into your WordPress theme, here is an example of php code for your template. $args = array( 'prepend' => '', 'showname' => true, 'nametxt' => 'Name:', 'nameholder' => 'Name...', 'emailtxt' => 'Email:', 'emailholder' => 'Email Address...', 'showsubmit' => true, 'submittxt' => 'Submit', 'jsthanks' => false, 'thankyou' => 'Thank you for subscribing to our mailing list' ); echo smlsubform($args);
Top keywords
- name9×1.84%
- displayed8×1.64%
- email8×1.64%
- wordpress8×1.64%
- true7×1.43%
- text6×1.23%
- address5×1.02%
- form5×1.02%
- input5×1.02%
- php5×1.02%
- submit5×1.02%
- code4×0.82%
Send Images to RSS
Send Images to RSS bridges the gap between large websites and small emails, by replacing images in your feed with smaller, email friendly images, and attempting to add markup which email clients can handle. Between larger monitors, retina screens, and better image optimization, the images we serve up on our websites are larger than they’ve ever been. RSS to email services such as MailChimp, however, are constrained to what email clients can display, which is small, small, small. And although it’s possible to try to style images with a max-width in your emails, not all clients will honor it (I’m looking at you, Outlook). Send Images to RSS makes it easy to create beautiful, email friendly RSS campaigns, with minimal setup required, regardless of your feed setup. Full Text RSS Feeds If your site’s RSS feed is set to Full Text, this plugin makes sure your emails look more like your website: Replace overly large images with email friendly size images. Convert galleries from thumbnails to full width images. Add email friendly styling/alignment to your images. Summary Text Feeds If you’ve used Summaries as your RSS feed settings, this plugin has not been for you. Until now. As of 3.0.0, Send Images to RSS brings the awesome to you, too. Here’s the magic for your Summary feed: Add the post’s featured image to your excerpt. Choose the size and alignment. If no featured image is set, the plugin will use the first image uploaded to the post. Set a custom length for your RSS summary/excerpt. Pick the number of words you want your summary to have, and the plugin will aim for that, but with the added bonus of making sure the final sentence is complete. If you add a manual excerpt to your post, because you like to have full control, the plugin will properly use that instead. Automatically add a custom “read more” link to the end of every post summary, to keep your feed pointed back to your site. Known (non)Issues This plugin should work with any theme. Some themes and plugins do modify the feed for their own purposes. Where possible, I’ve tried to account for them: For summary feeds, the Yoast SEO RSS link is removed (the full text feed and front end output are not changed). For summary feeds, the excerpt filter added by the Woo Canvas theme is removed (the full text feed and front end output are not changed). For summary feeds, this plugin will replace the image settings for Display Featured Image for Genesis for versions 2.3.0 and later (because this plugin is smarter). If you’re using Display Featured Image for Genesis 2.2.2 or lower, this plugin will concede graciously. But you should update, please. For full text feeds, this plugin will not duplicate featured images if they are being added by Display Featured Image for Genesis–you will want to disable that feature in Display Featured Image for Genesis. NOTE: it is up to you to check that your feed output is still working, especially in your email system of choice, once it’s installed. I’ve attempted to set it up to handle XHTML or HTML5, and function even if your feed is wonky, but please double check, and let me know if you have issues, and if so, what specifically they are. Props Special thanks to Gretchen Louise for her summary feed contributions. Spanish translation offered by Web Hosting Hub