Page 30 of 35 FirstFirst ... 202829303132 ... LastLast
Results 291 to 300 of 347
  1. #291
    Join Date
    Sep 2008
    Location
    North Highlands, California 95660
    Posts
    286
    Plugin Contributions
    1

    Default Re: Facebook Like Button

    you need to strip the html from the description tag try this fix.

    Change
    Code:
    <?php echo stripslashes($products_description); ?></div>
    to this:
    Code:
    <?php echo stripslashes(strip_tags($products_description)); ?>
    http://www.sidewalkstyles.com Comfort Footwear, Accessories and More.
    creinold SBA with Dynamic Drop Downs latest Alpha release: http://www.sidewalkstyles.com/creino...art_V1.5.0.zip

  2. #292
    Join Date
    Jan 2012
    Location
    New Jersey
    Posts
    74
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Has this been released yet, or is it still in beta?

    Email: [email protected]

  3. #293
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,371
    Plugin Contributions
    23

    Default Re: Facebook Like Button

    You obviously didn't read very far back. Link is in my signature below.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  4. #294
    Join Date
    Apr 2012
    Posts
    6
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Where could I get this add on?



    I like the new zen-cart forum layout.

  5. #295
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Quote Originally Posted by industrial View Post
    Where could I get this add on?



    I like the new zen-cart forum layout.
    well you can look in with the rest of the downloads (using downloads link above in navigation) or in Delia's signature as she said in her post above yours.

    But remember this is for 1.3.9h of zencart, not sure if it is ready for 1.5 yet

  6. #296
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Delia,

    I have just encountered this problem with version 1.3.9h

    where I once had only the text link without the obnoxious button...it said Share then the product link I now have a button with no space

    any ideas?

    this is my code:

    Code:
    <!-- bof Facebook Like Button -->
       
    
    
        <div id="fb-root"></div>
        <script>
          window.fbAsyncInit = function() {
            FB.init({appId: 'DarkAngel612?ref=name', status: true, cookie: true,
                     xfbml: true});
            FB.Event.subscribe('edge.create', function(href, widget) {
    // Do something, e.g. track the click on the "Like" button here
    });
          };
          (function() {
            var e = document.createElement('script');
            e.type = 'text/javascript';
            e.src = document.location.protocol +
              '//connect.facebook.net/en_US/all.js';
            e.async = true;
            document.getElementById('fb-root').appendChild(e);
          }());
        </script>
    <!-- eof Facebook Like Button -->
    is there a way to use the smaller F for facebook if it insists on having the button?

    oh I forgot I did also try to make the code like you have it only with the color background for darker backs but it only loaded the butoon and all at the top, not where I wanted it
    Last edited by DarkAngel; 4 Jun 2012 at 10:34 PM.

  7. #297
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Can anyone tell me how to remove this add-on?

  8. #298
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    zc 1.39h
    Something about the add-on is causing some problems and I could use some help, assuming t's still being supported.

    The Facebook spider has been crawling my site almost non-stop and damn near every time it shows up I see this on my Who's on Line page (in Admin).
    Session ID:
    Host: 69.171.237.14
    User Agent: facebookexternalhit/1.0 (+http://www.facebook.com/externalhit_uatext.php)
    /Soft-Tops/Smittybilt/META_TAG_IMG
    The only place that I've found it is in the following file:
    Facebook Like Button/includes/templates/your_custom_template/common/html_header.php

    In my copy it's line 34, reads as follows

    <meta property="og:image" content="<?php echo META_TAG_IMG; ?>"/>

    Anyone able to help? PLEASE!!

  9. #299
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    change yours to read like this and see if that helps:

    <meta property="og:image" content="<?php echo META_TAG_FBIMG; ?>"/>

    I have used this mod since almost the beginning and do not have the problem you do.

  10. #300
    Join Date
    Feb 2011
    Posts
    665
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Quote Originally Posted by DarkAngel View Post
    change yours to read like this and see if that helps:

    <meta property="og:image" content="<?php echo META_TAG_FBIMG; ?>"/>

    I have used this mod since almost the beginning and do not have the problem you do.
    Tried it, no difference.

 

 
Page 30 of 35 FirstFirst ... 202829303132 ... LastLast

Similar Threads

  1. Facebook like button
    By petestownrich in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Feb 2015, 07:02 PM
  2. v151 facebook like button
    By ken1 in forum General Questions
    Replies: 0
    Last Post: 14 May 2014, 07:03 PM
  3. Facebook like button
    By bocahydro in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 5 Mar 2014, 01:48 PM
  4. facebook like button and google + button in Header.
    By Horrific_ending in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Jan 2012, 04:46 PM
  5. Facebook like button
    By rdsbaker in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 25 Mar 2011, 07:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg