Facebook Share and Like button show the same score - this is not so

How come the buttons Shareand Likematch? I just implemented a button Liketoday and should have about 2-3 likes.

You can see my problem here: http://www.norwegianfashion.no/news/ofw-forbids-fur-on-the-catwalk/

The code I use is as follows:

        <div class="share">
          <div class="face_share">
            <a name="fb_share" type="button_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>  
          </div> 
          <div class="face_like">
            <iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=button_count&amp;show_faces=false&amp;width=130&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:130px; height:20px;"></iframe>
          </div>
          <div class="twitter">
            <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="norw_fashion">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> 
          </div>
        </div>
+3
source share
1 answer

Both functions do the same thing:

Share is still an option, however we have combined an external account to the number of interactions with the URL.

In addition, "as it still gives you the opportunity to publish an image when a comment is added (via the XFBML Version).

Source .

+2

Source: https://habr.com/ru/post/1787156/


All Articles