1 CommentHow to Create a Plugin for WordPress

By Fábio Zaffani in How To, Plugin, Wordpress

window.fbAsyncInit = function() { FB.init({ appId : ’173952292691132′, // App ID status : true, // check login status cookie : true, // enable cookies to allow the server to access the session oauth : true, // enable OAuth 2.0 xfbml : true // parse XFBML }); }; (function(d){ var js, id = ‘facebook-jssdk’; if (d.getElementById(id)) [...]

Read More

1 CommentBest WordPress Hosting

By Fábio Zaffani in Wordpress

WordPress is a CMS that isn’t really much demanding when talking about server resources, but definitely requires some attentions on that part. That line, however, have been changing lately, mostly after the release of the 3.0 version. The system started to consume more and more resources from the servers so a good hosting is a [...]

Read More

0 CommentHow to change your WordPress Domain

By Fábio Zaffani in How To, Wordpress

This is a problem that many users face sometimes, moving wordpress domains is not an easy task because you have many things to consider, if you just move your files and don’t change the correct configurations in the database you will break everything on your site, another common problem is that after you migrate to [...]

Read More

2 CommentsHow To Disable Comments on Wordpres

By Fábio Zaffani in How To, Themes, Wordpress

This is a very common question i have been asked lately. Specially because of the Seo Facebook Comments Plugin. Which many people don’t know is that you can easily disable a comment for a specific post or page by changing a configuration on the edit page of this post or page. All you have to [...]

Read More

0 CommentHow to Pass WordPress Database Information to the Front-End for Javascript/Ajax

By Fábio Zaffani in How To, Themes, Wordpress

Thats one of the nicest things I have recently come across while playing around with wordpress, i was currently trying to pass information from the database, dynamically, to the front end to use this information in ajax requests and dynamic validation with javascript. The key, in this case my friends, is to use the wp_localize_script() [...]

Read More

0 CommentHow to Enable the WordPress Menu Built-In

By Fábio Zaffani in How To, Wordpress

WordPress implemented a feature for some versions now, the register_nav_menu function, with this method you can create as many menus as you want and handle through the admin panel, which, by the way, it’s a great feature and that was needed for quite a long time. To use this function is very simple, open your [...]

Read More

0 CommentHow to Enable Different Sizes of Post Thumbnails on your WordPress Blog

By Fábio Zaffani in How To, Wordpress

After version 2.9, wordpress have now a built in function that allows to easily embed thumbnail images into blog posts. I think this feature is very well known nowdays, however there are some other features about that function that not many people know about, that you can, for instance, create many different sizes of images [...]

Read More

9 CommentsFacebook Language Codes

By Fábio Zaffani in Facebook, Wordpress

Facebook have a impressive list of supported language codes, this information, however, is kinda hard to find when you are trying to configure an application or a plugin that uses their API. In order to help those who is trying to configure the Plugins we released, for example, heres a list of the mostly used [...]

Read More

67 CommentsNew Plugin Version: SEO Facebook Comments 1.4

By Fábio Zaffani in Plugin, SEO, Wordpress

We are gladly anouncing the release of the newest version of the SEO Facebook Comments plugin, currently on 1.4. It doesn’t add new features for the front end however, the heavy work done for this version was in the backend for better integration with WordPress and to avoid possible conflicts with other plugins. The Plulz [...]

Read More

0 CommentWhy I stop using the default include functions built in with WordPress

By Fábio Zaffani in Themes, Wordpress

This post will be a bit more technical then the others, so be advised if you’re not much into WordPress design or programming. So WordPress comes with many built in functions created to make life easier when you want to include a template part in other template files. The most well known are: get_header() get_footer() [...]

Read More

Categories