how can i display wikipedia links on my webpage..? [modified]
-
hi...to all... I want to display a wikipedia link on my web page on perticular word(i.e. cancer).how can i do?is there any api is provided by wikipedia or any other way..?.Actually all the contents is coming from database. My content is not static.it comes from database and it can be contain many number of word which are related to medicine/pharmacy.so using <a> tag it will nt possible.how can i do..? thnxs in advance.
!- F - R - I - E - N - D - S -!
modified on Monday, July 27, 2009 4:17 AM
-
hi...to all... I want to display a wikipedia link on my web page on perticular word(i.e. cancer).how can i do?is there any api is provided by wikipedia or any other way..?.Actually all the contents is coming from database. My content is not static.it comes from database and it can be contain many number of word which are related to medicine/pharmacy.so using <a> tag it will nt possible.how can i do..? thnxs in advance.
!- F - R - I - E - N - D - S -!
modified on Monday, July 27, 2009 4:17 AM
You can use an anchor tag, if you know that the term would be in there. For example, http://en.wikipedia.org/wiki/Google[^][^] is the wiki page for google. I don't know if they offer a webservice, you'd have to look on their site.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
hi...to all... I want to display a wikipedia link on my web page on perticular word(i.e. cancer).how can i do?is there any api is provided by wikipedia or any other way..?.Actually all the contents is coming from database. My content is not static.it comes from database and it can be contain many number of word which are related to medicine/pharmacy.so using <a> tag it will nt possible.how can i do..? thnxs in advance.
!- F - R - I - E - N - D - S -!
modified on Monday, July 27, 2009 4:17 AM
adkalavadia wrote:
I want to display a wikipedia link on my web page on perticular word(i.e. cancer).
Why do you think you need API to add a link on wikipedia to your website. :confused:
http://en.wikipedia.org/wiki/Cancer
Add this in your webpage.
Abhishek Sur My Latest Articles Working with Excel using MDAC
Basics on LINQ and Lambda Expressions
Create .NET Templates -
You can use an anchor tag, if you know that the term would be in there. For example, http://en.wikipedia.org/wiki/Google[^][^] is the wiki page for google. I don't know if they offer a webservice, you'd have to look on their site.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
hi...to all... I want to display a wikipedia link on my web page on perticular word(i.e. cancer).how can i do?is there any api is provided by wikipedia or any other way..?.Actually all the contents is coming from database. My content is not static.it comes from database and it can be contain many number of word which are related to medicine/pharmacy.so using <a> tag it will nt possible.how can i do..? thnxs in advance.
!- F - R - I - E - N - D - S -!
modified on Monday, July 27, 2009 4:17 AM
-
You might want to have a look at this[^].
Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
For any word do you need a wiki link ? Are you going to bind it dynamically ? If static anchor tag is enough.
Education is not a way to escape poverty — it is a way of fighting it.
ya...i want the term which are relate to medicine.If i have such list of words on which i want such links den is it possible dynamically...?
!- F - R - I - E - N - D - S -!