6
Wie füge ich einen Facebook-Share-Button auf meiner Website hinzu?
Ich habe diesen Code, der funktionieren soll, aber nicht funktioniert. Wenn dir das trotzdem hilft, wäre das großartig. <script src='http://connect.facebook.net/en_US/all.js'></script> <p><a onclick='postToFeed(); return false;'><img src="images/fb.png" /></a></p> <p id='msg'></p> <script> FB.init({appId: "338334836292077", status: true, cookie: true}); function postToFeed() { // calling the API ... var obj = { method: 'feed', redirect_uri:'https://www.facebook.com/cryswashington?fref=ts', …