Waiting resolve my problem .![]()
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.
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
I have been trying to add the send button now available from facebook, anybody have any luck with that?
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
The full code for the facebook like button is this:
To add in any changes, change the first line to: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 -->
Any changes that are listed on the like button creation page can be added this way.Code:<fb:like send="true"></fb:like>
http://developers.facebook.com/docs/.../plugins/like/