Questions tagged [uservoice]

Use this tag for questions about the UserVoice API.

UserVoice is a hosted software platform that provides hosted feedback, ideal collection, and support functionality for website. The UserVoice API exposes the core end-user and admin functionality of UserVoice to make it easy for you to build client applications or integrations with your own systems. It can be used with C#, Java, PHP, Python, and Ruby.

35 questions
1
vote
2 answers

How do I get the UserVoice Feedback Tab to display on a Facebook app page using FBML?

I have a Facebook application that is using FBML and I want to include the UserVoice feedback tab widget on my app's pages. I copied and pasted the JavaScript into my FBML page, but when Facebook renders the page, that JavaScript is removed, so the…
CoderDennis
  • 13,642
  • 9
  • 69
  • 105
1
vote
4 answers

UserVoice integration in an Phonegap application

I have this iOS Phonegap application and I need to integrate UserVoice. I follow this tutorial and I have reached to the point I have to make the configuration. I am really not sure where I have to put that object UserVoice are providing me…
abpetkov
  • 884
  • 5
  • 11
  • 29
0
votes
2 answers

UserVoice widget hide tab

Is there a way to hide the UserVoice tab? Inspecting the UserVoice object in firebug I see the functions hidePopupWidget() showPopupWidget() showTab() but no hideTab() I would like to programmatically control the show and hide of the tab.
fortuneRice
  • 4,214
  • 11
  • 43
  • 58
0
votes
1 answer

Using OAuth with UserVoice API

I am currently developing a Facebook App in which I wish to add Uservoice forums and suggestions I have managed to use the API to pull in the forums and suggestions that have already been created, but I am now wanting to allow the user to create /…
James
  • 39
  • 1
  • 10
0
votes
1 answer

UserVoice loads incomplete in Opera 11.60 on MacOS

In Opera 11.60 on MacOS the UserVoice layover does not load completely. When I open it however with Opera 11.60 on Win7 32 Bit it loads without any issues, like it does in any other browser I tested. Here is how it looks with Opera 11.60 on…
JochenJung
  • 7,183
  • 12
  • 64
  • 113
0
votes
1 answer

UserVoice get all tickets v2

How can I get all the tickets in UserVoice version 2 with the C# wrapper classes? I have gotten them in v1 with the API call var response = client.Get("/api/v1/tickets.json"); v1 link to the call. How is it possible to do this in v2? I have tried…
A_Arnold
  • 3,195
  • 25
  • 39
0
votes
0 answers

Uservoice classic widgets appears in production environment but doesn't appear in developpement environement

I got ruby on rails project that i just install in my localhost, this project contains some uservoice classic widgets. these widgets appear on the hosted project and whenever I try run rails s in my localhost the project started without showing…
0
votes
1 answer

How to set a background colour for uservoice widget?

This looks like an obvious feature, but somehow I cannot find how to do it: https://developer.uservoice.com/docs/widgets/options/ Could you tell me if it is possible at all to change the background of the uservoice widget to color different from the…
Anelook
  • 1,277
  • 3
  • 17
  • 28
0
votes
0 answers

How to show only the contact form on a Uservoice widget?

I'm using the Uservoice JS widget API to display only the contact form, but it always reverts to showing the 'Post an idea' (smartvote) form. Here's what I've configured: UserVoice.push(['set', { accent_color: '#000000', trigger_color: 'white', …
Luke W
  • 8,276
  • 5
  • 44
  • 36
0
votes
1 answer

Install oauth.so in heroku

We are using uservoice sdk (https://developer.uservoice.com/docs/api/php-sdk/) in our project & this one depends on oauth.so lib. Can anyone suggest how we can install oauth.so in heroku as we are trying to deploy our application there & build keep…
joy d
  • 408
  • 2
  • 13
0
votes
1 answer

Multi dex files define Lcom/google/gdata/util/common/base/Escaper

Multi dex files define Lcom/google/gdata/util/common/base/Escaper I am stuck with the above error. The error ocured after i have added a dependency to the UserVoice SDK compile 'com.uservoice:uservoice-android-sdk:+' since i added this dependency…
sn0ep
  • 3,843
  • 8
  • 39
  • 63
0
votes
2 answers

Modify Uservoice Textarea placeholder

I try to modify the form of UserVoice. Here the html code of the widget :
0
votes
1 answer

Troubles with uservoice 3-legged OAuth

I've followed a couple of different guides on this, but I can't seem to get my head around the way in which Uservoice 3-legged OAuth works. The guides I've…
duellsy
  • 8,497
  • 2
  • 36
  • 60
0
votes
1 answer

UserVoice widget close button event override

I want to be able to modify or add to the onclick of the a href tag for a UserVoice widget. This code is generated for me.
Rob
  • 1,163
  • 2
  • 18
  • 28
0
votes
1 answer

Uservoice updating an article doesn't work

I'm writing to Uservoice articles via API. I write using following code: data = { :article => { :question => question_name, :answer_html => html, :published => true } } site =…
Alagu
  • 2,864
  • 3
  • 26
  • 40