Is there any way to load all the images in an album in Facebook? As soon as a person views the first image, the rest of the images should be automatically loaded in background. How to do it? Javascript? or any other language?
yes there is, its a greasemonkey (javascript) add-on called Facebook Fixer. firstly download greasemonkey then the facebook fixer, then you have to enable it on the page you have the album on.
Reload the page, you should be able to see that there are new links at the top now, click "show big pictures" and there you have it.
Related
Is it possible to place an picture in the FB timeline and when click on it, a popup window with an iframe or lighbox appears?
I want place an interactive video in the Timeline. Visitors must click on the picture without leaving the Facebook page.
No, you can't inject popups/Lightboxes into the Facebook Newsfeed.
You can try use swf, and their character of custom video players, to get some interactivity. But in general, people don't really enjoy that experience.
I don't see the answer I'm looking for, so hopefully someone can help.
I have a PHP script, which displays data from an SQL database. The dynamic elements are pulled in, essentially showing details of a job listing. On this page, I have a Facebook share URL.
Example:
<a title="Post on Facebook"
href="http://www.facebook.com/share.php?u=http://www.mywebsite.com/joblisting/details.php?job_id=1345488636.3750">
POST ON FACEBOOK
</a>
When the user clicks that link, they get the Facebook page to post this to their Facebook page. The page they are on pre-populates with my page title, page description, etc.
And if I have an image on my page, that becomes the default thumbnail image for the FB post. I also set a defualt Facebook image in my metatag, and that works too. I also added up to 10 other images on my page, so that the user could choose from 1 of 10 images as the default thumbnail. But...
I wanted to be able to let the user choose a thumbnail image from their desktop. Is this possible?
The image that's used in the Share dialog needs to exist somewhere on the web before the dialog is invoked, so you'd need to allow the user to upload it somewhere before popping the dialog in order to do what you're suggesting.
i'm making a web portfolio and i wanna add a button to share a photo on user wall, so when X user click "Share image" it should share the image selected.
I get it using Dialogs, but the image is publish in a very small size and if other wants to see it in full size they've to enter my website.
Don't you know how to make a script so when the user click "Share Image" it works at least similar as when you share a photo inside facebook (like when you share one of your images or something like that) ?
PS: Sorry for my english, i'm not english native and i know i don't speak it very well.
Thanks.
You cannot use Dialogs to upload photos to the user's profile. For this, you will have to use the PHP (or similar SDK) and POST data to the API. This blog post will help.
I am currently working on a rebranding with my company, and I am having some issues with the thumbnails which are appearing next to the facebook posts when someone shares our website. The issue is that our old logo is still appearing in the thumbnail image, and not our new one - not ideal. Is there an easy way of updating the choice of these thumbnails to give the choice of our new logo?
Make sure you have the correct OpenGraph og:tags in your HTML markup and use the Facebook Debugger to scrape your URL and refresh Facebook's caching of your URL; it will show you what metadata Facebook can see for your URL.
I have a couple of embedded YouTube videos which I have added Like buttons for. The titles were wrong the first time I tested the Like functionality.
Although the video titles have now been changed, the old titles are still showing up in a user's news feed when they click Like.
Is there a way to get Facebook to get the new titles of the page, or are the titles now cached forever?
You can use Facebook URL Debugger to refresh the data. This tool is ment for debugging open graph tags on webpages. It has nice side effect of updating Facebook cache of the debugged URL. Originally this tool was named Facebook URL Linter.