Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Alex,

    Sorry, I must have missed this due to Christmas and everything that comes with it. Will look into it, thanks!

    Hi,2 questions on your beautiful plug-in:
    1.) I have a similar problem with apostrophes–here’s how a recent tweet appeared: “Don’t Write for Free. Do Write for Free. https://authorplanet.org/dont-write-free-write-free/ via @authorplanet”

    2.) My only wish for this plug-in: a button for email, which I often use to share posts for business. Do you plan to add that function? If not, is there a way to add it for a non-coder?

    Thanks for a great product!

    Sorry, the extra text disappeared when I posted, so must have been visible code–I’m (obviously) not a developer. The tweet (posted on twitter, where the code also appeared) added these characters instead of the apostrophe in “don’t”: “and number sign 8 2 1 7 apostrophe t”

    This seems to be an easy fix if you’re OK editing the plugin’s php files. I’ve not seen any ill effects so far:

    In template_function.php on line 34(ish), replace this:
    $title = urlencode( get_the_title() );

    with this:
    $title = html_entity_decode( get_the_title() );

    Let me know if this is gonna mess with any other part of the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twitter and Facebook error when posts title has a apostrophe’ is closed to new replies.