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)) [...]
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 [...]
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 [...]
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 [...]
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() [...]
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 [...]
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 [...]
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 [...]
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 [...]
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() [...]

Last Comments