How to Create a Custom Facebook Page with FBJS

In: web resources

18 Jan 2010

A Facebook Page is a public Profile that enables information about business and products to be shared with Facebook users and the public. An user should be able to create one in a few minutes. This article “Creating a Custom Facebook Page” explains how to add custom tabs to your Facebook page to make it do more. He has explained how to built a carousel, navigation tabs, forms, etc on your facebook page easily.

You will need to use FBJS (Facebook Javascript). This provides the functionality we need to develop custom facebook pages. This is also to protect other users privacy at the same time and restrict Javascript features that can be abused. This tutorial helps you cut short your search and gives you a head start in your quest to build custom tabs within Facebook pages.

custom-facebook-page

Source: http://www.webdigi.co.uk/blog/2010/creating-a-custom-facebook-page/

Sponsors

Pixmac: Stock Photos, Royalty Free Pictures and Images


Go to Source

4 Responses to How to Create a Custom Facebook Page with FBJS

Avatar

mike H

March 17th, 2010 at 5:18 am

could be you have it installed – but is corrupt – try repaing from tools – manage addins – could also be an issue with your internet security being too high – checkout tools – internet options – advanced – look for java settings and if they are ticked until – if they are unticked ticked – sounds a bit odd but this does work

Avatar

laststrawberry93

March 21st, 2010 at 3:21 pm

a secondary source is written by someone who wasn't there/actually witnessed the event taken place.

for example: history textbooks are secondary sources because the historian wasn't actually there when lets say: when colombus sailed the ocean blue.

however, in the history book, it may contain excerpts (or parts) of a primary source. example: descriptions of a woman in the 1800s telling us about her daily chores.

an example of a primary source would be The Diary of Anne Frank.

Avatar

just "JR"

March 26th, 2010 at 11:51 pm

there are a couple of ways the two most basic are server side includes and php includes some servers do not support one or the other depending on how the server was set up and what is installed so first thing to do is isolate the code that you want to reappear in multiple pages and then save that to a new html file next if you use php includes your files that you want this page to be included in must have the .php file extension which just means that its an html page that can support php scripts as long as the server can as well. to include the file simply type
<?php include("file_name"); ?>
where you want the code to be inserted on the page
for server side includes again copy the code to a new file however if the file is just html save with .shtml extension if it is an asp or php page than save with appropriate extension. the file type of the page that has the include statement can be html or php or any number of web page file extensions just put the following line in where you want the code to be
<!–#include virtual="file_name" –>

Avatar

Nayana Adassuriya

March 28th, 2010 at 5:23 pm

go to
http://www.jsall.blogspot.com

lot of things there

Comment Form

About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.