Does yelp have any widgets or code that I can use to integrate yelp into my site?
I am trying to integrate yelp into a website I'm working on. I'm really hoping to find a widget created by t开发者_如何学Gohe yelp team, or another reputable source. I'd like to be able to set it up to search for restaurants in a certain location, seattle, for example.
I made a customizable yelp widget which allows you to optionally show recent positive reviews and style the widget for your specific site. Check it out: http://chrisawren.com/widgets/yelp/
Yelp has a full API, but if you're hoping for a free widget then you are out of luck as I don't know of any. But really, developing with the API is pretty simple. They have good examples as well.
Yelp API
If you see a Yelp! widget that you would like to have for your website, simply right click on the widget and select "inspect element" to see the HTML for the widget. If the HTML reference the yelp.com site then it's a FREE widget.
Just copy and paste the HTML code into any text editor and replace/substitute the name of the business and the Yelp! ID for the business with the one for the business for whom you are creating the widget.
To obtain the correct name and ID, simply go to Yelp.com, search for the business and viola ... they provide you with the name and ID.
It's definitely not rocket science.
精彩评论