Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Tom Morton

    (@tm3909)

    Appreciate your feedback. I’ve got this scheduled to deploy in the next release. You should see this fixed soon! I’ll be sure to mark this resolved when I push the update.

    Yes, just checked my validation and now I have more errors.
    I’ll wait for update with xhtml valid format. I know it is very annoying to set up to make it xhtml valid. ??

    Hey all.

    In case you what a ‘quick fix’, it’s the $title in wpsocialite.php which contains spaces.

    How I fixed it:
    please do back up the original

    1. open wpsocialite.php in notepad.
    2. go to line 130 where you will see:

    $title = trim($post->post_title); // get post title

    and replace it with

    $title = urlencode(trim($post->post_title)); // get post title

    3. save it
    4. upload this file again. (wp-content/plugins/wpsocialite)

    3Pinter

    Thanks.
    It worked.

    By the way, 3Pinter, if you don’t mind, can you fix up at least some errors of “Watu” plugin: here : https://www.ads-software.com/support/topic/xhtml-validation-problem-2/

    There were more errors, this processed line :

    <ul class="wpsocialite social-buttons small"><li><a href="https://www.facebook.com/sharer.php?u=https://autospace.co/harley-davidson/&t=Harley Davidson- It" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','https://www.facebook.com']);"s Not Just The Bikes That Are Legendary" class="socialite facebook-like" data-href="https://autospace.co/harley-davidson/" data-send="false" data-layout="button_count" data-width="60" data-show-faces="false" rel="nofollow" target="_blank"><span class="vhidden">Share on Facebook</span></a></li><li><a href="https://twitter.com/share" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','https://twitter.com']);" class="socialite twitter-share" data-text="Harley Davidson- It's Not Just The Bikes That Are Legendary" data-url="https://autospace.co/harley-davidson/" data-count="horizontal" data-via="" rel="nofollow" target="_blank"><span class="vhidden">Share on Twitter</span></a></li><li><a href="https://plus.google.com/share?url=https://autospace.co/harley-davidson/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','https://plus.google.com']);" class="socialite googleplus-one" data-size="medium" data-href="https://autospace.co/harley-davidson/" rel="nofollow" target="_blank"><span class="vhidden">Share on Google+</span></a></li><li><a href="https://www.linkedin.com/shareArticle?mini=true&url=https://autospace.co/harley-davidson/&title=Harley Davidson- It" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','https://www.linkedin.com']);"s Not Just The Bikes That Are Legendary" class="socialite linkedin-share" data-url="https://autospace.co/harley-davidson/" data-counter="right" rel="nofollow" target="_blank"><span class="vhidden">Share on LinkedIn</span></a></li></ul>

    If you resolved validation errors in this then you can fix the errors in plugin too. ??

    Plugin Author Tom Morton

    (@tm3909)

    The latest version should resolve any validation concerns. Please let me know if there are still errors.

    Thread Starter smadonnatore

    (@smadonnatore)

    Update to latest versionn…validation errors still present.

    Plugin Author Tom Morton

    (@tm3909)

    Hello All,

    Continuing to resolve the validation issues. Can you run the validator on your sites and link me to the errors so I can see exactly what you are getting?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘W3C Validation’ is closed to new replies.