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.

I have added the social(facebook like ,twitter) links on my site .It is working only for the home page.I want to show the facebook like count and tweet count per page and per article. you can check the links on my site.

http://www.footballfriendsonline.com

I'm using the following script for social bookmarking.

<div style="position:fixed; top:150px; left:70px; width:52px;">

    <!-- AddThis Button BEGIN -->

    <div class="addthis_toolbox addthis_floating_style addthis_counter_style" 
         style="left:50px;top:240px;">  

        <div class="fb-like" data-send="false" data-layout="box_count" data-width="60"
             data-show-faces="true">
        </div>

        <a href="https://twitter.com/footyfriends" class="twitter-share-button" 
           data-lang="en" data-count="vertical">Tweet</a>

        <script>
                !function( d,s,id ){
                    var js,fjs=d.getElementsByTagName(s)[0];

                    if(!d.getElementById(id)){
                        js=d.createElement(s);
                        js.id=id;
                        js.src="https://platform.twitter.com/widgets.js";
                        fjs.parentNode.insertBefore(js,fjs);
                    }
                }(document,"script","twitter-wjs");
        </script>

        <a class="addthis_button_google_plusone" g:plusone:size="tall"></a>

        <a class="addthis_counter"></a>
        &nbsp;


        <script src="//platform.linkedin.com/in.js" type="text/javascript"></script>

        <script type="IN/Share" data-url="http://www.footballfriendsonline.com/" 
        data-counter="top"></script>

        <script type="text/javascript">
            var addthis_config = {"data_track_addressbar":true};
        </script>

        <script type="text/javascript" src="http://s7.addthis.com/js/250
        /addthis_widget.js#pubid=ra-500e8c1e14ba9b8f"></script>

        <!-- AddThis Button END -->

    </div>

</div>
share|improve this question
As for facebook , make sure you load the javascript sdk (if you use that) properly for all the pages (I don't see it) – Newben Aug 5 '12 at 17:50
Just from looking at your code I would guess it's because of this: "data-url="footballfriendsonline.com/""; Maybe if you remove that line AddThis will use the current page – 3rror404 Aug 5 '12 at 17:50

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.