Page 25 of 35 FirstFirst ... 152324252627 ... LastLast
Results 241 to 250 of 347
  1. #241
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Waiting resolve my problem .

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

    Default Re: Facebook Like Button

    Quote Originally Posted by dmagic View Post
    Waiting resolve my problem .
    not sure what is happening but to test it I went to your store and chose the ring magic trick....copied the link then went to FB

    at FB I clicked on "link" then copied the link into there and as you can see it worked right for me....maybe a problem with what you have written for your FB settings?

    is where you posted it your personal FB page? I went to one that is Kingmagic that shows your sites url and the items there show right.

  3. #243
    Join Date
    Oct 2008
    Posts
    591
    Plugin Contributions
    0

    Default Re: Facebook Like Button

    Ok , thank you for test , now i went to try with another computer !
    ..... i back . ....

    You right if you put link from my products is ok .
    but if you put the link for www. king-magic . com

    so have problem .

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

    Default Re: Facebook Like Button

    Quote Originally Posted by dmagic View Post
    Ok , thank you for test , now i went to try with another computer !
    ..... i back . ....

    You right if you put link from my products is ok .
    but if you put the link for www. king-magic . com

    so have problem .

    well I am confused --- you see the link I put at FB was from that www.king-magic.com NOT from any other place.

    I went to the store, copied the link from the location bar in Firefox then went to FB and clicked on the "link" there to insert the link then hit attach for it to show into my post there..

    Unless you mean you are only inserting the main store link....then that is why it will show that bit of info instead of the product...there is no product just the store link and you might be able to click on it to either delete it or change the name, not sure but it may be an FB issue not the store software/mods

    yes i just tried it and you can change that meta part to whatever you want by just click on it to edit it

  5. #245
    Join Date
    Mar 2011
    Posts
    20
    Plugin Contributions
    0

    Default Send button

    I have been trying to add the send button now available from facebook, anybody have any luck with that?

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

    Default Re: Send button

    Quote Originally Posted by labatts03 View Post
    I have been trying to add the send button now available from facebook, anybody have any luck with that?

    If it is not part of this module then a new thread should be started...that way folks won't get confused and think it is part of the mod.

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

    Default Re: Send button

    Quote Originally Posted by labatts03 View Post
    I have been trying to add the send button now available from facebook, anybody have any luck with that?
    The new send button can be added in just like any other parameter. DarkAngel, can you explain exactly what you did to do the color scheme change? Thanks for helping!

    The extra parameter is simply send=true.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

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

    Default Re: Send button

    Quote Originally Posted by delia View Post
    The new send button can be added in just like any other parameter. DarkAngel, can you explain exactly what you did to do the color scheme change? Thanks for helping!

    The extra parameter is simply send=true.

    since I don't like that thumb image I took it off but to get the color change all I did was add this to the code given

    <div id="likeButton"><fb:like colorscheme="dark"></fb:like></div>

  9. #249
    Join Date
    Mar 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: Send button

    Quote Originally Posted by delia View Post
    The new send button can be added in just like any other parameter. DarkAngel, can you explain exactly what you did to do the color scheme change? Thanks for helping!

    The extra parameter is simply send=true.
    Thanks, I tried to set that up in the code and no luck, I am not sure how I entered wrong, but could not figure out how to do it correctly.

    I ended up getting the code that face book provided and stuck that in the product_info page. It seems to work so far, do not know if it is right or not

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

    Default Re: Facebook Like Button

    The full code for the facebook like button is this:

    Code:
    <p><fb:like></fb:like></p>
    
        <div id="fb-root"></div>
        <script>
          window.fbAsyncInit = function() {
            FB.init({appId: 'your application id', 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 -->
    To add in any changes, change the first line to:
    Code:
    <fb:like send="true"></fb:like>
    Any changes that are listed on the like button creation page can be added this way.

    http://developers.facebook.com/docs/.../plugins/like/
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

 

 
Page 25 of 35 FirstFirst ... 152324252627 ... 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