How to read title and description of a news websites - url

Some website like DIGG or NGOOR allow user to input an article or website URL then it will fetch that website title and description, display and images on its page. I searched around internet and also stackoverflow but cannot find any solutions that is the same as these websites. i planned to create this function using Java and Jquery, so i wonder if someone could help to give me some hints on this?
Moreover, in discussions related to this issue, some idea discussed on if we need to load all web page to read meta data tags or just load only necessary information? what's your ideas?
I am sorry if this post is an old question but i could not find any suitable data
Thank you very much.

Related

Referral Traffic

I run a website that contains links to other partner sites. According to my partners, no traffic comes through the links on my site. As a result, I created an artificial affiliate website myself and actually it was not possible to capture the links that go to the artificial website on my website. I already searched the source code and could not find any meta information like "no-referrer". Does anyone have any idea what else it could be?
Thanks in advance for your ideas!

How can I get exact URL from the website?

I'm not really sure how to frame the question (maybe the reason why I could not find the answer, so please let me know if it's duplicated question) but I'm not able to get the exact address for a website that I want to scrape. The website address is "https://www.nysar.com/find-a-realtor/". And I want to only scrape information in Albany, NY. And when I search by the address with Albany, NY, I get new search results but the URL is still the same....
Is there any way that I can find out the detailed URL address?
Thank you in advance!
That page is dynamically loaded using javascript, so in order to see the source of your search result, you have to go into the Developer tools of your browser and look for it under Network/XHR. There's a lot of information about this, including here. It's not a simple concept so you should study up on it before attempting to scrape this type of sites.
In any event, in this particular case, the data is extracted from here.

what is the correct use of schema.org imageGallery

i tried to make use of schema.org for an image gallery but the images are not indexed by google
link is link to azie4y!
are there any examples on the web apart from the schema.org webpage ? for example the imageObject
Having a structured web site is required for the indexing process but is not the only thing needed. Here ( https://support.google.com/webmasters/answer/70897?hl=en) you can find more information about how the process works, good practices and tools like https://support.google.com/webmasters/answer/35769 to help your website being indexed.
Hope this information helps.

Web - Update app content?

I have a simple question and I could not find a good answer on every search I've made. I wanted to make an app about a company that helps poor people and children with problems. They asked me if I could do an app that would show their latest news and campaigns, and, of course, I said I would do it for free. But I'm kind of a begginer, and I don't know how I should retrieve the news from their website (or twitter) to my app. I've heard of JSON and XML, but I don't know if that would do it. I want an app that would have all the news up-to-date, can anyone please give me some advice and help me? Thanks a lot everyone.
If they have an RSS feed, you could write an app that pulls down the feed, parses it and displays each entry in a table row. You should be able to find plenty of examples on http://github.com to help you.

Is it possible to tag a user/page through Facebook open graph api?

I found this post on SO as well as some other links on the web but they all seem outdated and seem to indicate that FB has not yet exposed this through the Open Graph API and i couldnt find anything to the contrary on the web. I am trying to find a way to post an image to a users wall and be able to tag multiple users in the post title or caption?
Is there still no way to do this through the api or somehow achieve the same result?
Tagging user/page in photo caption
This is not possible through the Graph API, and as far as I know the old #[user_id:0:link_text] is currently unavailable. Sadly I'm going to say that it is not possible at the time of writing this post.
I'll update this post with relevant info if I come across any.
Tagging user/page in Photo
This is possible through the Graph API.
The documentation for how to accomplish what you are looking for is located under the headline "tags" if you follow the link below:
developers.facebook.com - Core Concepts › Graph API › Photo

Resources