Pergunta

I have pages on my site of some famous personalities, I want to embed short description of them from wikipedia (similar to what google shows on the side when you search for subject that exists on wikipedia), and have the possibility to style the text too, is there a ways to do that dynamically?

google example

Foi útil?

Solução

You can actually use the Freebase API (in particular, the Topic API) to do something like this. Basically, you want to fetch the /common/topic/description attribute, like this:

https://www.googleapis.com/freebase/v1/topic/m/02mjmr?filter=/common/topic/description

(You can also use Freebase to get most of the other attributes that display in the Knowledge Graph).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top