DealDotCom WordPress Plugin – Beta 0.3

Posted on September 19th, 2007

So we receive a lot of feedback and found a few glitches that have been fixed today. We have pushed out a version 0.3 which has both a graphical (made by Rainer) and a text version for you to choose from (see pictures below).

DealDotCom WordPress Plugin

This version also includes a width feature you can edit on the text version.

This script is still in Beta so use at your own risk. We will wait a few more days to see if any other bugs crop up. If you find anything wrong or any suggestion feel free to post them.

UPDATE - Okay I found a few other issues and they have been cleaned up. Version 0.4 is now up and ready for testing.

UPDATE – I pushed out a small update on Version 0.5. We have caching and a vertical display in version 0.6 coming soon.

Posted in DealDotCom | | | Digg This | del.icio.us | Technorati


Related Topics:
DealDotCom WordPress Plugin – Beta
DealDotCom WordPress Plugin – Beta 0.9
DealDotCom WordPress Plugin – Beta 0.6
Small Business Brief WordPress Plugin – Beta
Marketing 101: Pre-Marketing Your Product

RSS feed

23 Comments

Gravatar
Comment by blogadmin
2007-09-19 17:18:13

If you get an error that says this…

URL file-access is disabled in the server configuration

Ask your host to set allow_url_fopen to On in their php.ini.

 
Gravatar
Comment by Chris Jacobson Subscribed to comments via email
2007-09-19 18:43:41

Should the rounded corner images included in the download play a roll in the display at all?

Gravatar
Comment by blogadmin
2007-09-19 23:02:18

No it was something we were playing with but caused to many issues. The extra files were removed in version 0.4.

 
 
Gravatar
2007-09-20 00:43:28

You should code a work-around that uses cURL if allow_url_fopen is off. Many hosts will not change the setting for allow_url_fopen for security reasons.

 
Gravatar
2007-09-20 00:47:12

You can use something like:

function getUrl($url) {
if (function_exists(‘curl_init’)) {
$ch = curl_init($url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_HEADER, 0);
$text = curl_exec($ch);
curl_close($ch);
} else {
$text = @file_get_contents($url) or die();
}
return $text;
}

 
Gravatar
2007-09-21 10:10:58

[...] DealDotCom plugin will help you earn more from this new – and promising affiliate [...]

 
Gravatar
2007-09-21 17:25:47

[...] já disponível um plugin para Wordpress que mostra um banner do produto à venda no dealdotcom em cada dia. Existe uma versão com uma [...]

 
Gravatar
Comment by Scoot Subscribed to comments via email
2007-09-21 19:53:20

I am having an issue with it not showing up after I past the little tag in my sidebar. It also seems to take away my footer and google ads just above the footer, when it’s pasted in the sidebar.

Gravatar
Comment by blogadmin
2007-09-21 22:04:55

Did you enable the plugin in your WordPress admin?

Gravatar
Comment by Scoot Subscribed to comments via email
2007-09-22 13:30:22

Yes I have. I put the php tag in a new php widget on the sidebar. But I still am not getting anything. I’m kinda new to WP so I may be screwing something up still.

Gravatar
Comment by Matt Subscribed to comments via email
2007-09-22 13:38:18

If your theme is Widget-friendly, download version 0.6, soon to be released, (overwrite all files, deactivate plugin and then activate it again) and activate the plugin called “Sidebar Widget: DealDotCom Widget” and then you’ll be able to see the widget on the Widgets page.

Or, use this code in your Theme:

<?php
if ( function_exists( 'dealdotcom' ) ) {
dealdotcom();
}
?>

(Comments wont nest below this level)
Gravatar
Comment by Scoot Subscribed to comments via email
2007-09-22 14:26:08

Okay, so instead of the other shorter tag, use this longer one right? When does 0.6 come out?

Thanx matt

 
Gravatar
Comment by Matt Subscribed to comments via email
2007-09-22 14:32:47

Yes, use the longer code. It’s better because if you disable the plugin, and forget to remove the code, your theme won’t get messed up.

0.6 should be released soon. I’d guess today, but it’s all up to BlueFur.

 
Gravatar
Comment by Scoot Subscribed to comments via email
2007-09-22 16:06:15

Thank you matt,
You are the man!

 
 
 
 
 
Gravatar
Comment by Matt Subscribed to comments via email
2007-09-22 12:47:28

Some more new features in 0.6 (soon to be released):

- Widget: Activate “Sidebar Widget: DealDotCOm Widget” on your plugins page and then there will be a Widget available for you to use on the Widget page.

- XHTML: The plugin now outputs valid XHTML 1.0 Transitional code.

Just a couple of notes:

When upgrading to 0.5, you need to deactivate the Plugin, and then activate it again on the plugins page.

You should use the following code to add the widget to your sidebar (if not using the included sidebar Widget):

<?php
if ( function_exists( 'dealdotcom' ) ) {
dealdotcom();
}
?>

Gravatar
Comment by Matt Subscribed to comments via email
2007-09-22 13:45:00

That should say:

“When upgrading to 0.6 (coming soon), you’ll need to deactivate the Plugin, and then activate it again on the plugins page.”

 
 
Gravatar
Comment by Odeh Subscribed to comments via email
2007-09-22 13:19:30

Great!
How can I add this plugin to html website?

Gravatar
Comment by blogadmin
2007-09-22 13:22:58

This plugin was only built for WordPress. I am guessing that DealDotCom will come out for an html only widget soon.

 
 
Gravatar
Comment by Thinkreferrals Subscribed to comments via email
2007-09-22 23:04:22

Graphic 468 X 60 banner has been added. 0.6 is in final test right now.

 
 
Gravatar
Comment by blogadmin
2007-09-24 20:55:29

I have pushed out an update for 0.7 to fix the cron and the border on images…

http://www.bluefur.com/dealdotcom/dealdotcom.zip

 
Gravatar
Comment by Scoot Subscribed to comments via email
2007-09-25 12:22:05

Thanks guys and gals, I know you are working hard on this.

 
Gravatar
Comment by blogadmin
2007-09-25 23:56:23

I have pushed out an update for 0.9 with some fixes and new features…

http://blog.bluefur.com/2007/09/25/dealdotcom-wordpress-plugin-beta-09/

 

Sorry, the comment form is closed at this time.

© 2007 BlueFur Hosting | Privacy Policy
Theme by Unique Blog Designs