• Resolved epic_serj

    (@epic_serj)


    Hello! Thank you for the great plugin!
    I found some bug when using SNAP and Uptolike (popular social sharing buttons plugin) same time.
    When posting to Facebook with %EXCERPT% string post got code after excerpt text (excerpt text displays normally). The code is:

    (function(w,doc)
    if (!w.__utlWdgt )
    w.__utlWdgt = true;
    var d = doc, s = d.createElement('script'), g = 'getElementsByTagName';
    s.type = 'text/javascript'; s.charset='UTF-8'; s.async = true;
    s.src = ('https:' == w.location.protocol ? 'https' : 'http') + '://w.uptolike.com/widgets/v1/uptolike.js';
    var h=d[g]('body')[0];
    h.appendChild(s);
    )(window,document);

    Looks like it is caused by UpToLike. I found the soultion to avoid this: use %RAWEXCERPT% (btw, what’s the difference?).
    So, that’s all. I guess you’ll need to contact uptolike plugin developers to solve this problem.

    https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Excerpt problem with Facebook with UptoLike plugin’ is closed to new replies.