=== DealSurf.com Daily Deals === Contributors: dealsurf.com Donate link: http://dealsurf.com/ Tags: daily deals, dealsurf, coupons Requires at least: 2.0.2 Tested up to: 3.0.5 Stable tag: 1.3.1 Here is a short description of the plugin. This should be no more than 150 characters. No markup here. == Description == Display the list of all daily deals in the chosen city. You must be an affiliate to use this plugin: http://affiliate.dealsurf.com. Read readme.txt to understand how to use it. == Installation == DealSurf Plugin Instructions. 1/ Requirements In order to install this plugin you need to: - Install "PHP Execution" that you can find in WordPress Plugins/search - Turn off tag balancing by unchecking "WordPress should correct invalidly nestedd XHTML automatically" in Settings>Writing of the admin section. 2/ Show the deals for a specific city Copy an paste the code below to your HTML editor (not Visual) ` "YOUR CITY CODE" ); $ds = new DealSurf("YOUR API KEY",$options); echo $ds->display_deals(); ?>`