adding/embedding youtube videos in asp.net page - asp.net

I want to add youtube videos thumbnails to my asp.net website like the videos section in http://jtsplatmaster.com/. On this website, If you click the right thumbnails, video will start playing in the main section without page refresh. Which control so I need to use. I know that object tag can be used to embed youtube videos in asp.net page.
Please suggest.

I found this API http://youtube.codeplex.com/. May be helpful for someone in future.
Regards,
Asif Hameed

Related

LinkedIn share button uses wrong image

I developed a custom plugin for wordpress. In my plugin I´m using a linkedIn share button but when I try to share the article, linkedIn uses the wrong image. What have I done wrong? I tryed several solutions. og:image etc. are set correctly but I don´t know why it is not working.
Here is a link to the page:
https://www.vdtev.de/artikel?/event/vdt-treasury-online-mentoring/790
Thank you in advance.
The cache may be out of date for the link you are trying to share. Use the Post Inspector to test sharing the link and to cache the latest changes.

is it possible to replace Youtube's Iframe Video Ads

is it possible to replace Youtube's embedded Video's Ads with my own video ads.
maybe using a video player to do that but how can i do?
for example. someone is embedding youtube videos somewhere else. he wants to show some video ads on those videos. how can he do that?
I doubt it is impossible. It is, however, illegal to do so. When using the YouTube Data API or the JS API you agree to their terms of service, which explicitly state that you may not alter or remove in-player ads of embedded videos (section II, paragraph 7).
Is it possible to replace Youtube's embedded Video's ads with my own video ads?
If you own the video the answer is YES, but if it's own by someone, the answer is NO. Only the owner/author of the video have rights to the ads of these video.
For more information, you can check this related SO question. It might give you an idea about your problem.
Also from the YouTube Help, it is stated here that:
You will automatically be opted into showing ads on embedded videos if
you've associated your YouTube and AdSense accounts and have enabled
your videos for embedding. Note that embedded videos will honor the
same ad enablement settings as videos on youtube.com.
If you don't want to show ads on your embedded videos, there is no way
to directly disable ads on just embedded videos, however, you may
disable your videos for embedding altogether.

Image preview for web sharing in Line chat

I make a website and I try to share it via Line chat. It seems that Line chat has a feature to display web preview like Facebook does. My question is, how to control which image and description that will be shown in Line chat? I know for Facebook but I never know in Line. I have tried googling around but I don't know the keyword for it. The google result is not what I expected.
Thank you for your help.
I think what you are searching is using HTML Meta Tags on sites. Social Media such as facebook, twitter, etc. usually reads index.html's <meta> tags to provide a preview about the sites. You may learn more about meta tags here.

How to set an image search text box in ASP .Net

I am developing a sample web page to train myself in ASP .Net. The webpage i'm developing is similar to google page. I need the Google Image search page in my web site.
Can anyone please guide me about how
to do that. I am developing the site
in ASP .Net (C#). I need a search text
box with a search button. When i click
the search button i need to fetch the
image contents from google image
search and display it in my site. How
to do that? Please assist me
Thanks in Advance
you can find here all google api's
http://code.google.com/more/
and that is google image search api
http://code.google.com/apis/imagesearch/

Image tagging like facebook in asp.net

I am using asp.net and C#.
I have a image control, I want that people can tag that image[similar to facebook]. As I want to save the tag cordinated into the datbase, so that the admin can see the tags made by the user on the image. Please let me know how can I achieve this in asp.net with JQuery.
Thanks in advance.
Yes. Its possible to create facebook like tagging in asp.net
See the examples here
and here

Resources