DEALQUE / INTEGRATE
welcome techies
What is DealQUE.com ?
DealQUE is a social bargain hunting website, where users generate our deal content and share it with the community. Similar to currently popular social bookmaking websites, DealQUE’s users not only submit deals but depending on their popularity control the position listings of these deals.

Why integrate with DealQUE.com ?
Well simply put, it’s an easy way to attract users to your website. Integrating DealQUE’s Que It! icon will allow your users to submit and rate your deals to our website with a simple click.

Does it cost me anything ?
No! Its free, our goal is to provide our users with the best deals on the Internet.

How do I integrate with DealQUE.com ?
Simple, view which type of integration option best suites your needs and paste the simple HTML code where you would like our Que It! icon to appear, we do the rest.

What happens when users click on the Que It icon ?
When the user clicks on our icon a submit a deal page is opened in a new window there by keeping your users on your website while allowing them to submit your deal to us. If the deal is already in our system then the user will have the ability to Que it.

More Questions ?
Check out our Frequently Asked Questions here. Or email us at info[at]dealque.com for any further inquires.

Having Trouble Integrating ?
Email us @ support[at]dealque.com.
username: demo
password: demo
Integration Steps
Integration 1: Quick & Easy
Simply, copy the code listed below and pase it where you would like our Que It! icon to appear.

The URL of where the icon is placed is sent to DealQUE and our smart deal submission tools will scan your page for your deal image.

Note: If you plan to have more than one DealQUE icon per page it is advised that you use our secound method of integration.
<script src="http://services.dealque.com/integration/que_it.js" type="text/javascript"></script>
Example of usage:

<script src="http://services.dealque.com/integration/que_it.js" type="text/javascript"></script>
Integration 2: Quick, Easy & Customizable
This method is similar to the above but allows you to pre-fill our submit a deal form with the information you provide.

Optional Information:
icon_size : used to select icon size (normal by default) Options : Small, Normal.
permalink_url : used if the current URL isnt permanent.
price : price of product.
title : title of product.
description : description of product.
image_url : image URL of product , jpg, png, or gif only please.

Icon Size Examples:

Normal »


Small »

<script type="text/javascript">
/*
Optional parameters to be sent to .

icon_size => used to select icon size (normal by default) Options : Small, Normal.
permalink_url => used if the current URL isnt permanent.
price               => price of product
title                => title of product
description      => description of product
image_url       => image URL of product jpg, png, or gif only please.

*/
</script>

<script src="http://services.dealque.com/integration/que_it.js" type="text/javascript"></script>
Example of usage:

<script type="text/javascript">

      var icon_size = 'small';
      var permalink_url = 'http://www.youdomain.com/product';
      var price = '$29.95';
      var title = 'Glow in the dark fishing tackle for the fisherman who has everything';
      var description = '<strong>Glow in the dark fishing tackel</strong> is the best for catching the big fish. <br> So buy one!';
      var image_url = 'http://www.yourdomain.com/product_img.jpg';

</script>

<script src="http://services.dealque.com/integration/que_it.js" type="text/javascript"></script>
Integration 3: Quick, Easy, Customizable, & Self Hosted
This method is similar to method 2, except instead of copying and pasting the above HTML, you generate your own links to DealQUE.com.

Please note that all URLs need to be URI encoded, for further information please refere to this Wikipedia article on URI encoding.

Optional Information:
url(URI encoded) : is the url to the product.
price : price of product.
title : title of product.
description : description of product.
image_url(URI encoded) : image URL of product(Please use jpg, png, or gif)

Icon Sizes (Right Click and Save As to download):

Normal »


Small »

Simply create a link to http://services.dealque.com/integration/que_it_selfhosted.php

Optional parameters to be sent to
url : is the url to the product.
price : price of product.
title : title of product.
description : description of product.
image_url : image URL of product jpg, png, or gif only please.

To send us the variables , simply concadinate as such:

http://services.dealque.com/integration/que_it_selfhosted.php?url=http://www.youdomain.com/product10%3Fsku=104546&price=$25.95

Please note, that the first variable is sent with a ? every additional variable is sent with an &