How to share an url on Facebook using more than one external image as thumbnails
NickName:Andrea Ask DateTime:2011-08-24T22:04:38

How to share an url on Facebook using more than one external image as thumbnails

I achieved Facebook sharing with a single external image using this syntax:

<a href="http://www.facebook.com/sharer.php?s=100&amp;p[title]=test&amp;p[url]=http://www.example.com&amp;p[images][0]=http://www.example.com/image1.png&amp;p[summary]=Description">

is it possible to use more than one image? I tried with this syntax

...p[images][0]=http://www.example.com/image1.png&amp;p[images][1]=http://www.example.com/image2.jpg...

but it did not work.

Copyright Notice:Content Author:「Andrea」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/7176767/how-to-share-an-url-on-facebook-using-more-than-one-external-image-as-thumbnails

More about “How to share an url on Facebook using more than one external image as thumbnails” related questions

How to share an url on Facebook using more than one external image as thumbnails

I achieved Facebook sharing with a single external image using this syntax: &lt;a href="http://www.facebook.com/sharer.php?s=100&amp;amp;p[title]=test&amp;amp;p[url]=http://www.example.com&amp;amp;p[

Show Detail

Facebook share link with more than one image

I've came across this share https://www.facebook.com/lensculture/posts/10153590621527368 from LensCulture: and I was wondering how they managed to achieve a share like that, with multiple images/

Show Detail

Facebook Share - Logo images not showing up as thumbnails

I know this has been asked many times, yet I have not found an answer that seems to work. I am currently sharing a page with one or more images on it on Facebook. The link is shortened using bit.ly...

Show Detail

facebook share button showing wrong thumbnails

I'm using the Facebook Share Button widget, which in general is working fine. It's showing the image declared in the "og:image" meta tag , but additionally it's showing other images that are in th...

Show Detail

Android Intent Share using external image url

I couldn't help noticing that all examples of sharing images with Intent use locally stored files. Whenever I try to use a external url, facebook, twitter etc. gives me a toast saying "One or more...

Show Detail

How to show particular image as thumbnail while implementing share on Facebook?

I am trying to implement share this method. I am using the code as follows http://www.facebook.com/share.php?u=my_website_url Now when Facebook is showing it showing some thumbnails at left side....

Show Detail

Limiting the number of thumbnails on facebook share

So I want users to be able to share this link on facebook but I want only a specific picture to be the thumbnail for this sharing picture and no other images that appear on my web site I read the

Show Detail

Problems displaying facebook share image using image parameter of share url

I am using the facebook share url but having trouble displaying the image parameter of the url, can anyone advise where I may be going wrong with this? HTML &lt;a title="Share this on Facebook" ...

Show Detail

"Share to facebook" button issue in displaying thumbnails

I have added a "share to Facebook" button in all my website's articles. Clicking this button would normally open a new window showing the Facebook post's preview: the post's title, the post's

Show Detail

Share URL on Facebook from different domain than App

I'm trying to allow my client's website to share a URL on Facebook that differs from the website's. For example: http://www.example.com has a share link on it for http://www.instagram.com Whenever...

Show Detail