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
0
votes
1 answer

How to pre-fill UserVoice dialog with a specific value?

I'm using UserVoice for our site and when someone clicks on some button in my page, I want to pop up a UserVoice dialog, which is already embedded in my site. I know I can do it with the UserVoice.showPopupWidget(); function. The problem is that I…
0
votes
0 answers

Weird issue with UserVoice & Web Fonts randomly not displaying

I have a site that makes use of web fonts & obviously @font-face; I recently added the UserVoice widget JavaScript call to the header of the site and I"m not 100% sure if it's what is causing the issue, but a couple times since I have added that…
Brett
  • 19,449
  • 54
  • 157
  • 290
0
votes
1 answer

UserVoice's OAuth Implementation in PHP

I am able to get the Records of the UserVoice by calling and Unauthorized Requests but now i want to create and Update things in which i need OAuth but i am unable to find the UserVoice's PHP Implementation of OAuth and Create/Update/Delete with…
Seeker
  • 1,877
  • 4
  • 32
  • 56
0
votes
1 answer

UserVoice API Call in PHP

Can anyone please give a Simple Example of UserVoice API call in PHP that retrieve something (could be anything like article etc etc) because i am unable to find any Example that is doing something like that...!!
Seeker
  • 1,877
  • 4
  • 32
  • 56
0
votes
1 answer

Sending JSON request to uservoice

I am currently using a contact us form that send the user information to uservoice. I am using a jquery code that send a json request to uservoice. Here's the code: $('#test_form').submit(function(evt) { evt.preventDefault(); var…
1 2
3