Very short (because there’s not much to say) tutorial on how to use Give a Beer Wordpress plugin Version 1.0.6.
The plugin is actually a widget that show’s up in the widgets page
You need to go under Appearance -> Widgets to get to the widgets page. There you can drag and drop the Give a Beer widget into the sidebar where you want it to show:
Once you’ve done this it will show options for the widget… +Continue Reading
If you ever need to build a custom plugin that creates a page with a form and that form has file inputs, you will have to upload those files properly. Here’s how you do it:
Wordpress has a function for this and it’s called wp_upload_bits (for more info about the function click here).
if($_FILES["inputFileName"]["name"]!=”") {
$file = file_get_contents($_FILES["inputFileName"]["tmp_name"]);
$xupload = wp_upload_bits($_FILES["inputFileName"]["name"], null, $file);//array with path, url and error
}
The if statement checks if a file has been selected for upload.. if none is selected in that field name, wp_upload_bits will not run. If a file is ready for upload, wp_upload_bits will upload the file in your uploads dir under wp-content and it will return a array that will be passed in this case to the $xupload variable. The array contains details about the uploaded file(path and url). Array also has a error parameter in case something goes wrong.
Background Changer is a Wordpress plugin that helps you change your backgrounds easy and fast.You can change backgrounds with colors or images. You can change the background of your wordpress blog/website just by enabling a tag and selecting a color or a image.
Make your blog/website special with dynamic categories that you can customize and you can show in different places on a post! Featureak is helping you do this easy and fast! +Continue Reading
Our new plugin WP-Traffic has reached since it’s launch yesterday 260 registered websites in our system. Of course not all have actually added the widget to the website but there are still a few using it. It’s a good start for this plugin as it almost broke the record for most downloaded plugin in 1 day. If tomorrow at 3 PM (our time) it has more than 824 total downloads, we have a winner.
Some “different” websites have started using the plugin and have unexpectedly mixed with the normal ones. We are working to improve the plugin and the service each day. New versions will have more features and more flexibility but we need your help to figure out what those features are going to be.
So please, leave comments here about features, bugs or what ever is else that could help to do this, here!
wp traffic is a great tool to promote your blog to other similar blogs. Our unique algorithm automatically finds similar blogs with yours and it shows your link on them enabling you to reach users that are interested in your niche.
The widget is very easy to use, just install the plugin and put the widget in your sidebar, from there on it will show relevant links and your site will also appear on other sites that use our plugin.
WP traffic is a great tool to promote your blog to other similar blogs. Our unique algorithm automatically finds similar blogs with yours and it shows your link on them enabling you to reach users that are interested in your niche.
The widget is very easy to use, just install the plugin and put the widget in your sidebar.You can set a widget title and you can set how the name of your website will show. From there on it will show relevant links and your site will also appear on other sites that use our plugin.
In the future we are planning and working on adding picture banners for each website, multiple websites in 1 or more rows and with your help we can become even more creative. So don’t hesitate to let us know if you have a good idea, if you find a bug, or even if you just want to congratulate us.
<- If you want to help us grow
<- (make a small donation) .
<- Thanks!
The new version brings to the plugin a list of options. Actually all the options that fancybox has to offer(padding,
imageScale , zoomOpacity , zoomSpeedIn , zoomSpeedOut , zoomSpeedChange , easingIn , easingOut , easingChange frameWidth , frameHeight , overlayShow , overlayOpacity , hideOnContentClick , centerOnScroll , itemArray , callbackOnStart , callbackOnShow , callbackOnClose ).
All of these have a function in the admin panel page under settings named Advanced Fancybox. You can see an example of the page in the Screenshots section of the plugin in wordpress.org
<- If you want to help us grow
<- (make a small donation) .
<- Thanks!
Download plugin HERE or search for it inside your wordpress installation under plugins(add new).