How to select all friends from facebook? Go to the page > click on invite friends and copy and past the following code You might be interested in:How to Create Facebook Fan PageWhat does your Facebook photo meansFacebook Fanpages by ShovanDoes Facebook Affect Your Relationships? ★Fancy ♥Symbols for ►Facebook, ♪Myspace
In mac how to change read-only folder permission from the terminal: sudo chmod -R 770 /path/to/folder This will make the folder: drwxrwx___ (meaning owner and group can read and write and execute all files Change 777 to give permission to all users. You might be interested in:
You might be interested in:iOS 5 Creative video part 2Creative AdiOS 5: Creative Video
Part 1 Part 2 via: http://oneslidephotography.com/nikon-d7000-tips-and-tricks/ You might be interested in:How to Format USB Drive or Flash Drive on MACHow to Make Italic Text in Illustrator
Want to include your custom field values into your post? There are various ways to show custom field values on your post, I am going to use the following methord
WordPress them does not show or support featured image option? Add below code to function.php page add_theme_support( ‘post-thumbnails’ ); It should display in your post option You might be interested in:Wordpress vs Drupal vs JoomlaIncluding custom field in post in wordpressWordpress home post as page
Web Design is 95% Typography You might be interested in:
Most of the wordpress blogs or themes display post in their home page, for one of my project I wanted to display pages in the home page template This was the template code get_option(‘theme_home_posts’), ‘cat’=>’-’.get_cat_id(get_option(‘theme_featured’)), ‘paged’=>$paged, ); query_posts($args); while (have_posts()) : the_post(); ?> To simplify the code, all the post with category theme_featured will display. [...]
For giving an extra flavor to your Facebook fan page, you can customize CSS styles for making unique look appearance. Also you have to make sure that all browsers support CSS styles. But the Internet explorer does not support CSS styles inlined as below – <style> CSS styles rules here </style> You must have to [...]
Adding YouTube video for company profile, product features, services information etc. is an essential step for customizing any company’s Facebook fan page. This Facebook FBML tutorial will guide you through step-by-step procedure for adding YouTube videos or Flash objects into any Static Facebook fan page. You have to enter the following lines of code on [...]

Comments