Kindle This

11 Responses to “Kindle This”

  1. Ash says:

    I like this plugin a lot. Not enough people with Kindles yet to benefit from it, but Its a good thing to have this available.

  2. CJWunsch says:

    Hmm, It shouldn’t be an older version as I only set it up this week.
    What other info can I grab for you that might help you make a guess at it?

  3. Keith says:

    That means that mail is not working on your server. It could also be because of an older version of WordPress.

    I would need more information to be more specific.

    Keith

  4. CJWunsch says:

    Hi! I love your idea here but I’m having trouble getting it to work on my wordpress site.

    ‘setting data, back from ajax:could not instantate mail function. There was an error sending the mail to kindle’

    I thought maybe I was just a dope and had somehow messed up my email, but I tried kindle-this-ing your website as a test and it worked just fine. Would you be able to help at all? I’m stumped!

  5. Artem says:

    Hi Keith,

    My bad… Sorry.
    I missed wp_footer(); creating my theme.
    Everything works perfectly now!
    Thanks a lot!
    Cheers,
    Artem.

  6. Keith says:

    It could be that your system doesn’t allow outgoing email.

    I’ll check the link that you gave me and see if there is something happening that is out of the ordinary.

    Keith

  7. Artem says:

    Hi Keith,

    I’ve just installed new version.
    Unfortunately, it still doesn’t work.
    I deleted all redirections from .htaccess and left only the section which was initially there:
    ********************************************
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /blog/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]

    # END WordPress
    ********************************************
    Or I should do some plugin configurations to get a success?
    Thanks for your help.
    Artem

  8. Keith says:

    I’m working on it. I should have an ajax version that works in a day or so.

    Keith

  9. Artem says:

    Hi Keith,

    your are right. I’ve just moved this blog to wordpress. There were simply 100 of .html posts, previously. Thus, I put number of redirections to .htaccess to allow people who’d saved links to old posts to be just redirected to new version.
    Here is how my .htaccess looks like:
    ****************.htaccess starts ******************
    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /web/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /web/index.php [L]

    # END WordPress

    redirect 301 /blog/index111.html https://www.natalyvlad.com/blog/2011-04-10-west-gippsland-bushwalks-fun-s-druzyami
    redirect 301 /blog/index110.html https://www.natalyvlad.com/blog/2011-04-08-melburn-born-to-be-wild-3d-registraciya-kota-v-avstralii
    etc… (another 100+ redirections)
    ****************.htaccess ends ******************
    %postname% Permalinks are also activated on this site.
    Are there any chances to make it working without disabling all redirections?
    Any help is appreciated.
    Thank you.
    Artem

  10. Keith says:

    What is happening is that I am getting a “forbidden” message while trying to access https://www.natalyvlad.com/blog

    There appears to be a redirect or something happening that prevents the parameters from being accessed by the plugin.

    I will fool around with the way the system does its call back, but it seems to not be working correctly if htaccess is playing games with the url.

    I might even try an ajax call to see if it helps.

    Keith

  11. Artem says:

    Hi Keith,

    ‘Kindle this’ is awesome plugin, which really works. I sent a page from your web-site and it came onto my Kindle very quickly. But, I gave up setting it up on my site.
    Here is an example – https://www.natalyvlad.com/blog/2011-01-05-trip-to-cairns-artems-short-version-in-english
    I’m not strong in programming, thus not sure what would be a problem (conflict with other plugins, charset, apache settings or something else). Even if I click ‘send to kinldle’ button without entering emails, nothing pops up, but should.
    I do appreciate if you could find a minute and have a look at this issue.
    Thanks in advance.
    Cheers,
    Artem.

Leave a Reply