Topic-icon Share link icon in Facebook

Active Subscriptions:

None
14 years 1 week ago #23107 by sbouloc
Hello,

when I share a link of my website on my facebook fan page (or any other page) I got one of my jReviews icon and the url I have shared (see screenshot).
Is it possible to tweak something and have instead a specific image to show up (like www.tahitireviews.com/images/small-icon.jpg) and also some specific text, maybe from the site description?

Thank you

File Attachment:
The topic has been locked.
Support Specialist
14 years 1 week ago #23111 by alzander
The title, image, and description for Like's, Comments, and other social functions that go into a user's wall are specified with Open Graph tags. You can set defaults for your site (to ensure your logo is used for the image, for instance) by going to the Social -> Open Graph area of JFBConnect. In the big 'defaults' box, enter:
image=http://site.com/logo.jpg
title=Site Title
description=Good general description for any content on your site.

Then, on any individual pages, you can add the following tags to override the above and use specific information for that page:
{SCOpenGraph image=http://site.com/best-image-for-page.jpg}
{SCOpenGraph title=Best Title}
{SCOpenGraph description=Best description for the page}

Once added, you can check what Facebook will see using the tool on the following page. It may take 2 or 3 days for Facebook to use the new information when you Like the content though:
developers.facebook.com/tools/debug

Good luck,
Alex
The topic has been locked.