July 6th, 2011 |

Display feedburner subscriber count in text in your wordpress blog

I believe you’ve seen websites and blogs that uses the text-based Feedburner subscriber count instead of the chicklet. I hope you are not getting the idea the these guys update their feed count manually. Instead, it can be done easily with scripts, and the reason why you want to do is – it gives you total flexibility in terms of design, styling and display.


Step 1

Copy paste the following code into your template, replace feedburner-id with your Feedbuner username. This script will grab you the feed count in numbers.

//get cool feedburner count
$whaturl="http://api.feedburner.com/awareness/1.0/GetFeedData?uri=feedburner-id";

//Initialize the Curl session
$ch = curl_init();

//Set curl to return the data instead of printing it to the browser.
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

//Set the URL
curl_setopt($ch, CURLOPT_URL, $whaturl);

//Execute the fetch
$data = curl_exec($ch);

//Close the connection
curl_close($ch);
$xml = new SimpleXMLElement($data);
$fb = $xml->feed->entry['circulation'];
//end get cool feedburner count

Step 2

Paste this anywhere you want and it’ll display a Feedburner subscriber count in text.

echo $fb;

To style it nicely with your website or blog’s theme, add <p> or <div> and tweak the CSS accordingly

July 6th, 2011 |

Create a “send this to twitter” button

Some times ago, I shown you how to display your last twitter entry on your WordPress blog. Today, let’s create a button to allow your visitors to send the current post they’re reading to twitter. It is not that hard so simple code can do that. so here is the code.

Share on Twitter


This way Your readers are now able to send your post url to twitter! Hope it will bring you some traffic and new readers!

February 18th, 2011 |

Get the ultimate HD Multimedia Powerhouse.

Get the ultimate HD Multimedia Powerhouse. It is ultra-slim 40-inch LED HDTV with full HD 1080p resolution for the sharpest picture possible. LED technology uses 40 percent less energy than conventional LCD TVs. Participate in a brief survey for your chance at one of the sleekest TVs on the market!!

 

For simply completing a brief survey, you could be on your way to a free Samsung 40” HDTV!
Participate now before this offer runs out.

 

What are you waiting for?

July 5th, 2010 |

one more website design is done for USA based client

We have completed one more website for USA based client. His name is Dinesh Kampani. This was the second project we’ve completed for this client and they are an absolute pleasure to work with.

This website is for life insurance, health insurance and related products.


Please visit his website at http://www.insuranceinminutes.com .


If you need a new website, or need a current site revamped, contact us for a free no-obligation consultation and quote by email at surat.digitalstyle@gmail.com or complete the short form now.


March 18th, 2010 |

How to get unique wordpress theme of yours?

The problem with free and lately even premium Wordpress themes is that you will certainly not be the only one using them. You can forget about the whole concept of unique web design. What stimulates your web design censors probably attracts many others as well. But there are still ways to obtain a cool theme with guaranteed uniqueness. To remind you, here are the optional three.