Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
I am working on a small project and i have got a problem.

If i want to get some information from a web page/blog then i can use webclient method and parse the HTML page using HTMLAgilityPack in c#.net It's okay

But this time i want to get the information from Share buttons (i.e. FB share, Retweet button etc) located along with a blog post. These buttons also contains the information about how much time a post has been shared.(no. given with the button) So i want to access that information.

I know that this is coded with a JavaScript file (m i right ?) and all information is contained within that only.

But i want to access that information...

Please suggest a way out ?

Thanks
Posted

Below link will provide you idea about "Facebook Share Button" implementation.
http://developers.facebook.com/docs/share/

You may use above information to get/fetch "Facebook Share" information of your BlogPost.

You can also check my below Tip/Trick.(not an advertisement :))
Check Website’s Shared Count on Facebook and Twitter
 
Share this answer
 
Comments
Abhinav S 3-Nov-11 3:59am    
Good links. 5.
RaisKazi 3-Nov-11 4:03am    
Thank you Abhinav. :)
If you are referring to RSS feed, then you can use feeder class.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900