You may have seen Various customized Facebook and Twitter accounts while surfing on net and you may have thought that how could i customize my Twitter or Facebook account?
If you are still searching the method to customize your Twitter account as per your needs then rest assure you have come at right place here you will how to create good looking Twitter or Facebook account.
If you wish to customize your facebook account then you must read our last post in that post we described how to create and modify Facebook account. In this post we will discous about to design Twitter account.
To customize your design:
1. Log in to www.twitter.com
2. In the top navigation bar, click Settings
3. Click the tab labeled Design
4. Select a template by clicking on it, or upload your own background image by clicking "Change background image." (figure 1)
5. Save your changes when done
6. If you want to customize the sidebar and font colors of your page, click "Change design colors"
7. Click any of the boxes to change your colors;
and click Done when you're finished.
Learn SEO Online
Thursday, November 10, 2011
Friday, September 2, 2011
How To Create Custom HTML Facebook Fan Page Tab
You have facebooke account and want to add custom Tab to your Fan Page ....
Here is a simple method to add as much pages as you want to add your Fan Page.
1) Log in you facebook account;
2) Type "Ifram Apps " in Search Box; after popping out the search option just click any of the "iframe app";
To use "iframe apps" you must have some free or paid hosting service where you can upload your content or images as in these iframe apps you can not insert images directly. And if you are to insert image in your content first you have to upload those images on any of hosting platform so that you can provide an image link for adding in your content.
3)once you have managed your content you can directly insert your code into given place in "iframe apps" that is all.
By the time you have successfully created Tab for your fan page.
But still you are facing any trouble in adding custom tab then contact us we can fix this for you.
Here is a simple method to add as much pages as you want to add your Fan Page.
1) Log in you facebook account;
2) Type "Ifram Apps " in Search Box; after popping out the search option just click any of the "iframe app";
To use "iframe apps" you must have some free or paid hosting service where you can upload your content or images as in these iframe apps you can not insert images directly. And if you are to insert image in your content first you have to upload those images on any of hosting platform so that you can provide an image link for adding in your content.
3)once you have managed your content you can directly insert your code into given place in "iframe apps" that is all.
By the time you have successfully created Tab for your fan page.
But still you are facing any trouble in adding custom tab then contact us we can fix this for you.
Friday, August 19, 2011
How to fix url with or without www
A URL of a website can be written with or without "www," like this:
* http://www.test.com, OR
* http://test.com
However for general visitor the URLs with and without "www" does not make any problem but Some search engines see the above two URLs as two different URLs and may provide a different PageRank and if without fixing you use both, you're diluting the PR for each URL.
It is advisable to choose one out of above versions for SEO purpose to get good PR and link juice.
How to redirect from one to the other using .htaccess
Make changes in your .htaccess file and replace "test.com" with your domain.
To redirect to the URL with www
RewriteEngine On
rewriteCond %{HTTP_HOST} ^test.com [NC]
rewriteRule ^(.*)$ http://www.test.com/$1 [R=301,L]
* http://www.test.com, OR
* http://test.com
However for general visitor the URLs with and without "www" does not make any problem but Some search engines see the above two URLs as two different URLs and may provide a different PageRank and if without fixing you use both, you're diluting the PR for each URL.
It is advisable to choose one out of above versions for SEO purpose to get good PR and link juice.
How to redirect from one to the other using .htaccess
Make changes in your .htaccess file and replace "test.com" with your domain.
To redirect to the URL with www
RewriteEngine On
rewriteCond %{HTTP_HOST} ^test.com [NC]
rewriteRule ^(.*)$ http://www.test.com/$1 [R=301,L]
Subscribe to:
Posts (Atom)