How To Add A Facebook Like Button On Website For "liking The Images"
Jan 18, 2011
I have developed a niche photo sharing website, where user submit their photographs. I want to add a "Facebook like button" just below this images so that when somebody clicks it, it get displayed on their facebook profile.
I got the FBML code for the "Like" button from the facebook developers site and I pasted it on the site. However, when I click the like button, it produces following output.
User X likes "title of the page" on "www.mywebsite.com"
The above update is purely text. However, what i want is that the facebook update should also display the image which the user has liked along with the text.
View 2 Replies
Similar Messages:
Feb 20, 2013
I want to add Facebook Like Button on my website .... so i can see number of followers with pic n like on my site ..... how can i add button ...???
View 1 Replies
Oct 3, 2013
i want to use Facebook like option in my website, which tell that how many people like the sites.
View 1 Replies
Aug 19, 2010
I have a page that have 5 to 10 photos of a person, If some user comes into this page he should see facebook "Like" button next to each photo on that page.
I have installed Javascript SDk on my site, I can use XFBML also. Just post me some sample code if you have any?
View 1 Replies
May 21, 2013
i have made a web form in whcih i want to show pop up of social networking sited if user click on that particular icon it should like that page in facebook
i have used this code
<!-- AddThis Button BEGIN --><div class="addthis_toolbox addthis_floating_style addthis_32x32_style"><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google_plusone_share"></a><a class="addthis_button_linkedin"></a></div><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=undefined"></script><!-- AddThis Button END -->
but when i run the web page on clicking on that icon it goes to facebook and share this link
View 1 Replies
May 7, 2015
How to add facebook share button on my website? I am building a website there need to share my website link ,like all website have facebook sharing the same function I want to put in my website ...
View 1 Replies
Jun 29, 2013
I am showing thumbnail images in dataList on a page of my website. When i click on any image they open in big size. How i will share(Facebook). that particular big size image. My code is given below:
<script type="text/javascript">
var CurrentPage = 1;
function GetImageIndex(obj) {
while (obj.parentNode.tagName != "TD")
obj = obj.parentNode;
var td = obj.parentNode;
[CODE]..
View 1 Replies
Aug 18, 2012
I see that only name,group,email address we can access at facebook send button. How can i send to my facebook page wall (where i am admin) by clicking facebook send button. It's by default don't show it.
View 1 Replies
May 18, 2010
I am trying to implement facebook like button on my website. The first four lines in the code is already there on my site after the end of the "" tag.
To implement the "Like button" i have added the second script (Line five to the end) and ran the application. Its giving me an error as
"Microsoft Jscript runtime error:'_onLoad' is null or not an object"
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"></script>
<script type="text/javascript">
FB.init("myapikey", "xd_receiver.htm", { "reloadIfSessionStateChanged": true });
[Code].....
View 2 Replies
Feb 16, 2010
I've been reading through the fb developer api documentation and I'm trying to find out what would be the easiest way to post information on a website to the website's own facebook page. for instance - the assumed workflow is like this:
an admin user adds new content to the company website - and once submitted that content should automatically appear as a link on the company's facebook page.
Do I use the API, facebook Connect, a facebook Share button etc. Looking for some recommendations based on my assumed workflow. Project will be coded in c# (although I'm really looking for recommendations of which tool to use from someone's experiences with the api)
View 1 Replies
Aug 17, 2012
can i show facebook send dialog at send button click. mainly i want to send some group,page on one send click. so which will be suitable way.
View 1 Replies
Sep 12, 2012
I want an Api so that i can import all pictures from my photo gallery in my website.
View 1 Replies
May 7, 2015
I am fetching all image from facebook and display in repeter like this
<asp:Repeater ID="rptFaceBookAlbums" runat="server">
<ItemTemplate>
<div class="header1"><%# Eval("Name") %></div>
[Code].....
now i wnat to save all this image in database. so tell me what would be data table column structure in sql data shold be retrive to me is album wise
View 1 Replies
Jun 7, 2010
how to use a facebook share from my website. I.e if I want this post to be on facebook, how do I incorporate it[URL]
View 2 Replies
Jan 25, 2011
Need the steps to show my facebook wall posts on my asp.net webiste/
View 3 Replies
Oct 25, 2011
I am looking for examples of how to integrate facebook into my site... I have found a lot of bits and pieces...but nothing that shows how to use Facebook Connect with Server Side code
View 4 Replies
Jul 20, 2010
i want to use localhost for developing website facebook application using the graph api.
i working in asp.net c#
in the previous api of facebook i was abe to write the
http://localhost:4300/ in the connect url at the application settings.
now it dosent work.it keeps telling me
An error occurred with application name. Please try again later.
** if i upload the website, and use the website coonect url, it is working.
View 3 Replies
Oct 29, 2012
I need to take a picture and submit it to my facebook wall automatically including text if included. Is there a way to do this from asp.net? I do not want to use any user interface - I want this to be automatic. As new pictures come on my server I want to post them right then.
I looked at the developer pages of fb but can't find anything that is more automated. What is the best and easiest way to submit the pictures?
View 2 Replies
Oct 27, 2010
how can i add chat application like facebook in my social networking site?
i need to add chat application in my project just like facebook chat
how can i create in asp.net?
View 24 Replies
Jan 7, 2011
Im testing something on a MojoPortal where i need to seperately add a Facebook connect button and make the user get registered with the website's registration! How do i do that?
View 2 Replies
Mar 16, 2010
I'm using an ASP.NET Facebook Developers Toolkit (http://www.codeplex.com/FacebookToolkit) on an external website, and I'm also the admin of a facebook fan page for the website. Users on my website (may or may not be facebook users) create content articles.
I would like to hook up these articles to the Facebook fan page, so that, when they write the article, then ones with FB accounts can sign into FB and post on the Fan page. I'm sure they would need to be a fan first.
View 1 Replies
Oct 21, 2013
Can we integrate Facebook photos in our asp.net web form?
View 1 Replies
Oct 15, 2012
How can I add floating social sharing buttons like facebook,twitter,google+,linkedin buttons in my asp.net website ?
View 1 Replies
Feb 22, 2013
How to logout from facebook once login through authentication of website
View 1 Replies
Jul 6, 2012
I am trying to login with third party Authencation to my site (c#4.0 ). have visited [URL] ....
But after authentication it will redirect me to: [URL] .... and gives error resource cannot be found.
Instead of my default page page [URL] .....
I have downloaded and added all the ddl have done all setting in web.config accordingly.
I have visited [URL] .... but unable to solve ...
View 1 Replies