Announcement

Collapse
No announcement yet.

V11 SPP Facebook Like Button !?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    V11 SPP Facebook Like Button !?

    Hi i wonder if any1 has Facebook Like Button working
    correctly on V11 Single-Product-Page layout
    so when clicking the like button it would "send" the current product
    image and page (title & url) to facebook - all im getting is the section data of where the product is under.

    i had the og metadata showing the correct pagename and the og image showing the correct product image but clicking the like button would seem to ignore it and just offer the section data rather than product info...


    if any1 has it working - could you share the working code ?

    #2
    Hmm 65 views and no answers

    Comment


      #3
      Why not try showing what you've done and then some kind person might show you where you've gone wrong.

      Mike
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment


        #4
        There are a few ways to do this.
        We implemented a version on CyberCandy's website:
        e.g.
        http://www.cybercandy.co.uk/store/Av...502002022.html

        It implements the Facebook Sharer.php code, which is supposed to be deprecated by FB in preference for the LIKE code, however it works for what is required in this case.
        Fergus Weir - teclan ltd
        Ecommerce Digital Marketing

        SellerDeck Responsive Web Design

        SellerDeck Hosting
        SellerDeck Digital Marketing

        Comment


          #5
          I use Add This buttons which seem to work well. Code is:

          <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e">
          <span style="float: right">
          <!-- AddThis Button BEGIN -->
          <div class="addthis_toolbox addthis_default_style ">
          <a class="addthis_button_preferred_1"></a>
          <a class="addthis_button_preferred_2"></a>
          <a class="addthis_button_preferred_3"></a>
          <a class="addthis_button_preferred_4"></a>
          <a class="addthis_button_compact"></a>
          <a class="addthis_counter addthis_bubble_style"></a>
          </div>
          <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e7b670f4da25842"></script>
          <!-- AddThis Button END -->
          </span>
          </actinic:block>

          Comment

          Working...
          X