Facebook Like does not show comment popup?!

mschmi2s Jun 25, 2012 08:49PM EDT

I added this code to my source code:

<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:width="120"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
</div>

<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e217386202bc0df"></script>
<!-- AddThis Button END -->

but after clicking the like button there is no comment popup.
What is wrong? What do i need to show up the comment popup?

Up 0 Rated Down
Paul (AddThis Happiness Specialist) Jun 26, 2012 08:55AM EDT
I'd love to help but first I'll need the URL of the page where you're seeing the problem.
Up 0 Rated Down
mschmi2s Aug 02, 2012 03:56PM EDT
Sorry, didn't see your answer. Here is the URL:

http://imperia-test.tremco-illbruck.com/de/anwendungen/

thx a lot
Up 0 Rated Down
Paul (AddThis Happiness Specialist) Aug 03, 2012 11:54AM EDT
Try adding the FBML namespace to your HTML tag:

Change this:

<html lang="de" xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">

To this:

<html lang="de" xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" xmlns:fb="http://ogp.me/ns/fb#">

This question is closed to new answers.

Still need help?


General Topics

 

Developers