Web Forms :: Can Implement Thumbnail Like Facebook

Aug 25, 2010

how i can implement thumbnail like facebook?

chose a part of image and show it in profile?

View 3 Replies


Similar Messages:

Social Networking :: How To Force Facebook Like To Take A Particular Image As Thumbnail

Aug 13, 2012

I am using Facebook Like on a page in my website. On that page in left side there is banner image (in .jpg) and then 40 colors images(.jpg). My problem is that when i like facebook then in like thumbnail that banner image is showing. I want to show any color's image in thumbmail when i like facebook.

I also used <meta property="og:image" id="meta1" runat="server" content=""  /> on my .aspx page and gave the meta1.content="Path of that color image"; in .aspx.cs. But it is not working.

View 1 Replies

Web Forms :: Programmatically Implement A Facebook Style Page Access?

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

AJAX :: ModalPopupExtender With Thumbnail / Thumbnail Can Not See The Full Size Image?

May 21, 2010

I have a ModalPopupExtender control inside accordin control, users can add images, that I sotre the path in database(sql server) and the actual image in physical address inside web server,I automatically resize the image to thumbnail size in C#, when users first connect to the site,the see the thubmnail version of the image,which is much faster to download,and by clicking the thubnail, the hidden asp:pnael is shown with imzge in full size, I use javascript to unhide the panel and also change the image source to actual image,everything works fine in IE, but in Firefox and Chrome, the first time user clicks on thumbnail can not see the full size image,only after couple of time, they see the full size image? what could be the problem?

I am using asp.net ,C# what is the best way to achieve this?

View 3 Replies

Implement Threaded Conversations Like Facebook Wall?

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

How To Implement Facebook Like Button On Website For Each Photo On Page

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

How To Implement Invite Users Functionality At Facebook (iFrame/.Net)

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

AJAX :: Implement Custom Like Button Like Facebook Using UpdatePanel

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

How Can We Implement The "Connect To Facebook" Option In Website

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

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

Social Networking :: How To Access Facebook Page At Dialog Of Facebook Send Button

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

Social Networking :: Login From Facebook Using Open Auth Dialog Of Facebook

Aug 16, 2012

I need to develop a login where user can login from his facebook account. When user login first time, an auth dialog should open from facebook asking to user for access permission and than it should move to one of my page where I can retrieve user email address and first name & last name through his facebook access token. How to achieve this?

View 1 Replies

Access Facebook UserId In Facebook Canvas Before OAuth Authentification?

Sep 1, 2010

In my facebook canvas applikation, i store the access token in session. (I use ASP.NET MVC)

But i want to store the access token in a database along with the facebook user id that i can save different access tokens for different facebook users accessing my application.

So when i query the facebook user id and if it doen't return any access token, i request permissions and get the access token for that user.

How do i access the Facebook UserID for the user accessing my canvas application before doing any authentification?

View 2 Replies

Social Networking :: Get Facebook Profile ID And Username Using Facebook JavaScript SDK

May 7, 2015

i have made a gridview which contains three fields, two textboxes and one combo box. ComboBox fetchs data from table(SQL) and when a combox box triggers, data related to combo must be added in two boxes. i did this throw another button, but i want this to be trigger directly when it clicks..

View 1 Replies

How To Create Facebook Application Via Facebook Developer Toolkit

Dec 26, 2010

I'm trying to create a basic application, i created facebook application before but everything has been changed.

I looked every where to create a basic application, but now i'm getting mad because there isn't any working sample. Because of the changed links, facebook api changes, facebook wiki changes i couldn't find a working copy.

write a basic app that gets permission to write user name to screen in facebook developer toolkit asp.net. I looked computerbeacon.net, codeplex, and some other pages but i couldn't succeed.

Edit: I' m adding some screenshots and some codes, it will may be you to find my problem.

[code]....

View 1 Replies

Social Networking :: Get Facebook User Language Using Facebook API?

May 7, 2015

I would like to know how to get the Facebook user language. 

View 1 Replies

Web Forms :: Generating Thumbnail On The Fly?

Dec 22, 2010

I know that this issue has been raised on so many occasion and I am stuck with two options, one being to create a thumbnail folder whenever a picture is uploaded to the server, here I am using a folder with so many subfolder, upon saving on the server folder, I pass in the subfolder name and the file name, to retrieve the image i need the two parameters but also the resize sizes and as such this measure is almost abosulte.

the other way is to resize on the fly when the user is requesting the picture, this is where I have been stuck on and need some guidance. and here is the code

[Code]....

View 2 Replies

How To Login Directly Into Facebook Using Facebook Api Through Webservice Using C#

Sep 20, 2010

i created a mathod facebookInfo(string username,string password) ,so i received username and password but after receiving its not possible to login at server side,because ther is only one way to connect to facebook using facebook api ie.

facebookservie.ConnectToFacebook();

and its open IE browser,so there is any way to login automatically and get session,using any javascript or nay other way at server side using ASp.net in C#.

View 1 Replies

C# - Unattended Login To Facebook Using Facebook Connect?

Mar 4, 2010

if i want my facebook connect site to access user information about a facebook user, is it necessary for that user to be logged in?

View 2 Replies

Web Forms :: Get Thumbnail From Video File

Jan 7, 2010

i need to get thumbnail from video files using C#.

View 1 Replies

Web Forms :: Image Thumbnail Does Not Display

Mar 4, 2011

I have an Image control on my page that should display a thumbnail preview of the actual image. The URL property of this control is assigned through the code-behind using:

imgHolder.URL = @table.Row[0].ItemArray[0].ToString();

Before moving my files to another location, this assignment works fine (The files used to be located inside the application folder). But after moving all files to another drive in the same server, the images don't seem to render any longer. I can upload/download files fine but they just won't display as thumbnails on the page.

View 7 Replies

Web Forms :: HTML To Image Thumbnail?

Apr 16, 2010

Does anyone know a free way of doing this in asp.net?

View 4 Replies

Web Forms :: How To Generate A Thumbnail Using Webbrowser

Aug 4, 2010

How can i generate a thumbnail in asp.net using webbrowser?

We are using website thumbnails/screenshots as an asset like MarketingAssetExchange.

View 1 Replies

Web Forms :: Thumbnail Created With Samename?

Aug 2, 2010

i am uploading images in database and creating thumbnails too. but thumbnails has been storing as same name, i cant understand where is the problem, May you pls help me about this, my thumbnail creation code is

protected void Button1_Click(object sender, EventArgs e)
{
try

[code]...

View 1 Replies

Web Forms :: Click Thumbnail To Enlarge?

Oct 27, 2010

I've got a series of thumbnail images in a GridView control as well as a Template field for a larger version of the image when the thumbnail is clicked.I'd like to be able to click a thumbnail and update the larger image in the gridview with the appropriate new image.What would be the best (easiest for a newb!) way to do this?I'd like to avoid a whole page refresh and keep it to just the image.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved