Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

First of all, sorry for my english.

Hello, I've made my first site, I'm using Fancybox+Isotope to show a lot of photos. Everything goes well, the "like button" embedded into the Fancybox frame is working more or less. When someone Likes a photo, that event appears on his facebook's biography, but there is no thumbnail.

This is my site ww w.nosdesign.com.ar/trabajos.html

I know that is a heavy page (and for sure messy), but this is not my problem now (unless messy code is responsible to stop Like function to work), first of all I wanted everything to work and the only thing missing is the correct function of the Like button.

So this is my problem. If someone Likes de hole page from the Like button located by the header it appears correctly on Facebook. Site Liked shows ok, photos Liked are not

photo 1: not working photo 2: example of problem

I need that feature to work

I think this is a problem of mine, of my code, I tried Facebook's Linter, I checked all other problems about "fancybox+facebook" but nothing seems to help me.

Thanks in advance!!! I hope that someone with patience could help me!

Here is my code (short version)

    <!DOCTYPE html>
    <html lang="en" onpageload="$('#block_trigger').hide();" ><head>

      <meta property="fb:app_id" content="198823516872798" >
      <meta property="og:title" content="NOS design" >
      <meta property="og:type" content="website" >
      <meta property="og:image" content="http://www.nosdesign.com.ar/trabajos/N_de_NOS.jpg" >
      <meta property="og:url" content="http://www.nosdesign.com.ar/trabajos.html" >
      <meta property="og:description" content=".the newoldschool" >
      <meta charset="utf-8" >
      <meta name="author" content="NOS Design" >
      <meta name="description" content=".the newoldschool" >
      <meta name="keywords" content="nos" >
      <title>.the newoldschool ~ diseño arte y capricho</title>

      <link rel="stylesheet" href="css/style.css" >

      <!-- scripts at bottom of page -->

    <link rel="image_src" href="trabajos/N_de_NOS.jpg" >
    </head>
<body class="homepage " style="min-height:600px; min-width:852px; left:98px; top:-41px; " >

<div id="fb-root" ></div>

    <script>
      window.fbAsyncInit = function() {
        FB.init({
          appId      : '198823516872798', // App ID
          channelUrl : '//www.nosdesign.com.ar/channel.html', // Channel File
          status     : true, // check login status
          cookie     : true, // enable cookies to allow the server to access the session
          xfbml      : true  // parse XFBML
        });

        // Additional initialization code here
      };

      // Load the SDK Asynchronously
      (function(d){
         var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
         if (d.getElementById(id)) {return;}
         js = d.createElement('script'); js.id = id; js.async = true;
         js.src = "//connect.facebook.net/en_US/all.js";
         ref.parentNode.insertBefore(js, ref);
       }(document));
    </script>


    <div class="fb-like" data-href="http://www.nosdesign.com.ar" data-send="true" data-layout="box_count" data-width="170" data-show-faces="true" data-colorscheme="dark" style="left:732px; top:13px; position:fixed; z-index:8; " ></div>




    <!-- this is the very short version of the section where are located all the photos -->

    <div id="container" class="variable-sizes clickable clearfix" style="border-top-color:transparent; border-bottom-color:transparent; border-left-color:transparent; border-right-color:transparent; position:relative; left:-9px; " >



       <div class="element afiches" data-symbol="" data-category="" style="background-color:#000000; background-image:url(trabajos/Afiches/miniaturas/95_05.jpg); " >
          <p class="number" style="text-indent:2px; opacity:0; " >12</p>
          <h3 class="symbol" ></h3>
          <h2 class="name" style="color:#FFFFFF; width:95%; background-color:#000000; " >95|05</h2>
          <p class="weight fancybox" title="95|05 . afiche para la muestra de diseño gráfico" href="http://www.nosdesign.com.ar/trabajos/Afiches/95_05.jpg" style="color:#FFFFFF; cursor:move; text-shadow:rgba(0, 0, 0, 0.746094) 2px 2px 2px; " >.ver completo</p>

        </div>

    <!-- end of this short version -->




    <!-- Add jQuery library -->
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" ></script>

    <!-- Add mousewheel plugin (this is optional) -->
    <script type="text/javascript" src="js/jquery.mousewheel-3.0.6.pack.js" ></script>

    <!-- Add fancyBox -->
    <link rel="stylesheet" href="fancybox/jquery.fancybox.css?v=2.0.6" type="text/css" media="screen" flux:cssdata=".fancybox-tmp iframe, .fancybox-tmp object {
        vertical-align:top;
        margin:0;
        padding:0;
    }

    .fancybox-wrap {
        position:absolute;
        top:0;
        left:0;
        z-index:8020;
    }

    .fancybox-skin {
        position:relative;
        background-image:initial;
        background-repeat-x:initial;
        background-repeat-y:initial;
        background-repeat:no-repeat;
        background-attachment:initial;
        background-position:initial initial;
        background-position-x:initial;
        background-position-y:initial;
        background-origin:initial;
        background-clip:initial;
        background-color:#F9F9F9;
        color:#444444;
        text-shadow:none;
        border-top-left-radius:4px;
        -webkit-border-top-left-radius:4px;
        -o-border-top-left-radius:4px;
        -ms-border-top-left-radius:4px;
        -moz-border-radius-topleft:4px;
        border-top-right-radius:4px;
        -webkit-border-top-right-radius:4px;
        -o-border-top-right-radius:4px;
        -ms-border-top-right-radius:4px;
        -moz-border-radius-topright:4px;
        border-bottom-right-radius:4px;
        -webkit-border-bottom-right-radius:4px;
        -o-border-bottom-right-radius:4px;
        -ms-border-bottom-right-radius:4px;
        -moz-border-radius-bottomright:4px;
        border-bottom-left-radius:4px;
        -webkit-border-bottom-left-radius:4px;
        -o-border-bottom-left-radius:4px;
        -ms-border-bottom-left-radius:4px;
        -moz-border-radius-bottomleft:4px;
        margin:0;
        padding:0;
    }

    .fancybox-opened {
        z-index:8030;
    }

    .fancybox-opened .fancybox-skin {
        box-shadow:rgba(0, 0, 0, 0.496094) 0px 10px 25px;
        -webkit-box-shadow:rgba(0, 0, 0, 0.496094) 0px 10px 25px;
        -o-box-shadow:rgba(0, 0, 0, 0.496094) 0px 10px 25px;
        -ms-box-shadow:rgba(0, 0, 0, 0.496094) 0px 10px 25px;
        -moz-box-shadow:rgba(0, 0, 0, 0.496094) 0px 10px 25px;
    }

    .fancybox-outer, .fancybox-inner {
        position:relative;
        outline-style:none;
        outline-width:initial;
        outline-color:#000000;
        margin:0;
        padding:0;
    }

    .fancybox-inner {
        overflow:hidden;
    }

    .fancybox-type-iframe .fancybox-inner {
    }

    .fancybox-error {
        color:#444444;
        font:normal normal normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin:0;
        padding:10px;
    }

    .fancybox-image, .fancybox-iframe {
        display:block;
        width:100%;
        height:100%;
        border-top-width:0;
        border-right-width:0;
        border-bottom-width:0;
        border-left-width:0;
        border-style:initial;
        border-color:#000000;
        vertical-align:top;
        margin:0;
        padding:0;
    }

    .fancybox-image {
        max-width:100%;
        max-height:100%;
    }

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image:url(fancybox_sprite.png);
    }

    #fancybox-loading {
        position:fixed;
        top:50%;
        left:50%;
        margin-top:-22px;
        margin-left:-22px;
        background-position:0px -108px;
        background-position-x:0;
        background-position-y:-108px;
        opacity:0.8;
        cursor:pointer;
        z-index:8020;
    }

    #fancybox-loading div {
        width:44px;
        height:44px;
        background-image:url(fancybox_loading.gif);
        background-repeat-x:no-repeat;
        background-repeat-y:no-repeat;
        background-repeat:no-repeat;
        background-attachment:initial;
        background-position:50% 50%;
        background-position-x:50%;
        background-position-y:50%;
        background-origin:initial;
        background-clip:initial;
        background-color:#000000;
    }

    .fancybox-close {
        position:absolute;
        top:-18px;
        right:-18px;
        width:36px;
        height:36px;
        cursor:pointer;
        z-index:8040;
    }

    .fancybox-nav {
        position:absolute;
        top:0;
        width:40%;
        height:100%;
        cursor:pointer;
        background-image:url(blank.gif);
        background-repeat-x:initial;
        background-repeat-y:initial;
        background-repeat:no-repeat;
        background-attachment:initial;
        background-position:initial initial;
        background-position-x:initial;
        background-position-y:initial;
        background-origin:initial;
        background-clip:initial;
        background-color:transparent;
        z-index:8040;
    }

    .fancybox-prev {
        left:0;
    }

    .fancybox-next {
        right:0;
    }

    .fancybox-nav span {
        position:absolute;
        top:50%;
        width:36px;
        height:34px;
        margin-top:-18px;
        cursor:pointer;
        z-index:8040;
        visibility:hidden;
    }

    .fancybox-prev span {
        left:20px;
        background-position:0px -36px;
        background-position-x:0;
        background-position-y:-36px;
    }

    .fancybox-next span {
        right:20px;
        background-position:0px -72px;
        background-position-x:0;
        background-position-y:-72px;
    }

    .fancybox-nav:hover span {
        visibility:visible;
    }

    .fancybox-tmp {
        position:absolute;
        top:-9999px;
        left:-9999px;
        overflow:visible;
        visibility:hidden;
        padding:0;
    }

    #fancybox-overlay {
        position:absolute;
        top:0;
        left:0;
        overflow:hidden;
        display:none;
        z-index:8010;
        background-image:initial;
        background-repeat-x:initial;
        background-repeat-y:initial;
        background-repeat:no-repeat;
        background-attachment:initial;
        background-position:initial initial;
        background-position-x:initial;
        background-position-y:initial;
        background-origin:initial;
        background-clip:initial;
        background-color:#000000;
    }

    #fancybox-overlay.overlay-fixed {
        position:fixed;
        bottom:0;
        right:0;
    }

    .fancybox-title {
        visibility:hidden;
        font:normal normal normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
        position:relative;
        text-shadow:none;
        z-index:8050;
    }

    .fancybox-opened .fancybox-title {
        visibility:visible;
    }

    .fancybox-title-float-wrap {
        position:absolute;
        bottom:0;
        right:50%;
        margin-bottom:-35px;
        z-index:8030;
        text-align:center;
    }

    .fancybox-title-float-wrap .child {
        display:inline-block;
        margin-right:-100%;
        background-image:initial;
        background-repeat-x:initial;
        background-repeat-y:initial;
        background-repeat:no-repeat;
        background-attachment:initial;
        background-position:initial initial;
        background-position-x:initial;
        background-position-y:initial;
        background-origin:initial;
        background-clip:initial;
        background-color:rgba(0,0,0,0.80);
        border-top-left-radius:15px;
        -webkit-border-top-left-radius:15px;
        -o-border-top-left-radius:15px;
        -ms-border-top-left-radius:15px;
        -moz-border-radius-topleft:15px;
        border-top-right-radius:15px;
        -webkit-border-top-right-radius:15px;
        -o-border-top-right-radius:15px;
        -ms-border-top-right-radius:15px;
        -moz-border-radius-topright:15px;
        border-bottom-right-radius:15px;
        -webkit-border-bottom-right-radius:15px;
        -o-border-bottom-right-radius:15px;
        -ms-border-bottom-right-radius:15px;
        -moz-border-radius-bottomright:15px;
        border-bottom-left-radius:15px;
        -webkit-border-bottom-left-radius:15px;
        -o-border-bottom-left-radius:15px;
        -ms-border-bottom-left-radius:15px;
        -moz-border-radius-bottomleft:15px;
        text-shadow:rgb(34, 34, 34) 0px 1px 2px;
        color:#FFFFFF;
        font-weight:bold;
        line-height:24px;
        white-space:nowrap;
        padding:2px 20px 2px 20px;
    }

    .fancybox-title-outside-wrap {
        position:relative;
        margin-top:10px;
        color:#FFFFFF;
    }

    .fancybox-title-inside-wrap {
        margin-top:10px;
    }

    .fancybox-title-over-wrap {
        position:absolute;
        bottom:0;
        left:0;
        color:#FFFFFF;
        background-image:initial;
        background-repeat-x:initial;
        background-repeat-y:initial;
        background-repeat:no-repeat;
        background-attachment:initial;
        background-position:initial initial;
        background-position-x:initial;
        background-position-y:initial;
        background-origin:initial;
        background-clip:initial;
        background-color:rgba(0,0,0,0.80);
        padding:10px;
    }

    " >
    <script type="text/javascript" src="fancybox/jquery.fancybox.pack.js?v=2.0.6" ></script>

    <script type="text/javascript" >
        <!--

        $(function () {
            $('.bubbleInfo').each(function () {
                var distance = 10;
                var time = 250;
                var hideDelay = 1000;

                var hideDelayTimer = null;

                var beingShown = false;
                var shown = false;
                var trigger = $('.trigger', this);
                var info = $('.popup', this).css('opacity', 0);


                $([trigger.get(0), info.get(0)]).mouseover(function () {
                    if (hideDelayTimer) clearTimeout(hideDelayTimer);
                    if (beingShown || shown) {
                        // don't trigger the animation again
                        return;
                    } else {
                        // reset position of info box
                        beingShown = true;

                        info.css({
                            top: 30,
                            left: 450,
                            display: 'block'
                        }).animate({
                            left: '-=' + distance + 'px',
                            opacity: 1
                        }, time, 'swing', function() {
                            beingShown = false;
                            shown = true;
                        });
                    }

                    return false;
                }).mouseout(function () {
                    if (hideDelayTimer) clearTimeout(hideDelayTimer);
                    hideDelayTimer = setTimeout(function () {
                        hideDelayTimer = null;
                        info.animate({
                            left: '-=' + distance + 'px',
                            opacity: 0
                        }, time, 'swing', function () {
                            shown = false;
                            info.css('display', 'none');
                        });

                    }, hideDelay);

                    return false;
                });
            });
        });

        //-->
        </script>


    <script type="text/javascript" >

    (function ($) {
       $(".fancybox")
        .attr('rel', 'gallery')
        .fancybox({
            beforeShow: function () {
                if (this.title) {
                    // New line
                    this.title += '<br />';

                    // Add tweet button
                    this.title += '<a href="https://twitter.com/share" class="twitter-share-button" data-count="none" data-url="' + this.href + '"><img src="http://i1198.photobucket.com/albums/aa452/realnosdesign/twitter.gif" alt="Tweet!" style="position:relative; top:-4px; width:auto; height:19px; "></a> ';

                    // Add FaceBook like button
                    this.title += '<iframe src="//www.facebook.com/plugins/like.php?href=' + this.href + '&amp;layout=button_count&amp;show_faces=true&amp;width=500&amp;action=like&amp;font&amp;colorscheme=light&amp;height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:401px; height:23px;" allowTransparency="true"></iframe>';
                }
            },

            helpers : {
                title : {
                    type: 'inside'
                }
            }  
        });
    }(jQuery));
    </script>



    <script type="text/javascript" >
    (function ($) {

    $(document).ready(function() { 
    $('.vimeo').fancybox({ 
    'padding': 0, //optional 
    'width': 700, //or whatever 
    'height': 393, //or whatever 
    'type': 'iframe' 
    }); 
    }); 

    }(jQuery));
    </script>


    <script src="jQuery/jquery-1.7.2.min.js" ></script>
    <script src="jquery.isotope.min.js" ></script>
    <script src="js/fake-element.js" ></script>
    <script>
      $(function(){

        var $container = $('#container');


          // add randomish size classes
          $container.find('.element').each(function(){
            var $this = $(this),
                number = parseInt( $this.find('.number').text(), 10 );
            if ( number % 7 % 2 === 1 ) {
              $this.addClass('width2');
            }
            if ( number % 3 === 0 ) {
              $this.addClass('height2');
            }
          });

        $container.isotope({
          itemSelector : '.element',
          masonry : {
            columnWidth : 120
          },
          masonryHorizontal : {
            rowHeight: 120
          },
          cellsByRow : {
            columnWidth : 240,
            rowHeight : 240
          },
          cellsByColumn : {
            columnWidth : 240,
            rowHeight : 240
          },
          getSortData : {
            symbol : function( $elem ) {
              return $elem.attr('data-symbol');
            },
            category : function( $elem ) {
              return $elem.attr('data-category');
            },
            number : function( $elem ) {
              return parseInt( $elem.find('.number').text(), 10 );
            },
            weight : function( $elem ) {
              return parseFloat( $elem.find('.weight').text().replace( /[\(\)]/g, '') );
            },
            name : function ( $elem ) {
              return $elem.find('.name').text();
            }
          }
        });


          var $optionSets = $('#options .option-set'),
              $optionLinks = $optionSets.find('a');

          $optionLinks.click(function(){
            var $this = $(this);
            // don't proceed if already selected
            if ( $this.hasClass('selected') ) {
              return false;
            }
            var $optionSet = $this.parents('.option-set');
            $optionSet.find('.selected').removeClass('selected');
            $this.addClass('selected');

            // make option object dynamically, i.e. { filter: '.my-filter-class' }
            var options = {},
                key = $optionSet.attr('data-option-key'),
                value = $this.attr('data-option-value');
            // parse 'false' as false boolean
            value = value === 'false' ? false : value;
            options[ key ] = value;
            if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
              // changes in layout modes need extra logic
              changeLayoutMode( $this, options )
            } else {
              // otherwise, apply new options
              $container.isotope( options );
            }

            return false;
          });



          // change layout
          var isHorizontal = false;
          function changeLayoutMode( $link, options ) {
            var wasHorizontal = isHorizontal;
            isHorizontal = $link.hasClass('horizontal');

            if ( wasHorizontal !== isHorizontal ) {
              // orientation change
              // need to do some clean up for transitions and sizes
              var style = isHorizontal ? 
                { height: '80%', width: $container.width() } : 
                { width: 'auto' };
              // stop any animation on container height / width
              $container.filter(':animated').stop();
              // disable transition, apply revised style
              $container.addClass('no-transition').css( style );
              setTimeout(function(){
                $container.removeClass('no-transition').isotope( options );
              }, 100 )
            } else {
              $container.isotope( options );
            }
          }



          // change size of clicked element
          $container.delegate( '.element', 'click', function(){
            $(this).toggleClass('large');
            $container.isotope('reLayout');
          });

          // toggle variable sizes of all elements
          $('#toggle-sizes').find('a').click(function(){
            $container
              .toggleClass('variable-sizes')
              .isotope('reLayout');
            return false;
          });



          $('#insert a').click(function(){
            var $newEls = $( fakeElement.getGroup() );
            $container.isotope( 'insert', $newEls );

            return false;
          });

          $('#append a').click(function(){
            var $newEls = $( fakeElement.getGroup() );
            $container.append( $newEls ).isotope( 'appended', $newEls );

            return false;
          });


        var $sortBy = $('#sort-by');
        $('#shuffle a').click(function(){
          $container.isotope('shuffle');
          $sortBy.find('.selected').removeClass('selected');
          $sortBy.find('[data-option-value="random"]').addClass('selected');
          return false;
        });


      });
    </script>




        <footer style="position:relative; " >
          .newoldschool © 2012 |  <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/deed.es_ES;" >los contenidos de este sitio tienen todos los derechos registrados, prohibido el uso y/o difusión de este material sin consentimiento previo</a>
        </footer> 





    ​</section>
    </body></html>
share|improve this question
I think this other guy had the same troubles (and so do I): stackoverflow.com/questions/9243163/… – cbarg Aug 28 '12 at 3:13

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.