Note that since this post was created, FBML is no longer available for new Facebook Tab Pages but is, as of right now, still supported. This may change in the future. Facebook Page Tab support is now via iFrames within a Facebook Application. For details read our Creating a Facebook iFrame Application

WEBphysiology Facebook PageFacebook has a great application, Static FBML, that is available for anyone to use.  With it you can create a custom tab on your Facebook Page.  An example would be the “Home” tab of WEBphysiology’s Facebook Page.  One can get quite elaborate simply by utilizing more graphical elements with embedded text as opposed to a more standard HTML/CSS styled page.  If you know HTML then you shouldn’t have too much of a problem with FBML.

Facebook Static FBML Environment Constraints

There are some restrictions within the Static FBML framework.  One thing to keep in mind is that Flash, iFrames and Javascript elements won’t fire when you land on the page.  For security reasons, a user action, typically a click, is required to initiate any of these elements.

Also, while I definitely don’t recommend inline CSS for a website, it actually is a better implementation within a Facebook Page’s Static FBML code. Simply use the style tag to encapsulate your CSS:

<style type="text/css"> ... </style>

If you want to link to a stylesheet this does work, however, you need to add a version to it and increment this everytime you make a change to the referenced CSS document. This is because Facebook caches the CSS file. A linked CSS stylesheet reference would look something like this:

<link href="http://webphysiology.com/styles/fb_style.css?v=1.000001"
rel="stylesheet" type="text/css" />

Another thing to be keenly aware of is that very soon the width restriction on tab content will be limited to 520 pixels wide.  If you want to stay on top of Facebook changes you can check out the Facebook Developer Roadmap.

Facebook FBML vs. HTML

FBML, or Facebook Markup Language, is quite similar to HTML.  Allowed tags are documented here. One thing to keep in mind is that, unlike a typical web page, you are only including the “body” component in the tab’s FBML code, that is, don’t include , , or <body> tags as the custom Static FBML tab you are creating is within a web page and these tags are already present.  There are some features one can use to control interface changes instead of writing onClick scripts.  For example, clicktoshow and clicktohide can make displaying and hiding elements of your page quite simple, perfect for someone who might not have as much coding skill or not in need of something overly complex.</p> <h2>Documentation</h2> <p>There is a variety of Facebook documentation, some of which includes the following: <a title="Facebook FBML Documentation" href="http://developers.facebook.com/docs/reference/fbml/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://developers.facebook.com']);" target="_blank">Facebook Markup Language (FBML)</a> & <a title="Facebook FBML Tags" href="http://developers.facebook.com/docs/reference/fbml/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://developers.facebook.com']);" target="_blank">FBML Tag List</a>, <a title="Facebook FBJS Documentation" href="http://developers.facebook.com/docs/fbjs/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://developers.facebook.com']);" target="_blank">Facebook Javascript (FBJS)</a>, Facebook Mock Ajax.</p> <p>In future Posts I’ll cover how to set up a <a title="Creating a Facebook Page" href="http://webphysiology.com/social-networking/creating-facebook-page/" >Facebook Page</a>, how to install the <a title="Adding a Custom Facebook Static FBML Tab" href="http://webphysiology.com/social-networking/adding-custom-facebook-static-fbml-tab/" >Static FBML</a> application and adding a contact form to a Static FBML page.</p> <!-- Start Sociable --><div class="sociable"><div class="sociable_tagline">Be Sociable, Share!</div><ul class='clearfix'><li><a title="Twitter" class="option1_32" style="background-position:-288px -32px" rel="nofollow" target="_blank" href="http://twitter.com/intent/tweet?text=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page%20-%20http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F%20 " onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://twitter.com']);"></a></li><li><a title="Facebook" class="option1_32" style="background-position:-96px 0px" rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&t=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.facebook.com']);"></a></li><li><a title="email" class="option1_32" style="background-position:-160px 0px" rel="nofollow" target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&to&su=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&body=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&ui=2&tf=1&shva=1" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://mail.google.com']);"></a></li><li><a class="option1_32" style="cursor:pointer;background-position:-128px 0px" rel="nofollow" title="Add to favorites - doesn't work in Chrome" onClick="javascript:AddToFavorites();"></a></li><li><a title="StumbleUpon" class="option1_32" style="background-position:-224px -32px" rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.stumbleupon.com']);"></a></li><li><a title="Delicious" class="option1_32" style="background-position:-32px 0px" rel="nofollow" target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&notes=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous." onclick="javascript:_gaq.push(['_trackEvent','download','http://delicious.com/post?url=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&notes=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous.']);"></a></li><li><a title="Google Reader" class="option1_32" style="background-position:-224px 0px" rel="nofollow" target="_blank" href="http://www.google.com/reader/link?url=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&srcURL=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&srcTitle=WEBphysiology+understanding+the+Web+so+you+don%26%23039%3Bt+have+to" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.google.com']);"></a></li><li><a title="LinkedIn" class="option1_32" style="background-position:-288px 0px" rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&source=WEBphysiology+understanding+the+Web+so+you+don%26%23039%3Bt+have+to&summary=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous." onclick="javascript:_gaq.push(['_trackEvent','download','http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&source=WEBphysiology+understanding+the+Web+so+you+don%26%23039%3Bt+have+to&summary=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous.']);"></a></li><li><a title="BlinkList" class="option1_32" style="background-position:0px 0px" rel="nofollow" target="_blank" href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&Title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.blinklist.com']);"></a></li><li><a style="cursor:pointer" rel="nofollow" onMouseOut="fixOnMouseOut(document.getElementById('sociable-post-413'), event, 'post-413')" onMouseOver="more(this,'post-413')"><img style='margin-top:9px' src='http://webphysiology.com/wpb/wp-content/plugins/sociable/images/more.png'></a></li></ul><div onMouseout="fixOnMouseOut(this,event,'post-413')" id="sociable-post-413" style="display:none;"> <div style="top: auto; left: auto; display: block;" id="sociable"> <div class="popup"> <div class="content"> <ul><li style="heigth:32px;width:32px"><a title="Myspace" class="option1_32" style="background-position:0px -32px" rel="nofollow" target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&t=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.myspace.com']);"></a></li><li style="heigth:32px;width:32px"><a title="Digg" class="option1_32" style="background-position:-64px 0px" rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&bodytext=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous." onclick="javascript:_gaq.push(['_trackEvent','download','http://digg.com/submit?phase=2&url=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&bodytext=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous.']);"></a></li><li style="heigth:32px;width:32px"><a title="Reddit" class="option1_32" style="background-position:-128px -32px" rel="nofollow" target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://reddit.com']);"></a></li><li style="heigth:32px;width:32px"><a title="Google Bookmarks" class="option1_32" style="background-position:-192px 0px" rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&annotation=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous." onclick="javascript:_gaq.push(['_trackEvent','download','http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&annotation=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous.']);"></a></li><li style="heigth:32px;width:32px"><a title="HackerNews" class="option1_32" style="background-position:-256px 0px" rel="nofollow" target="_blank" href="http://news.ycombinator.com/submitlink?u=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&t=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://news.ycombinator.com']);"></a></li><li style="heigth:32px;width:32px"><a title="MSNReporter" class="option1_32" style="background-position:-352px 0px" rel="nofollow" target="_blank" href="http://reporter.es.msn.com/?fn=contribute&Title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&URL=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&cat_id=6&tag_id=31&Remark=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous." onclick="javascript:_gaq.push(['_trackEvent','download','http://reporter.es.msn.com/?fn=contribute&Title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&URL=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&cat_id=6&tag_id=31&Remark=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous.']);"></a></li><li style="heigth:32px;width:32px"><a title="Sphinn" class="option1_32" style="background-position:-192px -32px" rel="nofollow" target="_blank" href="http://sphinn.com/index.php?c=post&m=submit&link=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://sphinn.com']);"></a></li><li style="heigth:32px;width:32px"><a title="Posterous" class="option1_32" style="background-position:-64px -32px" rel="nofollow" target="_blank" href="http://posterous.com/share?linkto=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&selection=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous." onclick="javascript:_gaq.push(['_trackEvent','download','http://posterous.com/share?linkto=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&title=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&selection=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous.']);"></a></li><li style="heigth:32px;width:32px"><a title="Tumblr" class="option1_32" style="background-position:-256px -32px" rel="nofollow" target="_blank" href="http://www.tumblr.com/share?v=3&u=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&t=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&s=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous." onclick="javascript:_gaq.push(['_trackEvent','download','http://www.tumblr.com/share?v=3&u=http%3A%2F%2Fwebphysiology.com%2Fsocial-networking%2Fcreating-custom-static-fbml-facebook-page%2F&t=Creating%20a%20Custom%20Static%20FBML%20Facebook%20Page&s=Facebook%20has%20a%20great%20application%2C%20Static%20FBML%2C%20that%20is%20available%20for%20anyone%20to%20use.%20%20With%20it%20you%20can%20create%20a%20custom%20tab%20on%20your%20Facebook%20Page.%20%20FBML%20is%20quite%20similar%20to%20HTML%20and%20basic%20designs%20can%20be%20readily%20created%20by%20folks%20with%20HTML%20skills%2C%20though%2C%20CSS%20skills%20are%20always%20a%20good%20thing.%20%20FBJS%2C%20Facebook%20Javascript%2C%20also%20is%20available%20for%20the%20more%20adventurous.']);"></a></li></ul> </div> <a style="cursor:pointer" onclick="hide_sociable('post-413',true)" class="close"> <img onclick="hide_sociable('post-413',true)" title="close" src="http://webphysiology.com/wpb/wp-content/plugins/sociable/images/closelabel.png"> </a> </div> </div> </div></div><div class='sociable' style='float:none'><ul class='clearfix'><li id="Twitter_Counter"><a href="https://twitter.com/share" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://twitter.com']);" data-text="Creating a Custom Static FBML Facebook Page - http://webphysiology.com/social-networking/creating-custom-static-fbml-facebook-page/" data-url="http://webphysiology.com/social-networking/creating-custom-static-fbml-facebook-page/" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></li><li id="Facebook_Counter"><iframe src="http://www.facebook.com/plugins/like.php?href=http://webphysiology.com/social-networking/creating-custom-static-fbml-facebook-page/&send=false&layout=button_count&show_faces=false&action=like&colorscheme=light&font" scrolling="no" frameborder="0" style="border:none; overflow:hidden;height:32px;width:100px" allowTransparency="true"></iframe></li><li id="Google_p"><g:plusone annotation="bubble" href="http://webphysiology.com/social-networking/creating-custom-static-fbml-facebook-page/" size="medium"></g:plusone></li><li id="LinkedIn_Counter"><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="http://webphysiology.com/social-networking/creating-custom-static-fbml-facebook-page/" data-counter="right"></script></li><li id="StumbleUpon_Counter"><script src="http://www.stumbleupon.com/hostedbadge.php?s=2&r=http://webphysiology.com/social-networking/creating-custom-static-fbml-facebook-page/"></script></li></ul></div><!-- End Sociable --><hr style='width:100%;'/> <p style='font-size:12px; text-align: left; margin: 0; padding: 0; min-height: 70px;color:#777777;'/> <img style='float: right; border: none; margin: 25px 10px 10px 10px;' src='http://www.gravatar.com/avatar/b418900053d0259041845385925f81c7&default=http://use.perl.org/images/pix.gif' alt='' width='60px' height='60px'/> <strong>About the author<br/> </strong> Entrepreneur <a href="http://www.linkedin.com/in/jeffreylambert" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.linkedin.com']);" title="Jeff on LinkedIn">Jeff Lambert</a> is the President and founder of <a href="http://jvhm.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://jvhm.com']);">JVHM, Inc.</a>, a software development business located in the San Francisco Bay Area but serving clients around the globe. Jeff's expertise includes website design and development, Facebook development, blogging integration, SEO, video production, CRM systems, database design and development and more. In his "spare" time Jeff likes to hang out with his family, run, play tennis and also volunteers as a Scoutmaster with a local Boy Scout troop. </p><hr style='width:100%;'/> </div> <!--post meta info--> <div class="meta-bottom wrap"> <div class="alignleft"><span class="categories">Categories : <a href="http://webphysiology.com/category/social-networking/" title="View all posts in Social Networking" rel="category tag">Social Networking</a></span></div> </div> </div><!--end .post--> <div name="comments"></div> <!-- You can start editing here. --> <div id="comments"> <!-- If comments are open, but there are no comments. --> </div><!--end #comments--> <div id="respond"> <h3>Leave a Reply</h3> <div class="cancel-comment-reply"> <small><a rel="nofollow" id="cancel-comment-reply-link" href="/social-networking/creating-custom-static-fbml-facebook-page/#respond" style="display:none;">Click here to cancel reply.</a></small> </div> <form action="http://webphysiology.com/wpb/wp-comments-post.php" method="post" id="commentform"> <p><input type="text" name="author" id="author" value="" size="22" tabindex="1" aria-required='true' /> <label for="author"><small>Name (required)</small></label></p> <p><input type="text" name="email" id="email" value="" size="22" tabindex="2" aria-required='true' /> <label for="email"><small>Mail (will not be published) (required)</small></label></p> <p><input type="text" name="url" id="url" value="" size="22" tabindex="3" /> <label for="url"><small>Website</small></label></p> <!--<p><small><strong>XHTML:</strong> You can use these tags: <code><a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> </code></small></p>--> <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p> <p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" /> <input type='hidden' name='comment_post_ID' value='413' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p> <p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="4bffc733b5" /></p> </form> </div><!--end #respond--> </div> </div> <div class="builder-module-block-outer-wrapper right clearfix" style="width:288px; overflow:hidden; padding:0; margin:0;"> <div class="builder-module-block builder-module-sidebar builder-module-sidebar-1-right builder-module-sidebar-with-element sidebar right clearfix"> <div class="widget-wrapper widget-wrapper-single single widget-wrapper-1"> <div class="widget widget-1 widget-top widget_text" id="text-42"> <div class="textwidget"><div id="webphysiology_newsletter_signup"><a title="Subscribe to the WEBphysiology Newsletter" class="webphysiology_newsletter" href="http://webphysiology.com/social-networking/creating-custom-static-fbml-facebook-page/#mc_signup_container" ></a></div></div> </div><div class="widget widget-2 widget-middle widget_execphp" id="execphp-10"> <div class="execphpwidget"><a href="http://www.bluehost.com/track/blogwip/CODE90" target="_top"><img border="0" src="http://img.bluehost.com/125x125/bh_125x125_02.gif" /></a> <a href="http://www.knownhost.com/affiliate/idevaffiliate.php?id=621_0_1_3" target="_blank"><img border="0" src="http://www.knownhost.com/affiliate/banners/120x60 new banner.gif" width="120" height="60" style="margin: 0 0 10px 0; padding: 32px 3px 33px 2px; width: 120px; background-color: #036;" /></a> <a href="http://page.ly/?a=71908121" title="Wordpress Hosting" target="_blank"><img src="http://pagely.presscdn.com/public/gfx/ab/pagely125x125_1_blue.gif" alt="Pagely Wordpress Hosting" width="125" height="125"/></a> <a href="http://wpengine.com?a_aid=4ec97928b135e&a_bid=0f3d7f5a" target="_top"><img src="https://secure.wpengine.com/affiliate/accounts/default1/banners/125x125.jpg" alt="" title="" width="125" height="125" /></a> <a href="https://www.e-junkie.com/ecom/gb.php?cl=54585&c=ib&aff=106590" target="ejejcsingle" title="Gravity Forms Contact Form Plugin for WordPress"><img src="http://gravityforms.s3.amazonaws.com/banners/125x125.gif" alt="Gravity Forms Plugin for WordPress" width="125" height="125" style="border:none;" /></a> <a href="http://www.woothemes.com/woomember/go?r=8917&i=l27"><img src="http://woothemes.com/ads/125x125c.jpg" alt="woothemes" height="125" width="125" /></a> <a target="_blank" href="http://www.shareasale.com/r.cfm?b=255468&u=468179&m=28169&urllink=&afftrack=" title="StudioPress Genesis Theme"><img src="http://www.shareasale.com/image/28169/125x125.png" alt="Genesis Framework for WordPress" border="0" /></a> <a target="_blank" href="http://www.shareasale.com/r.cfm?b=320459&u=468179&m=28169&urllink=&afftrack="><img src="http://www.shareasale.com/image/28169/125x125_04.png" alt="StudioPress Genesis Child Theme Marketplace" border="0"></a> <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=3801_0_1_3" target="_blank"><img src="http://www.elegantthemes.com/affiliates/banners/125x125-2.gif" border="0" alt="" width="125" height="125" /></a> <a title="Viva Themes" href="https://www.e-junkie.com/ecom/gb.php?cl=74949&c=ib&aff=106590" target="ejejcsingle"><img src="http://d2wr9tcgciw44x.cloudfront.net/wpb/wp-content/uploads/2010/04/Vivabl125x125.png" border="0" alt="Viva Themes" width="125" height="125" /></a> <a href="http://templatic.com/members/go.php?r=2698&i=l0"><img src="http://d2wr9tcgciw44x.cloudfront.net/wpb/wp-content/uploads/2010/04/templatic125x125.png" border="0" alt="Premium Wordpress Themes" width="125" height="125" /></a> <a href="http://www.obox-design.com/premium-wordpress-themes.cfm?afId=B4189000&bannerId=5"><img src="http://obox-design.com/images/affiliates/125x125/125-wp-themes.png" alt="Premium Wordpress Themes" width="125" height="125" /></a> <a href="http://www.wpzoom.com/members/go.php?r=2602&i=b0"><img src="http://wpzoom.s3.amazonaws.com/wpzoom6/images/ads/125.png" border="0" alt="WPZOOM - Premium WordPress Themes" width="125" height="125" /></a> <a href="http://www.shareasale.com/r.cfm?b=210935&u=417317&m=24570&urllink=&afftrack=" target="_blank"><img src="http://www.shareasale.com/image/24570/thesis-125x125-1.png" border="0" alt="How smart is your Theme? How good is your support? Check out ThesisTheme for WordPress." /></a> <a href="http://themeforest.net?ref=JWLambert" target="_blank"><img src="http://d2wr9tcgciw44x.cloudfront.net/wpb/wp-content/uploads/2010/04/themeforest_125x125_v5.gif" border="0" alt="Theme Forest WordPress Themes, PSD Templates and More" /></a> <a href="https://www.e-junkie.com/ecom/gb.php?cl=48418&c=ib&aff=106590" target="ejejcsingle"> <img src="http://d2wr9tcgciw44x.cloudfront.net/wpb/wp-content/uploads/2010/04/GT125x125.jpg" border="0" alt="Gorilla Themes - WordPress Themes" width="125" height="125" /> </a> <a href="https://www.e-junkie.com/ecom/gb.php?ii=662749&c=ib&aff=106590&cl=11384" target="ejejcsingle"><img src="http://www.solostream.com/wp-content/uploads/2009/12/solo-banner-125-3.gif" alt="SoloStream" width="125" height="125" /></a> <!-- <a target="_blank" href="http://www.shareasale.com/r.cfm?b=241694&u=468179&m=28169&urllink=&afftrack=" title="StudioPress Themes"><img src="http://www.shareasale.com/image/28169/125x125.jpg" alt="StudioPress Premium WordPress Themes" border="0" /></a> --> <a href="http://www.lynda.com/home/otl.aspx?utm_medium=affiliate&utm_source=ldc_affiliate&utm_content=35&utm_campaign=CD157&bid=35&aid=CD157&opt="><img src="http://affiliates.lynda.com/42/157/35/" alt="Your source for software training." border="0" /> </a></div> </div> <div class="widget widget-3 widget-middle widget_recent_entries" id="recent-posts-4"> <h4 class="widget-title">Recent Posts</h4> <ul> <li><a href="http://webphysiology.com/social-networking/where-is-facebook-view-app-profile-page/" title="Where has the Facebook View App Profile Page Link Gone?!?">Where has the Facebook View App Profile Page Link Gone?!?</a></li> <li><a href="http://webphysiology.com/social-networking/google-plus-company-page/" title="Create a Google+ Company Page">Create a Google+ Company Page</a></li> <li><a href="http://webphysiology.com/social-networking/facebook-require-https-iframe-page-tab-apps-october-1-2011/" title="Facebook to Require HTTPS on iFrame Page Tab Apps">Facebook to Require HTTPS on iFrame Page Tab Apps</a></li> <li><a href="http://webphysiology.com/all-rest/savvy-online-search-techniques/" title="Savvy Online Search Techniques">Savvy Online Search Techniques</a></li> <li><a href="http://webphysiology.com/social-networking/creating-facebook-iframe-application/" title="Creating a Facebook iFrame Application">Creating a Facebook iFrame Application</a></li> </ul> </div><div class="widget widget-4 widget-middle widget_tag_cloud" id="tag_cloud-6"><h4 class="widget-title">Tags</h4><div class="tagcloud"><a href='http://webphysiology.com/tag/blog/' class='tag-link-35' title='17 topics' style='font-size: 20.1081081081pt;'>blog</a> <a href='http://webphysiology.com/tag/cms/' class='tag-link-224' title='7 topics' style='font-size: 15.5675675676pt;'>CMS</a> <a href='http://webphysiology.com/tag/color/' class='tag-link-40' title='3 topics' style='font-size: 11.7837837838pt;'>color</a> <a href='http://webphysiology.com/tag/computer-support/' class='tag-link-714' title='2 topics' style='font-size: 10.2702702703pt;'>computer support</a> <a href='http://webphysiology.com/tag/critical/' class='tag-link-717' title='1 topic' style='font-size: 8pt;'>critical</a> <a href='http://webphysiology.com/tag/development/' class='tag-link-239' title='13 topics' style='font-size: 18.7207207207pt;'>development</a> <a href='http://webphysiology.com/tag/editing/' class='tag-link-38' title='7 topics' style='font-size: 15.5675675676pt;'>editing</a> <a href='http://webphysiology.com/tag/email/' class='tag-link-721' title='1 topic' style='font-size: 8pt;'>email</a> <a href='http://webphysiology.com/tag/facebook/' class='tag-link-17' title='8 topics' style='font-size: 16.1981981982pt;'>facebook</a> <a href='http://webphysiology.com/tag/facebook-application/' class='tag-link-733' title='1 topic' style='font-size: 8pt;'>facebook application</a> <a href='http://webphysiology.com/tag/google/' class='tag-link-731' title='1 topic' style='font-size: 8pt;'>Google+</a> <a href='http://webphysiology.com/tag/graphics/' class='tag-link-41' title='6 topics' style='font-size: 14.9369369369pt;'>graphics</a> <a href='http://webphysiology.com/tag/howto/' class='tag-link-238' title='21 topics' style='font-size: 21.1171171171pt;'>howto</a> <a href='http://webphysiology.com/tag/iframe/' class='tag-link-729' title='1 topic' style='font-size: 8pt;'>iframe</a> <a href='http://webphysiology.com/tag/inbound-marketing/' class='tag-link-45' title='4 topics' style='font-size: 13.045045045pt;'>inbound marketing</a> <a href='http://webphysiology.com/tag/internet-presence/' class='tag-link-42' title='12 topics' style='font-size: 18.2162162162pt;'>Internet presence</a> <a href='http://webphysiology.com/tag/joke/' class='tag-link-715' title='1 topic' style='font-size: 8pt;'>joke</a> <a href='http://webphysiology.com/tag/keyword/' class='tag-link-46' title='3 topics' style='font-size: 11.7837837838pt;'>keyword</a> <a href='http://webphysiology.com/tag/marketing/' class='tag-link-44' title='6 topics' style='font-size: 14.9369369369pt;'>marketing</a> <a href='http://webphysiology.com/tag/page-tab/' class='tag-link-730' title='1 topic' style='font-size: 8pt;'>page tab</a> <a href='http://webphysiology.com/tag/plugin/' class='tag-link-36' title='12 topics' style='font-size: 18.2162162162pt;'>plugin</a> <a href='http://webphysiology.com/tag/product-review-2/' class='tag-link-245' title='1 topic' style='font-size: 8pt;'>product review</a> <a href='http://webphysiology.com/tag/screen-capture/' class='tag-link-242' title='1 topic' style='font-size: 8pt;'>screen capture</a> <a href='http://webphysiology.com/tag/search/' class='tag-link-728' title='1 topic' style='font-size: 8pt;'>search</a> <a href='http://webphysiology.com/tag/security/' class='tag-link-716' title='5 topics' style='font-size: 14.0540540541pt;'>security</a> <a href='http://webphysiology.com/tag/seo/' class='tag-link-16' title='5 topics' style='font-size: 14.0540540541pt;'>SEO</a> <a href='http://webphysiology.com/tag/site-administration/' class='tag-link-160' title='11 topics' style='font-size: 17.8378378378pt;'>site administration</a> <a href='http://webphysiology.com/tag/social-networking/' class='tag-link-3' title='12 topics' style='font-size: 18.2162162162pt;'>Social Networking</a> <a href='http://webphysiology.com/tag/spam/' class='tag-link-720' title='1 topic' style='font-size: 8pt;'>spam</a> <a href='http://webphysiology.com/tag/static-fbml/' class='tag-link-18' title='6 topics' style='font-size: 14.9369369369pt;'>static fbml</a> <a href='http://webphysiology.com/tag/surfing/' class='tag-link-727' title='1 topic' style='font-size: 8pt;'>surfing</a> <a href='http://webphysiology.com/tag/theme-development/' class='tag-link-240' title='10 topics' style='font-size: 17.3333333333pt;'>theme development</a> <a href='http://webphysiology.com/tag/time-saver/' class='tag-link-244' title='2 topics' style='font-size: 10.2702702703pt;'>time saver</a> <a href='http://webphysiology.com/tag/troubleshooting/' class='tag-link-732' title='1 topic' style='font-size: 8pt;'>troubleshooting</a> <a href='http://webphysiology.com/tag/twitter/' class='tag-link-43' title='2 topics' style='font-size: 10.2702702703pt;'>twitter</a> <a href='http://webphysiology.com/tag/utility/' class='tag-link-243' title='3 topics' style='font-size: 11.7837837838pt;'>utility</a> <a href='http://webphysiology.com/tag/video/' class='tag-link-157' title='11 topics' style='font-size: 17.8378378378pt;'>video</a> <a href='http://webphysiology.com/tag/web-design/' class='tag-link-20' title='25 topics' style='font-size: 22pt;'>web design</a> <a href='http://webphysiology.com/tag/wordpress/' class='tag-link-37' title='22 topics' style='font-size: 21.3693693694pt;'>wordpress</a> <a href='http://webphysiology.com/tag/youtube/' class='tag-link-214' title='1 topic' style='font-size: 8pt;'>YouTube</a></div> </div><div class="widget widget-5 widget-middle widget_execphp" id="execphp-4"> <div class="execphpwidget"></div> </div><div class="widget widget-6 widget-bottom widget_execphp" id="execphp-7"> <div class="execphpwidget"></div> </div></div> </div> </div> </div> </div> <div class="builder-module-outer-wrapper builder-module-widget-bar-outer-wrapper" style="width:960px; padding:0; margin:0 auto; display:block; clear:both; overflow:hidden;"> <div class="builder-module builder-module-widget-bar builder-module-5 builder-module-widget-bar-1 builder-module-middle builder-module-widget-bar-last builder-module-before-footer builder-module-after-content clearfix" id="builder-module-4ba679c050974"> <div class="builder-module-block-outer-wrapper left clearfix" style="width:320px; overflow:hidden; padding:0; margin:0;"> <div class="builder-module-block builder-module-sidebar sidebar left clearfix"> <div class="widget-wrapper widget-wrapper-left left widget-wrapper-1 clearfix"> <div class="widget widget-1 widget-single widget_text" id="text-18"> <div class="textwidget"><div id="hp1w"><a href="http://webphysiology.com/web-services/facebook-page-development/" title="Facebook page development" style="margin-left: 30px;"></a></div></div> </div></div> </div> </div> <div class="builder-module-block-outer-wrapper middle clearfix" style="width:320px; overflow:hidden; padding:0; margin:0;"> <div class="builder-module-block builder-module-sidebar sidebar middle clearfix"> <div class="widget-wrapper widget-wrapper-middle middle widget-wrapper-2 clearfix"> <div class="widget widget-1 widget-single widget_text" id="text-19"> <div class="textwidget"><div id="hp2w"><a href="http://webphysiology.com/web-services/website-development/" title="Website Development" style="margin-left: 36px;"></a></div></div> </div></div> </div> </div> <div class="builder-module-block-outer-wrapper right clearfix" style="width:320px; overflow:hidden; padding:0; margin:0;"> <div class="builder-module-block builder-module-sidebar sidebar right clearfix"> <div class="widget-wrapper widget-wrapper-right right widget-wrapper-3 clearfix"> <div class="widget widget-1 widget-single widget_text" id="text-20"> <div class="textwidget"><div id="hp3w"><a href="http://webphysiology.com/web-services/" title="Web Services" style="margin-left: 44px;"></a></div></div> </div></div> </div> </div> </div> </div> <div class="builder-module-outer-wrapper builder-module-footer-outer-wrapper" style="width:960px; padding:0; margin:0 auto; display:block; clear:both; overflow:hidden;"> <div class="builder-module builder-module-footer builder-module-6 builder-module-footer-1 builder-module-bottom builder-module-last builder-module-footer-last builder-module-after-widget-bar clearfix" id="builder-module-4ba1bfaac7df6"> <div class="builder-module-block-outer-wrapper single clearfix" style="width:960px; overflow:hidden; padding:0; margin:0"> <div class="builder-module-block builder-module-element clearfix"> <div class="alignleft"> Copyright © 2010-2012 <a href="http://jvhm.com" target="_blank" title="site owned by JVHM, Inc.">JVHM, Inc.</a> All Rights Reserved </div> <div class="alignright">   </div> <script type="text/javascript"> <!-- jQuery.noConflict(); jQuery(document).ready(function() { jQuery("a.webphysiology_newsletter").click(function() { jQuery.fancybox({ 'overlayOpacity' : 0.95, 'overlayColor' : '#333', 'speedIn' : 350, 'speedOut' : 350, 'width' : 264, 'height' : 273, 'autoScale' : true, 'transitionIn' : 'fade', 'transitionOut' : 'fade', 'title' : this.title, 'showCloseButton' : true, 'href' : 'http://refr.us/wpnews', 'titleShow' : false, 'scrolling' : 'no', 'beforeSubmit' : 'mc_beforeForm', 'success' : 'mc_success', 'type' : 'iframe', 'onClosed' : function() { jQuery('#mc_message').hide(); jQuery('#mc_signup_form').each(function(){ this.reset(); }); } }); return false; }); }); --> </script> <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> <script type="text/javascript" src="//asset0.zendesk.com/external/zenbox/v2.4/zenbox.js"></script> <style type="text/css" media="screen, projection"> @import url(//asset0.zendesk.com/external/zenbox/v2.4/zenbox.css); </style> <script type="text/javascript"> if (typeof(Zenbox) !== "undefined") { Zenbox.init({ dropboxID: "20046588", url: "https://webphysiology.zendesk.com", tabID: "support", tabColor: "#FA6312", tabPosition: "Right" }); } </script><script type="text/javascript"> <!-- jQuery.noConflict(); jQuery(document).ready(function(){ // create bubble popups jQuery('.hotspot').CreateBubblePopup({ tail: {hidden:true}, innerHtmlStyle: { color:'#FFFFFF', 'font-size':'1.4em', 'line-height':'1.4em', 'padding':'4px 4px', 'text-align':'center' }, themeName: 'all-azure', themePath: 'http://webphysiology.com/wpb/wp-content/themes/BuilderChild-Jive/scripts/popup-bubble/jquerybubblepopup-theme/' }); jQuery('#presence_add_to_cart').SetBubblePopupInnerHtml('Select the appropriate Presence hosting option from above before you click!<br />Also, be certain to add the "Setup" product to your cart too.'); jQuery('#basic_add_to_cart').SetBubblePopupInnerHtml('Select the appropriate Basic hosting option from above before you click!<br />Also, be certain to add the "Setup" product to your cart as appropriate.'); jQuery('#pro_add_to_cart').SetBubblePopupInnerHtml('Select the appropriate Pro hosting option from above before you click!'); jQuery('#ninjaitem1').SetBubblePopupInnerHtml('This is where it all starts.<br />We can assist in the Setup of your Facebook Page.'); jQuery('#ninjaitem2').SetBubblePopupInnerHtml('The Facebook Page Tab is accessed via a link in the left<br />Facebook navigation below your Wall link. We will build this out<br />with content that you provide, and can even include your<br />company logo if you wish.'); jQuery('#ninjaitem3').SetBubblePopupInnerHtml('A Contact Web form is the perfect way to allow a visitor<br />to engage with you. Having this as a Page Tab in Facebook<br />is a no brainer.'); jQuery('#ninjaitem4').SetBubblePopupInnerHtml('The best way to build your social network is to have<br />visitors Like your Facebook Page. A great way to do this is<br />to have them land on a special Facebook Page tab when they haven\'t<br />liked you yet. When they do Like your page, they<br />will be taken to your standard Page Tab, where you<br />can reward them with something not available to non-Fans.'); jQuery('#ninjaitem5').SetBubblePopupInnerHtml('Want something a bit more? No problem. We<br />can design a custom-themed Facebook Page Tab<br />to suit your needs and starting at a reasonable price.'); jQuery('#ninjaitem6').SetBubblePopupInnerHtml('Secure WordPress install and configuration, company logo, 3 pages<br />of client provided content (e.g., home, about, contact us)'); jQuery('#ninjaitem7').SetBubblePopupInnerHtml('Secure WordPress install and configuration, company logo, basic<br />custom theme design (home, back page and blog templates), 3 pages<br />of client provided content (e.g., home, about, contact us)'); }); //--> </script> <script type='text/javascript'> /* <![CDATA[ */ var _wpcf7 = {"loaderUrl":"http:\/\/webphysiology.com\/wpb\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ...","cached":"1"}; /* ]]> */ </script> <script type='text/javascript' src='http://webphysiology.com/wpb/wp-content/plugins/contact-form-7/scripts.js?ver=3.1.2'></script> </div> </div> </div> </div> </div> </div> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/ Page Caching using disk: basic (User agent is rejected) Database Caching 1/21 queries in 0.115 seconds using disk: basic Object Caching 1393/1413 objects using disk: basic Content Delivery Network via Amazon Web Services: CloudFront: d2wr9tcgciw44x.cloudfront.net Served from: webphysiology.com @ 2012-05-17 08:00:35 -->