I am trying to use the Freebase Suggest plugin along with Chosen to create 开发者_StackOverflow社区a multi-tag system. Something similar to stackoverflow's tagging system but pulled from Freebase.
Any pointers or is there something out there done that performs this functionality?
Thanks!
Have you tried the Ajax version of Chosen. You should be able to configure it to use the Freebase Search API to populate the autocomplete drop-down with viable tags. The Freebase Search API supports JSONP so just make sure that you set the dataType in Chosen to "jsonp".
Please let us know if you get this working. It sounds like a pretty cool use of Freebase data.
精彩评论