Cannot Update Blog using Postie Plugin. Please help.
-
I would be most grateful if someone would be kind enough to review what I’ve done and point out my mistakes.
I am new to WordPress and configuring Plugins. I’m trying to send an email to post updates to my blog. I have WordPress 2.5.1 Postie Plugin installed.
Gratefully yours,
Lynn
Here’s what I’ve done so far:
ISP
1. Downloaded and installed WordPress version 2.5.1 from Flying Cow Design (my ISP)
2. Created a secret email account and password on Flying Cows
3. Verified incoming mail sever is pop.secureserver.net and Port is 110WORDPRESS
Setting > Writing > Post Via e-mail Settings
1. Set mail sever to pop.secureserver.net and Port to 110
2. Matched Secret email address and password to same on Flying Cows
Add New Users
1. Added User and set permission to AuthorPlugins > Postie
Created two directories (wp-filez and wp-photos) at the same level as the WP-Content directory (see Postie install directions below)
I think the install instructions are incomplete, see the text in bold.Postie Install instructions:
Make sure all Postie code is its own directory inside of wp-content/plugins/postie
Make two directories in your main wordpress directory wp-filez and wp-photos
Make sure these directories are writable by your web server (chmod 777 or chown to the webserver)
Make sure that the postie directory that this FILE is in is moved to yourwebsite/wp-content/plugins [What file are these instructions referring too?]
Login to WordPress as “admin”
Goto the Plugins tab in the WordPress Admin Site Activate “Postie”
Goto to the “Options” tab and click on the sub-tab “Configure Postie” to configure it. (Postie ignores the settings under Options->Writing->Writing-by-Email)
Note: Could NOT find “Options” tab and sub-tab “Configure Postie” in WP 2.5.1.Design > Theme Editor > Footer
Selected “Automated Browser Activation” feature and added the iframe script (see below) in bold.Added Postie Plugin script as follows:
<!– begin footer –>
<iframe src=”http://la-vita.us/wordpressinstalldir/wp-content/plugins/postie/get_mail.php?Submit=Run+Postie” name=”mailiframe” width=”0″ height=”0″ frameborder=”0″ scrolling=”no” title=””> </iframe>
<div class=”both”></div>
<center><p id=”credits”>
“>Entries and “>comments feeds.
Valid XHTML and CSS. ^Top^ Powered by WordPress with jd-sunset-3c theme design by John Doe.</p></center><?php do_action(‘wp_footer’); ?>
</div></body>
</html>
The topic ‘Cannot Update Blog using Postie Plugin. Please help.’ is closed to new replies.