facebook-sharer

Facebook share link without JavaScript

五迷三道 提交于 2019-11-28 02:39:54
The following link is for sharing a page on Twitter: http://twitter.com/share Is there a similar option for Facebook that doesn't require JavaScript? I know about http://facebook.com/sharer.php , but that requires a get parameter to be inserted manually (which I'm not going to do), or with JavaScript (which doesn't fit my situation). Medeni Baykal You could use <a href="https://www.facebook.com/sharer/sharer.php?u=#url" target="_blank">Share</a> Currently there is no sharing option without passing current url as a parameter. You can use an indirect way to achieve this. Create a server side

Addthis default facebook image

旧城冷巷雨未停 提交于 2019-11-28 02:20:03
I have a problem when i'm trying to share mi content page with Addthis. When i try to share the page, the sharing popup doesn't get the image of the article, the share is getting all the images in the article. i have in the headers: But even with that doesn't work, someone can help me with this? You need to have og:image tag specified like this: <meta property="og:title" content="AddThis Smart Layers: Personalizing the Web" /> <meta property="og:image" content="http://farm6.staticflickr.com/5486/9262576856_3e294841e2_o.png" /> <meta property="og:description" content="Introducing the next

Facebook Share button: is it officially dead?

你说的曾经没有我的故事 提交于 2019-11-27 18:32:41
Since July 17 the old share button stopped working on all the websites I manage. I've read reports by other users that are facing similar issues, but I was not able to find anything official. Do you know if there is any official source available for this? Lix Some time has past since this first was asked but some new information from the Facebook documentation has given us the possibility to see some official "proof" that the sharer.php method of sharing links still works, is still supported and is alive and kicking. The reference is this page of the documentation and a few examples are also

Want custom title / image / description in facebook share link from a flash app [duplicate]

故事扮演 提交于 2019-11-27 17:14:49
Possible Duplicate: How does Facebook Sharer select Images? I am making a flash app that demonstrates potensial traffic injuries when driving at different speeds. I want the user to be able to share this information on facebook. However this demands that i can customize the text that will appear on facebook in some manner. I am making an url that is opened in a blank window (from the flash app itself). I specify the u and t parameters, putting the generated message as the t parameter. But this seems to always be overridden by the pages title. If i omit the title tag from the html code, the

Facebook Share doesn't show my description or my thumbnail

可紊 提交于 2019-11-27 16:57:14
I have followed every single piece of advice I have found to try to get this to work but all of it has been to no avail. Can someone tell me why my description/thumbnail doesn't show up? Thanks. Below is my code and the link to the site: Meta Tags: <meta name="title" content="La Vita è Bella, because life is beautiful" /> <meta name="description" content="Drawing on Italy’s most famous export – great-tasting, healthy, colourful food – La Vita é Bella brings families together to experience mealtimes the Italian way." /> <link rel="image_src" href="http://www.lavitaebella.co.uk/images

Facebook sharer.php, how to have multiple og:image tags? [duplicate]

和自甴很熟 提交于 2019-11-27 12:15:13
问题 Possible Duplicate: How does Facebook Sharer select Images? We are using Facebook's sharer.php service to share pages on our site. Right now this works great, but we are now having difficult trying to find out how to offer users more than one thumbnail to pick from (the sharer.php page offers a UI for multiple images, so it must be possible somehow). We have this meta tag currently: <meta property="og:image" content="http://www.mysite.com/myimage.jpg" /> We couldn't find anything suggesting

How to pass a parameter like title, summary and image in a Facebook sharer URL

流过昼夜 提交于 2019-11-27 11:15:10
问题 Question: I need to pass my content like title, summary and image in a Facebook sharer URL like this: <a id="button" href="http://www.facebook.com/sharer.php? s=100 &p[url]=http://myurl.com/overview/sap-talent &p[images][0]=http://myurl/images/my_image.png &p[title]=mytitle &p[summary]=containsummary"> The problem is it's automatically getting some content from the above mentioned URL (http://myurl.com/overview/sap-talent), and I don't know where my title and summary data are gone. Is there

single page application with angularjs and facebook share button

爷,独闯天下 提交于 2019-11-27 09:38:18
问题 I follow this post to deploy facebook share botton in my app http://www.hyperarts.com/blog/tutorial-how-to-add-facebook-share-button-to-your-web-site-pages/ The first problem is I can not pass post.id , post.caption to facebook script. The second one is the link to every post on facebook wall link: ' link to every {{post.id}}' . If people click on a link shared on their wall, it should jum (AUTO SCROLL) to specific post on my site, this is single page so all post have the same link Thanks so

Facebook share url thumbnail problem [duplicate]

人走茶凉 提交于 2019-11-27 07:29:00
Possible Duplicate: How does Facebook Sharer select Images? Want to have share thumbnail when user shares site url using share button on site which uses http://www.facebook.com/sharer.php to achieve that. Site dose not have img tags, all images are defined in css. I added meta tags for image: <meta property="og:image" content="/images/branding/branding-logo.png"/> and <link rel="image_src" href="/images/branding/branding-logo.png"/> but it's not working :( Use the full list of Open Graph Meta Tags : og:title - The title of the entity. og:type - The type of entity. You must select a type from

Branching the Android Share Intent extras depending on which method they choose to share

笑着哭i 提交于 2019-11-27 02:12:36
问题 Simply want to share a dynamic text string + the URL to the app. The native Android share intent is setup correctly, and works perfect with Twitter, Gmail, etc. But, as many will guess, it does not work with Facebook. Appearantly because Facebook will not accept text in the intent.EXTRA_TEXT field, only a single URL. Well, my question to y'all is: is there a way to branch off the share intent extras depending on which method they choose to share? for example, if they share via gmail or