Error in sharing via twitter.
-
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% 20WorldAfter 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.
The topic ‘Error in sharing via twitter.’ is closed to new replies.