Advertisement
Guest User

Untitled

a guest
May 7th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var pollfishConfig = {
  2. api_key: "api_key_goes_here",
  3. debug: true,
  4. ready: pollfishReady
  5. };
  6.  
  7. function pollfishReady(){
  8. //Pollfish Webplugin is ready, so you can call it excplicitly using the Pollfish.showIndicator or Pollfish.showFullSurvey functions
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement