How to change your Favicon on Wordpress

7:21:00 PM |
If you want to change your default favicon, this is the right place. In this post, I'll show you how to change / add your favicon on your WordPress website. 

A favicon is typically a graphic 16 x 16 pixels square and is saved as favicon.ico in the root directory of your server. You can use a favicon with any WordPress blog on a web server that allows access to the root directories.

Step 1: Go to your theme editor and select header or header.php


Step 2: Search for the line of code that contains favicon. Overwrite it, if it exists, or add the following code below the <head> HTML tag then save it.

<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico" />

Step 3: upload your favicon.ico to your WordPress folder using either file manager or ftp client. Then check again by entering http://yourwebsitename.com/favicon.ico

Step 4: Refresh your blog and the miracle will happen


Note: delete your browser's cache if you see no change.
Read more…

How to Install Disqus on WordPress

10:33:00 PM |
Disqus is a blog comment hosting service for websites and online communities that uses a networked platform. I will show you how to install Disqus on WordPress easily. 

Step 1. Set up your account on Disqus website. 


Step 2: install Disqus Comment System plugin on WordPress.




Step 3: Refresh your website and start commenting.


Read more…

How to Link an AdSense account to an Analytics account

10:07:00 PM |
In this post, I'll show you how to link an AdSense account to an Analytics account by following simple steps. 

Step 1: sign in your Google AdSense account > Setting  > Access and authorization


Step 2: Sign in your Google Analytics account. If you don't have, create one.


Step 3: Copy tracking code to your site


Step 4: Link your accounts



Step 5: Check your AdSense account and congratulation!


Read more…

Fixed: PHP Warning - POST Content Length exceeds the limit

9:16:00 PM |
When upload a theme to my WordPress hosting, I get this error: "PHP Warning: POST Content-Length of xxx bytes exceeds the limit of 8388608 bytes in Unknown on line 0". This is because you exceeded the limit of uploading files. 


In order to solve this problem, you have to edit the php.ini file in your hosting.

You have find post_max_size and upload_max_filesize, then change the default number to 30M or what ever you want.



After changing your file, restart your web server (for local hosting) or try to upload your file again.
Read more…

How to Add Floating Social Share Buttons Widget to Blogger

12:26:00 AM |
This is a very simple method to add floating social share buttons widget to Blogger. I hope that you find the right way when reading this blog. By adding sharing buttons, it can help to improve your SEO and traffic to your blog. 


What you need to do is to follow these steps:

Step 1. Go to Layout

Step 2. Click on Add A Gadget link

Step 3. From the pop-up window, scroll down and select HTML/Javascript

Step 4. Copy the code below and paste it inside the empty box

Step 5. Save the gadget.
<!-- Add This by www.itbox4vn.com--><style type="text/css"> #pageshare {position:fixed; bottom:5%; margin-left:-721px; float:left; border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background-color:#fff;padding:0 0 2px 0;z-index:10;} #pageshare .sbutton {float:left;clear:both;margin:5px 5px 0 5px;} .fb_share_count_top {width:48px !important;} .fb_share_count_top, .fb_share_count_inner {-moz-border-radius:3px;-webkit-border-radius:3px;} .FBConnectButton_Small, .FBConnectButton_RTL_Small {width:49px !important; -moz-border-radius:3px;/*bs-fsmsb*/-webkit-border-radius:3px;} .FBConnectButton_Small .FBConnectButton_Text {padding:2px 2px 3px !important;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:8px;} </style> <div id='pageshare'> <div style="margin-left:8px;"><div class='sbutton' id='like' style='margin: 5px 0 0 5px;'><script src='http://connect.facebook.net/en_US/all.js#xfbml=1'> </script>
<fb:like layout='box_count' show_faces='false'></fb:like> </div></div><br /><div class='sbutton'><a class='twitter-share-button' data-count='vertical' data-via='itbox4vn' expr:data-counturl='data:blog.url' href='http://twitter.com/share' rel='nofollow'>Tweet</a><script src='http://platform.twitter.com/widgets.js'; type='text/javascript' </script><br /><div class='sbutton' id='su'>  <script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script> </div> <div class='sbutton' id='digg' style='margin-left:3px;width:48px'>  <script src='http://widgets.digg.com/buttons.js' type='text/javascript'></script>  <a class="DiggThisButton DiggMedium"></a> </div> <div class='sbutton' id='gplusone'>  <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>  <g:plusone size="tall"></g:plusone></div><br/><a href='http://feeds.feedburner.com/--ItBoxForVn--' rel='nofollow' target='_blank' title='Subscribe To Our Rss Feed'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwqPFe6agCqw71fompsrXfXcgWjva5BUcYwkApoXZE36SPgHJ3Lyo5Lpj_HtI95f_QtU7wLmRFDmeYP_dm8YRPpJkY4-etqj226UNrgBir2QqFde84FA4LRBK5twjBztIxF1K6C0nZbzxV/s1600/icon_rss_reader.png'/></a> <!-- Floating Social Media Share Widget By www.itbox4vn.com -->
Read more…

Make a Donation