Best Blackhat Forum

Full Version: [REQ] Car Insurance Quote Calculator For WordPress
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello great member of this great forum.

I have a quick question, and here it is: do you know any plugin for wordpress that can calculate car insurance quotes??

I need it for one of my site about auto insurance tips.

Thanks in advance to who take car of this need :)
Put this code in the widget

Code:
<div style="max-width: 600px; margin: auto;">
        <div id="iQCarShoppingToolTearoffWidgetId">
        <noscript>
            Car Shopping Tool powered by <a href="http://www.insurancequotes.com" target="_blank">insuranceQuotes.com</a>
        </noscript>
        </div>
        <script>
        if(typeof jQuery == 'undefined')
        {
           var script = document.createElement('script');
           script.type = "text/javascript";
           script.src = "//www.insurancequotes.com/BankrateInsurance.Tearoff/tearoff/GetTearoffWidgetjQuery?nosession=true";
           document.getElementsByTagName('head')[0].appendChild(script);
          
           setTimeout(function(){
                var iQtoolscript = document.createElement('script');
                iQtoolscript.type = "text/javascript";
                iQtoolscript.src = "//www.insurancequotes.com/bankrateinsurance.carshoppingtool/carshoppingtool/GetTearoffWidget";
                document.getElementById('iQCarShoppingToolTearoffWidgetId').appendChild(iQt​oolscript);
           }, 500);
        } else{
            var iQtoolscript = document.createElement('script');
                iQtoolscript.type = "text/javascript";
                iQtoolscript.src = "//www.insurancequotes.com/bankrateinsurance.carshoppingtool/carshoppingtool/GetTearoffWidget";
                document.getElementById('iQCarShoppingToolTearoffWidgetId').appendChild(iQt​oolscript);
        }
        </script>
    </div>

RESULT:
[Image: Screenshot_3.png]
plugin
Code:
http://codecanyon.net/search?category=wordpress&term=Quote&utf8=%E2%9C%93

Themes have the functionality you looking for.

Code:
http://themeforest.net/item/insurance-wordpress-theme-for-insurance-agency/12014130
http://themeforest.net/item/peace-insurance-agency-wordpress-theme/12834489
Thank you very much guys. Unfortunately the code doesn't works in my WP widget blog :)
Reference URL's