• Resolved Phlegx

    (@phlegx)


    Hi all!

    The like Button is not shown in the single view, archive and category.
    In IFrame mode the plugin has no problems. I use:

    WordPress: 3.0.2
    Like-Button-Plugin-For-Wordpress Plugin: 4.2.5.1
    Plugin settings: XFBML
    Theme: https://www.wp-templates.com/free-wp-tem … ektra.html

    Problem:

    E.g in single view, the Javascript is included BEFORE the <body> tag. And that is wrong!

    <div id="fb-root"></div>
    <script>
      window.fbAsyncInit = function() {
        FB.init({appId: 'MY_APP_ID', status: true, cookie: true,
                 xfbml: true});
      };
      (function() {
        var e = document.createElement('script');
       e.type = 'text/javascript';
        e.src = document.location.protocol +
          '//connect.facebook.net/de_DE/all.js';
         e.async = true;
        document.getElementById('fb-root').appendChild(e);
      }());
    </script>
    
    </head>
    <body>
    ...

    What can I do to solve this problem?

    Cheers

    https://www.ads-software.com/extend/plugins/like-button-plugin-for-wordpress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • is this error still existing with the latest version? Because we are introducing a new expert mode which would let you to solve this problem. Please report if this error still exists. thanks.

    Thread Starter Phlegx

    (@phlegx)

    Yes, the error still exists! I have installed:

    WordPress: 3.0.4
    Plugin Version: 4.3.1

    Plugin Author GBWorld

    (@gbworld)

    Hello.

    Is it now fixed in v4.4.3?

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Like-Button-Plugin-For-WordPress] Like Button not shown!’ is closed to new replies.