[Like-Button-Plugin-For-WordPress] Like Button not shown!
-
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.htmlProblem:
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)
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.