• Resolved blackmarketing

    (@blackmarketing)


    A short time I knew this sensational plugin only that when analyzing more deeply I saw that it had an error, I do not know if this only happens in the sites that is developing is happening with other people, that when trying to share by the native button of twitter the characters appear of the Following way:

    Hello% 20World

    After a look at the code I saw that the error was in the following file:

    And I made a small modification in the “href” link of:
    <a href="https://twitter.com/share" class="twitter-share-button" data-url="%post_url%" data-counturl="%post_url%" data-text="%decoded_post_title%" data-via="%twitter_username%" data-lang="%language%" >Tweet</a>
    For:
    <a href="https://twitter.com/intent/tweet?text=%decoded_post_title%&url=%post_url%" class="twitter-share-button" data-url="%post_url%" data-counturl="%post_url%" data-text="%decoded_post_title%" data-via="%twitter_username%" data-lang="%language%" >Tweet</a>
    After this everything is back to normal, I ask that the developers analyze this case and if it is an error that is disturbing other users that is solved in the next updates.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Heateor Support

    (@heateor)

    It is tested and this doesn’t cause problem at our end. Would you tell us what exactly is the post title that you have used while creating post in back-end?

    Thread Starter blackmarketing

    (@blackmarketing)

    All the titles of the sites I work with and use this plugin were presenting this error.
    My language is Brazilian Portuguese. At first I thought it was something related to the plugin seo Yoast or the charset = utf-8 of my code plus selecting the other style of twitter “Flat” it worked perfectly, only in the native that did not work.
    He looked like this:

    Concurso P%C3%BAblico do TRF da 2%C2%AA Regi%C3%A3o com sal%C3%A1rios de at%C3%A9 R%24 10 mil

    And it should stay in the share like this:
    Concurso Público do TRF da 2ª Região com salários de até R$ 10 mil

    The only way that corrected the problem was to modify the plugin as I mentioned above.

    Plugin Author Heateor Support

    (@heateor)

    Okay. Thanks for the info.
    We will include this in upcoming release.

    Thread Starter blackmarketing

    (@blackmarketing)

    Okay. Thanks

    Plugin Author Heateor Support

    (@heateor)

    You’re welcome.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Error in sharing via twitter.’ is closed to new replies.