Facebook doesn't let you directly share an image from your website to Facebook. You need to share a URL from your site, which may be primarily be about a specific image. To share, you'd share the URL to that page of your site with the proper Open Graph tags set. Those Open Graph tags tell Facebook the title, description and image for the page, along with any other information you want to present in a user's Timeline when it's shared.so....I'm wondering how to implement a facebook share of an IMG on user's timeline.
This image has not url because is contained in a js variable, I can use it as it is or after php encoding in jpg....so I have two choices [ from js or php].
{SCOpenGraph title=Title of image}
{SCOpenGraph description=Description for image}
{SCOpenGraph image=http://site.com/link-to-image.jpg}{JFBCLike href=http://site.com/link-to-page-with-image}{JFBCLike href=http://site.com/<?php echo $urlLink; ?>}JFBConnect fully supports the new Graph API functions as well as the older Graph API calls for older apps that support them. Generally, you shouldn't need to make API calls directly, but if there's something I'm missing about what you're trying to do, just let me know.If you could give me some advice or code example on that i will really appreciate it, in the meantime have a look at that [www.sanwebe.com/2012/02/post-to-facebook...wall-using-php-graph]
Which is the best way to perform this? Also considering new graph api 2 !!!
I'm not sure.. can you go through the process of what you want to accomplish? That may help me come up with some suggestions. Let me know how a user would visit your site and when, how, and where the image would be posted for them:Do you think is possible to perform instead of a wall posting (that require an url) an users' album posting?
Or if you have any other insight I'm open to consider new solutions
Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
