Topic-icon JFB sharing option

6 years 10 months ago #61834 by [email protected]
Hello,

As JFBConnect component provide social sharing option, but it is sharing only specific data. So my question is, How i can share particular image with data with custom component sharing ? Will it be possible to share custom data (having image) with JFB component ? Please provide me answer as soon as possible.

Thankyou
The topic has been locked.
Support Specialist
6 years 10 months ago #61835 by alzander
Replied by alzander on topic JFB sharing option
JFBConnect implements Open Graph tags which are hidden HTML tags that can be inserted onto the page to let Facebook and other social networks what content you want to share. By default, JFBConnect will set the title and description on the page to whatever the meta title and description are.

To set the image, we recommend using the Open Graph plugins included with JFBConnect for any extensions you have enabled, like Open Graph - Content (for Joomla Content), K2, EasyBlog and some others.

Additionally, on any page or your site (even in extensions we don't have Open Graph plugins for) you can use our Easy-Tags to set an image or custom title or description for the page, like:
{SCOpenGraph title=Great title for the page}
{SCOpenGraph description=Here's a description for the page}
{SCOpenGraph image=http://site.com/image.jpg}
I hope that helps get you started, but if you need anything else, please let us know.

Thanks,
Alex
The topic has been locked.
6 years 10 months ago #61842 by [email protected]
Hello Alex,

As you have suggested the OpenGraph code for custom sharing, I have implement it in my code, but it response nothing. So is there is any setting to unable or disable OpenGraph functionality. Please let me know how to use this code :

Code:

{SCOpenGraph title=Great title for the page}
{SCOpenGraph description=Here's a description for the page}
{SCOpenGraph image=http://site.com/image.jpg}

into my code. It will be very helpful to me.

Many thanks
Chris
The topic has been locked.
Support Specialist
6 years 10 months ago #61846 by mel
Replied by mel on topic JFB sharing option
If the JFBCSystem plugin is enabled, those tags should be inserted into the corresponding meta tags by JFBConnect. Are they still in the source or are they missing? Could you let me know a specific URL where you've added the tags to your content? There's currently not an easy way to turn off all Open Graph tags on the page (there will be in a coming release though) - it is on by default.

-Melissa
The topic has been locked.