Implement The Facebook "Like" Button For Website?
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
Similar Messages:
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
Feb 25, 2016
I want to comments and this comments users will like but with in update panel. I have problem click buton like number rising in database. But in page don't rise. Update Panel below.
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:LinkButton ID="lnkbegen" data-toggle="tooltip" data-placement="bottom" title="Beğendim" runat="server" OnClick="lnkbegen_Click">
<i class="fa fa-futbol-o"></i>
[Code] .....
View 1 Replies
Dec 16, 2010
how to get the facebook login service?Is it free or any payment mode.I would like use this in my site.
View 3 Replies
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
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
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
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
Aug 25, 2010
how i can implement thumbnail like facebook?
chose a part of image and show it in profile?
View 3 Replies
Jun 9, 2010
I'm just wondering what's the best way to implement a threaded conversation like the Facebook Wall where the comments are displayed under each post, and older comments are collapsed and expandable. My instinct is to use a nested datalist, but I think that might take a toll on performance.
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
Mar 7, 2010
I want to implement the famous Invite Friends button at my application. Because it's an iFrame I can use FB.Connect methods or XFBML. Can anyone suggest a way to do it in either of these techniques?
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
Apr 21, 2010
I have an asp.net app that allows users to create personal pages which can be publicly accessed thru a "directory" page. The content of the pages is stored in sql server, so a given user's page is dynamically created thru the code that executes when the relevant link on the directory page is clicked.
I would like to take this a step further by allowing access to a given user's page directly thru the browser's address bar, something like www.thegreatestsite.com/jim (pretty much like You Tube, Facebook, etc.).
I could achieve this by manually creating a folder under the root, called "jim" and putting a default.aspx page in it which would have code in it's load event that would dynamically create jim's page.
However, I would like this "additional feature" to be created automatically, as part of the sign up process of the user.
View 2 Replies
Aug 7, 2012
I want to use website search in my website. which one will be the best?
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