Mam taką stronę:
<html> <head> <!-- You can use open graph tags to customize link previews. Learn more: <a href="https://developers.facebook.com/docs/sharing/webmasters" target="_blank">https://developers.facebook.com/docs/sharing/webmasters</a> --> <meta property="og:url" content="https://www.your-domain.com/your-page.html" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Your Website Title" /> <meta property="og:description" content="Your description" /> <meta property="og:image" content="https://www.your-domain.com/path/image.jpg" /> </head> <body> <!-- Load Facebook SDK for JavaScript --> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <!-- Your like button code --> <div class="fb-like" data-href="https://www.your-domain.com/your-page.html" data-layout="standard" data-action="like" data-show-faces="true"> </div> </body> </html>
Chciałbym ustawić dla "lubię to" i "udostępnij" swoje graficzki:
- http://serwer1356363.home.pl/pub/lubie-to.png
- http://serwer1356363.home.pl/pub/udostepnij.png
Wie ktoś może jak to podmienić?
