coffeesnobdavis
Forum Replies Created
-
Forum: Plugins
In reply to: [Yelp It] Can visitors post a review to Yelp?No, Yelp’s API does not allow this.
Forum: Plugins
In reply to: [Yelp It] Get this plugin working for a business listing site; how I did it.dhanchi: https://www.yelp.com/developers
Log in there, not sure if business accounts have access to that.
The business ID is the last part of the URL of a yelp URL.
ex: https://www.yelp.com/biz/four-barrel-coffee-san-francisco
ID will be: four-barrel-coffee-san-francisco
Forum: Plugins
In reply to: [Yelp It] Only one business listedThere is no way to limit it to a category, but you can set a search term. By default the plugin only returns one result. If you set the
limit
parameter, you can set it to up to 20 or 40, I believe. I do not control the upper limit of search results, Yelp does.[location="San Francisco" term="Donuts" limit="20"]
See https://coffeesnobdavis.com/yelp-it/ for more detailed documentation.
Forum: Plugins
In reply to: [Yelp It] IE CompatibilityThanks for the feedback, I have indeed not tested this in IE. Which version are you testing with?
Forum: Plugins
In reply to: [Yelp It] [Plugin: Yelp It] Plugin displays a smiley face, breaks pageThe latest version should have fixed this.
Forum: Plugins
In reply to: [Yelp It] [Plugin: Yelp It] Plugin displays a smiley face, breaks pageHey justin, did you change anything before it stopped working?
Forum: Plugins
In reply to: [Yelp It] [Plugin: Yelp It] Bad Signature Error MessageThis plugin makes an API call to the Yelp API, if you are using a reverse proxy, those API responses may not be making it back correctly. I have no idea since I have no experience with NGINX, sorry.
Forum: Plugins
In reply to: [Yelp It] [Plugin: Yelp It] Breaks after 100 views per day? :oIf you read the instructions, it says that you must contact the Yelp API people with a link to whereever you are using this widget so they can approve your key for up to 10k calls per day.
Congratulations I guess.
Forum: Plugins
In reply to: [Yelp It] [Plugin: Yelp It] Invalid signture error messageMight be your server’s clock drift. The signature uses the current timestamp and has a 5 min wiggle, or something like that. Not sure what else to tell you since that’s a Yelp API error, either your server’s clock is off or your keys are wrong.
Also, I’ve ran into this problem: When you select your keys to copy, the “=” at the end is sometimes not selected.
Forum: Plugins
In reply to: [Yelp It] [Plugin: Yelp It] new version shows URISorry about that, I’m a terrible person ??
Forum: Plugins
In reply to: [Yelp It] [Plugin: Yelp It] Error MessageNevermind, apparently this is a common problem with the OAuth library I’m using. I checked in a fix that will hopefully work for you.
Forum: Plugins
In reply to: [Yelp It] [Plugin: Yelp It] Error MessageHi Brazuka, did you happen to install other plugins after you installed this the first time? Can you list out all the plugins you are using?
Checked in a fix, they require a sort value and I was just passing sort as blank if the user didn’t set it explicitly. version 0.3.1 … not sure when the www.remarpro.com will update it.
Looks like Yelp broke something in their update. Try using id instead of term, looks like that’s still working. I’ll post when it’s fixed.
[yelpprofile id="the-waterboy-sacramento" align="left"]
Yelp was undergoing maintenance earlier today so the API was down. Try again now, it works for me.