My Fast Blog

Fast money from fast blogging


WP Random Feeds v.0.1

Sometime you need to deploy feeds of you blog to another web-application or website, and some time is very useful to have this feed in a random order. With this plugin is simple to randomize your feeds. Soon I hope to have more options about what feeds you and order by date and what feeds [...]

Pro Twitter v.1.2

We improve our plugin functionality and pun more attractive design intro twitter counter module. Also we change the mode of shorten url, now we use v3 api of bit.ly. Soon we will add another modules to Pro Twitter. If you have some suggestions please write it in comments arrea. Also feel free to contact us [...]

ProTwitter Plugin

Finally we are launching today first version of ProTwitter plugin. This version is a a beta version, and have implemented only few of the options. Fast Twetter Counter became a part of this plugin and is no longer supported. Firs feature who will be added to plugin will be tweet this option who right now [...]

Finally we have a new version of WPMU Fast Verification plugin. The new features add fast verification for Bing Webmaster Center & Alexa Siteowners. So now you have one plugin for verify meta key for Google Webmaster Tools, Yahoo! SiteExplorer, Bing Webmaster Center & Alexa Siteowners You can download from here.

This plugin will allow you to do fast verification for your WordPress MU websites with Google Webmaster Tools and Yahoo! SiteExplorer. Is an easy and faster tool. Easy to install. Easy to use. 1. Download the plugin, extract in a folder 2. Upload fastverification.php to your wmpu plugins folder on your server, /wp-content/mu-plugins 3. Upload [...]

Fast Twitter Counter

Finally, I finish my work on this plugin. Is a very useful plugin for displaying yours twitter followers in wordpress sidebar. For download first version: FastTwitterCounter I hope the new version will work as a widget too and will have more display options in admin. Please send me any sugestions to make this plugin better [...]

To display last N updated blogs in WordPress MU main page, just add code below to the sidebar.php of your theme: <?php $blogs = get_last_updated(); $blog_limit=10; if( is_array( $blogs ) ) { ?> <ul> <?php foreach( $blogs as $details ) { $blog_limit = $blog_limit-1; if ($blog_limit < 0 ) continue; ?><li><div class=”blogslinks”><a target=”_BLANK” href=”http://<?php echo [...]