Screenshots
Installation
-
Upload this directory to your plugins directory
-
Its a good idea to refresh permalinks after installation. Settings>Permalinks>Save Permalinks
-
Be sure to Configure your Settings>WP Universal Newsletter
FAQ
- Installation Instructions
-
-
Upload this directory to your plugins directory
-
Its a good idea to refresh permalinks after installation. Settings>Permalinks>Save Permalinks
-
Be sure to Configure your Settings>WP Universal Newsletter
-
- What’s the raw url?
-
The raw URL is the url that will always display your newsletter as a universally valid HTML email. For those that check the ‘Use current theme’s single.php file’ option, you MUST use the raw URL to send an HTML email. If you do not check that option, you can use either the normal or the raw URL.
- How can I make my newsletter content conform to my site’s theme when viewed in the browser?
-
See the ‘Use current theme’s single.php file’ option. You’ll have to know some php, and you can create the folder called ‘wpun_templates’ in your active theme and add a wpun_single.php file there to override the plugins wpun_single.php file. Its recommended to copy the plugins wpun_single.php as a starting point.
- What newsletter services does this plugin work with?
-
Any newsletter service that allows you to import html from a URL, such as Mailchimp, iContact. Also any service that allows you to paste in raw HTML Into a WYSIWYG editor, like Constant Contact.
- My newsletter is not loading correctly after I save and view it, whats happening?
-
Try re-saving the permalinks in WordPress Settings>Permalinks>Update Permalinks. Or if you are using a caching plugin, like W3Cache, trying clearing it.
- How to I create a button?
-
In the WYSIWYG, you can simply highlight the text you wish to turn into a button, use the link icon in the tool bar, and check the option to ‘Make Button’. That’s it! Remember to configure your button styles in Settings>WP Universal Newsletter
- Where are the p and div tags going?
-
These 2 types of tags are problematic when used in HTML emails. Email clients, like hotmail and yahoo, will often add their own styles to these tags, if present, such as paddings and margins. This will cause inconsistency in the layout across email clients, and in an effort to normalize the look, we made the decision to remove them. As of version 1.1,
<p>
tags are now converted to table tags in an effort to preserve any inline styles that may have been added to the original<p>
tag.
Reviews
Contributors & Developers
“WP Universal Newsletter” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WP Universal Newsletter” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial Release
1.0.1
- Clean up README.txt
1.1.0
- Convert
<p>
tags into<table>
tags instead of removing completely; Additionally preserve inline styles of the<p>
tag and place them in the<td>
for more granular style control. - Fix Outlook conditional statement from breaking if more than one button was added to the page.
1.1.1
- Fix mismatching nonce name-spaces when saving post meta fields, causing meta fields saving failures.