CINXE.COM
WordPress | Facebook
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" id="facebook" class=" no_js"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.facebook.com/WordPress","20090926233041","https://web.archive.org/","web","/_static/", "1254007841"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-language" content="en"/> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/> <script type="text/javascript"> //<![CDATA[ (function(loc) { if (loc.pathname == '/') { return; } var uri_re = /^(?:(?:[^:\/?#]+):)?(?:\/\/(?:[^\/?#]*))?([^?#]*)(?:\?([^#]*))?(?:#(.*))?/; var target_domain = ''; loc.href.replace(uri_re, function(all, path, query, frag) { var dst, src; dst = src = path + (query ? '?' + query : ''); if (frag) { if (frag.charAt(0) == '/') { dst = frag.replace(/^\/+/, '/') .replace(/_fb_qsub=([^&]+)&?/, function(all, domain){ if (domain.substring(domain.length - 13) == '.facebook.com') { target_domain = 'http://'+domain; } return ''; }); } else if (/&|=/.test(frag)) { var q = {}; var m = frag.match(/([^#]*)(#.*)?/); var arr = (query||'').split('&').concat((m[1]||'').split('&')); for (var i=0, length=arr.length; i<length; i++) { var t = arr[i].split('='); if (t.length && t[0] != '') { q[t[0]] = t[1]; } } var s = []; for (var i in q) { s.push(i+ (q[i]?'='+q[i]:'')); } dst = path+'?'+s.join('&')+(m[2]||''); } } dst = "" + dst; if (dst != src) { window.location.replace(target_domain + dst); } }); })(window.location); !function() { var doc = document, htm = doc.documentElement, phc = 'DOMControl_placeholder', nearest = function(elm, tag) { while (elm && elm.nodeName != tag) { elm = elm.parentNode; } return elm; }, fob = function (e) { var e = e || window.event, elm = e.target || e.srcElement, ph = elm.getAttribute('placeholder'); if (ph) { if ('focus' == e.type || 'focusin' == e.type) { if (elm.value == ph) { elm.value = ''; CSS.removeClass(elm, phc); } } else { if (elm.value == '') { CSS.addClass(elm, phc); elm.value = ph; } } } }; $ = window.$ || function(id) { var e = doc.getElementById(id); return (e && e.getAttribute('id') == id) ? e : null; }; CSS = window.CSS || { addClass : function(e, c) { e.className += ' ' + c; }, removeClass : function(e, c) { e.className = e.className .replace(new RegExp('(^|\\s)' + c + '(?=\\s|$)', 'g'), ' '); } }; Bootloader = window.Bootloader || { _preloaded : [], _callbacks : {}, loadComponents : function(component, callback) { if (callback) { var cb = Bootloader._callbacks; cb[component] = cb[component] || []; cb[component].push(callback); } var script = doc.createElement('script'); script.type = 'text/javascript'; script.src = '/rsrcx.php?boot&enable=' + component; doc.getElementsByTagName('head')[0].appendChild(script); }, done : function(names) { Bootloader._preloaded.push(names); } }; htm.onclick = function(e) { e = e || window.event; var elem = nearest(e.target || e.srcElement, 'A') || htm, href = elem.getAttribute('ajaxify') || elem.href; switch (elem.rel) { case 'dialog': case 'dialog-post': Bootloader.loadComponents('dialog', function() { Dialog.bootstrap(href, null, elem.rel == 'dialog'); }); break; case 'async': Bootloader.loadComponents('async', function() { new AsyncRequest(href) .setReadOnly(true) .setMethod('GET') .setStatusElement(elem) .send(); }); break; default: return; } return false; }; htm.onfocusin = htm.onfocusout = fob; if (htm.addEventListener) { htm.addEventListener('focus', fob, true); htm.addEventListener('blur', fob, true); } CSS.removeClass(htm, 'no_js'); }(); if (navigator && navigator.userAgent && document.domain.toLowerCase().match(/(^|\.)facebook\..*/) && !(parseInt((/Gecko\/([0-9]+)/.exec(navigator.userAgent) || []).pop(), 10) <= 20060508)) { document.domain = window.location.hostname.replace(/^.*(facebook\..*)$/i, '$1'); } var onloadRegister = window.onloadRegister || function(h) { onloadhooks.push(h); }; var onloadhooks = window.onloadhooks || []; var onafterloadRegister = window.onafterloadRegister || function(h) { onafterloadhooks.push(h); }; var onafterloadhooks = window.onafterloadhooks || []; function run_if_loaded(element, f) { f = bind(element, f); if (window.loaded) { return (element.returnValue = f()); } }; function run_now(element, f) { f = bind(element, f); return (element.returnValue = f()); }; function run_with(element, deps, f) { f = bind(element, f); Bootloader.loadComponents(deps, function() { element.returnValue = f(); }); return false; } function wait_for_load(element, e, f) { f = bind(element, f, e); if (window.loaded) { return (element.returnValue = f()); } switch ((e || event).type) { case 'load': case 'focus': onloadRegister(f); return; case 'click': var es = element.style, ds = document.body.style; es.cursor = ds.cursor = 'progress'; onafterloadRegister(function() { es.cursor = ds.cursor = ''; if (element.tagName.toLowerCase() == 'a') { if (false !== f() && element.href) { window.location.href = element.href; } } else if (element.click) { element.click(); } }); break; } return false; }; function bind(obj, method ) { var args = []; for (var ii = 2; ii < arguments.length; ii++) { args.push(arguments[ii]); } var fn = function() { var _obj = obj || (this == window ? false : this); var _args = args.slice(); for (var jj = 0; jj < arguments.length; jj++) { _args.push(arguments[jj]); } if (typeof(method) == "string") { if (_obj[method]) { return _obj[method].apply(_obj, _args); } } else { return method.apply(_obj, _args); } }; if (typeof method == 'string') { fn.name = method; } else if (method && method.name) { fn.name = method.name; } fn.toString = function() { return bind._toString(obj, args, method); }; return fn; }; var curry = bind(null, bind, null); bind._toString = bind._toString || function(obj, args, method) { return (typeof method == 'string') ? ('late bind<'+method+'>') : ('bound<'+method.toString()+'>'); }; window.loadFirebugConsole && loadFirebugConsole();CavalryLogger=false; //]]> </script> <meta name="description" content="Welcome to the official Facebook Page of WordPress. Get exclusive content and interact with WordPress right from Facebook. Join Facebook to create your own Page or to start connecting with friends."/> <meta name="robots" content="noodp,noydir"/> <link rel="canonical" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress"/> <title>WordPress | Facebook</title> <script type="text/javascript"> Env={method:"GET",dev:0,start:(new Date()).getTime(),ps_limit:5,ps_ratio:4,svn_rev:189811,static_base:"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/",www_base:"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/www.facebook.com\/",tlds:["com","at","ca","co.nz","co.za","com.au","dk","es","ie","jp","net.nz","no","pl","se","vn"],rep_lag:20,pc:{"m":"0.1.0","l":"0.1.0"},fb_dtsg:null}; </script> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090926233041cs_/http://static.ak.fbcdn.net/rsrc.php/zAVO5/hash/by2irbw5.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090926233041cs_/http://static.ak.fbcdn.net/rsrc.php/zDTL0/hash/2zbvkumb.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090926233041cs_/http://static.ak.fbcdn.net/rsrc.php/zD0P5/hash/8oiuirlq.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090926233041cs_/http://static.ak.fbcdn.net/rsrc.php/z9BOB/hash/nvm373u2.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090926233041cs_/http://static.ak.fbcdn.net/rsrc.php/z6KDF/hash/30k8nwxm.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090926233041cs_/http://static.ak.fbcdn.net/rsrc.php/z9YSL/hash/90ouedpu.css"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20090926233041cs_/http://static.ak.fbcdn.net/rsrc.php/zB86T/hash/34bqrd8o.css"/> <!--[if lte IE 6]><link rel="stylesheet" href="http://static.ak.fbcdn.net/rsrc.php/zB1WO/hash/c5zu0405.css" type="text/css" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" href="http://static.ak.fbcdn.net/rsrc.php/z690F/hash/5pwsqvbc.css" type="text/css" /><![endif]--> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/zQ3IT/hash/65v3rbjz.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/z9KUA/hash/2w3y2b5q.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/z3O37/hash/4kua4a49.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/z3O4W/hash/12fohclt.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/zDTF6/hash/clm6xvlp.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/z7WVO/hash/2tayp64x.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/z7C4A/hash/l5l0ynp6.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/zB10G/hash/2p42pkpw.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/z6GKG/hash/d3k2puya.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/z88KA/hash/zuikqq20.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/zAXXR/hash/4rfx6byh.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/zF3TJ/hash/5t667s4y.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20090926233041js_/http://static.ak.fbcdn.net/rsrc.php/z760A/hash/25anqnkh.js"></script> <script type="text/javascript">Bootloader.enableBootload({"pic-container-css":[{"name":"css\/4blsy93c7em844gk.pkg.css","type":"css","src":"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/zAFZ6\/hash\/5fu0i1g0.css","permanent":false}],"report":[{"name":"css\/report.css","type":"css","src":"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/z7BAA\/hash\/a6zxw4tw.css","permanent":false},{"name":"js\/report.js","type":"js","src":"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/z6FWR\/hash\/bcf6kwfq.js","permanent":false}]});</script><link rel="search" type="application/opensearchdescription+xml" href="https://web.archive.org/web/20090926233041/http://static.ak.fbcdn.net/rsrc.php/z7J29/hash/4qfe7esg.xml" title="Facebook"/> <link rel="shortcut icon" href="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z9Q0Q/hash/8yhim1ep.ico"/> </head> <body class="profile profile_logged_out nile_profile profile_two_columns Locale_en_US UIPage_LoggedOut"> <div id="FB_HiddenContainer" style="position:absolute; top:-10000px; width:0px; height:0px;"></div><div id="menubar_container" class="fb_menubar_show_register"><div onmouseover="if (window.delay_add_class) {DOM.scry(this, "li.fb_menu").map(function(e) {delay_add_class(e, "hovered", 250)});this.onmouseover = null;}" id="fb_menubar" class="fb_menubar_logged_out clearfix"><ul id="fb_menubar_core" class="fb_menu_list"><li class="fb_menu" id="fb_menubar_logo"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/" class="fb_logo_link" title="Go to Facebook Home"><img alt="Facebook logo" class="fb_logo_img" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a></li></ul><ul id="fb_menubar_aux" class="fb_menu_list"><div class="menu_login_container"><form method="POST" action="https://web.archive.org/web/20090926233041/https://login.facebook.com/login.php?login_attempt=1" id="login_form"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="locale" name="locale" value="en_US"/><input type="hidden" id="login_ab_group" name="login_ab_group" value="0"/><table cellpadding="0" cellspacing="0"><tr><td class="login_form_label_field login_form_label_remember"><input type="checkbox" class="inputcheckbox " id="persistent" name="persistent" value="1"/><label for="persistent" id="label_persistent">Remember Me</label></td><td class="login_form_label_field"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/reset.php" rel="nofollow">Forgot your password?</a></td><td class="login_form_last_field login_form_label_field"></td></tr><tr><td><input type="text" class="inputtext" id="email" name="email" value=""/></td><td><input type="password" class="inputpassword" id="pass" name="pass" value=""/><input type="text" class="inputtext hidden_elem" id="pass_placeholder" name="pass_placeholder" value=""/></td><td class="login_form_last_field"><div class="inner"><span class="UIButton UIButton_Blue UIFormButton"><input value="Login" type="submit" class="UIButton_Text"/></span></div></td></tr></table><input type="hidden" id="next" name="next" value="http://www.facebook.com/WordPress"/><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="lsd" name="lsd" value="qOoSN"/></form> </div></ul></div><div class="signup_bar_container"><div class="signup_box clearfix"> <a class="signup_btn UIButton UIButton_Green UIButton_Large UIActionButton_SuppressMargin UIActionButton" href="/web/20090926233041/http://www.facebook.com/r.php?page_id=6427302910&r=111&locale=en_US"><span class="UIButton_Text">Sign Up</span></a><div class="signup_box_content"><span>WordPress is on Facebook</span><span class="signup_box_submessage">Sign up for Facebook to connect with WordPress.</span></div></div></div></div><div id="content" class="fb_content clearfix"><div><span id="style_container_for_hidden_boxes" style="display:none"> </span><div class="profile_top_wash"><div class="profile_color_bar"><div class="left_column_container"><div id="left_column" class="left_column"><div id="profileimage" class="profileimage" onmouseover="" onmouseout=""><a href="/web/20090926233041/http://www.facebook.com/album.php?profile=1&id=6427302910"><img src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object2/133/45/n6427302910_4250.jpg" alt="WordPress" id="profile_pic"/></a></div><div class="profile_actions"></div><div id="profile_blurb" class="blurb"><div class="blurb_outer"><div class="blurb_inner"><div class="text_wrapper" style="display: block;">Blogging software with style.<br/><br/><a href="https://web.archive.org/web/20090926233041/http://wordpress.org/" onmousedown="UntrustedLink.bootstrap($(this), "", event)" target="_blank" rel="nofollow">http://wordpress.org/</a></div></div></div></div><div id="boxes_left" class="box_column"><div id="box_app_2356318349" class="box"><h5 class="box_header UITitle UITitle_h5">Fans</h5><div class="app_custom_content "><h4 class="box_header clearfix"><span>6 of 42,552 fans</span><small><a href="/web/20090926233041/http://www.facebook.com/social_graph.php?node_id=6427302910&class=FanManager" onclick="SocialGraphManager.init("FanManager", "6427302910").showBrowseDialog(); return false;">See All</a></small></h4><div id="app_content_2356318349" class="inside app_content_2356318349"><div id="profile_friends_box_inner_content" class="loaded_content"><div class="UIGridRenderer clearfix"><div class="UIGridRenderer_Row clearfix"><div class="UIPortrait_TALL"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/imse4n" rel="" title="Sean"><img alt="Sean" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/v224/1620/26/q100000285366123_5696.jpg"/></a><div class="UIPortrait_Text"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/imse4n" rel="" title="Sean">Sean</a></div></div><div class="UIPortrait_TALL"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/people/Lucas-Quinney/1416151993" rel="" title="Lucas"><img alt="Lucas" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/v224/1036/35/q1416151993_7669.jpg"/></a><div class="UIPortrait_Text"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/people/Lucas-Quinney/1416151993" rel="" title="Lucas">Lucas</a></div></div><div class="UIGridRenderer_Last UIPortrait_TALL"><a class="title" href="https://web.archive.org/web/20090926233041/http://id-id.facebook.com/rock.rolling" rel="" title="Rock"><img alt="Rock" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/v222/529/8/q1594255891_3686.jpg"/></a><div class="UIPortrait_Text"><a class="title" href="https://web.archive.org/web/20090926233041/http://id-id.facebook.com/rock.rolling" rel="" title="Rock">Rock</a></div></div></div><div class="UIGridRenderer_Row clearfix"><div class="UIPortrait_TALL"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/people/Charley-Iyke/1083654418" rel="" title="Charley"><img alt="Charley" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/v229/21/29/q1083654418_8365.jpg"/></a><div class="UIPortrait_Text"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/people/Charley-Iyke/1083654418" rel="" title="Charley">Charley</a></div></div><div class="UIPortrait_TALL"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/people/Tariq-Awan/1840779842" rel="" title="Tariq"><img alt="Tariq" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/v223/1592/3/q1840779842_1120.jpg"/></a><div class="UIPortrait_Text"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/people/Tariq-Awan/1840779842" rel="" title="Tariq">Tariq</a></div></div><div class="UIGridRenderer_Last UIPortrait_TALL"><span class="title" href="" rel="" title="Kathleen"><img alt="Kathleen" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/pics/q_silhouette.gif"/></span><div class="UIPortrait_Text"><span class="title" href="" rel="" title="Kathleen">Kathleen</span></div></div></div></div></div></div></div></div><div id="boxes_left_moveable"><div id="box_app_2530096808" class="box"><h5 class="box_header UITitle UITitle_h5">Favorite Pages</h5><div class="app_custom_content "><h4 class="box_header clearfix"><span><a href="/web/20090926233041/http://www.facebook.com/social_graph.php?node_id=6427302910&filter=fanned" onclick="SocialGraphManager.init("FriendManager", "6427302910").showBrowseDialog({"selected_filter":"fanned"}); return false;">2 Pages</a></span><small><a href="/web/20090926233041/http://www.facebook.com/social_graph.php?node_id=6427302910&filter=fanned" onclick="SocialGraphManager.init("FriendManager", "6427302910").showBrowseDialog({"selected_filter":"fanned"}); return false;">See All</a></small></h4><div id="app_content_2530096808" class="inside app_content_2530096808"><div class="UIGridRenderer clearfix"><div class="UIGridRenderer_Row clearfix"><div class="UIPortrait_TALL"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPresscom" rel="" title="WordPress.com"><img alt="WordPress.com" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object3/1365/66/q134098913979_2400.jpg"/></a><div class="UIPortrait_Text"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPresscom" rel="" title="WordPress.com"><span>WordPres</span><wbr/><span class="word_break"></span>s.com</a></div></div><div class="UIGridRenderer_Last UIPortrait_TALL"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/matt.mullenweg" rel="" title="Matt Mullenweg"><img alt="Matt Mullenweg" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object3/419/87/q26606306650_704.jpg"/></a><div class="UIPortrait_Text"><a class="title" href="https://web.archive.org/web/20090926233041/http://www.facebook.com/matt.mullenweg" rel="" title="Matt Mullenweg">Matt<wbr/><span> Mullenwe</span><wbr/><span class="word_break"></span>g</a></div></div></div></div></div></div></div></div></div><div class="actions secondary_actions"><a href="/web/20090926233041/http://www.facebook.com/pages/create.php" class=" action actionspro_a">Create a Page for My Business</a><a href="#" class=" action actionspro_a" onclick="return run_with(this, ["report"], function() {report_content_dialog("https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/www.facebook.com\/ajax\/report.php?type=23&cid=6427302910&h=1adcf4e40e"); return false;});">Report Page</a></div></div></div><div id="profile_top_bar" class="top_bar"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?v=wall&viewas=0" class="top_bar_pic" id="top_bar_pic"><img alt="" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object2/133/45/q6427302910_4250.jpg"/></a><div class="profile_top_bar_container"><div class="profile_name_and_status"><h1 id="profile_name">WordPress</h1><span class="profile_icon"><img alt="" class="spritemap_icons sx_icons_fbpage" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></span></div><div class="tabs_wrapper clearfix"><ul id="profile_tabs" class="tabs"><li class="selected" view="wall"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?v=wall" class="tab_link profile_tab"><div class="app_tab_header"><div class="app_tab_icon"> </div><div class="app_tab_title">Wall</div></div></a></li><li view="info"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?v=info" class="tab_link profile_tab"><div class="app_tab_header"><div class="app_tab_icon"> </div><div class="app_tab_title">Info</div></div></a></li><li view="photos"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?v=photos" class="tab_link profile_tab"><div class="app_tab_header"><div class="app_tab_icon" style="background-image: url(https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z5NDM/hash/9mjaqd77.gif)"> </div><div class="app_tab_title">Photos</div></div></a></li><li view="app_2392950137"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?v=app_2392950137" class="tab_link profile_tab"><div class="app_tab_header"><div class="app_tab_icon" style="background-image: url(https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/zCIUF/hash/sgy8fclu.gif)"> </div><div class="app_tab_title">Video</div></div></a></li><li view="app_2373072738"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?v=app_2373072738" class="tab_link profile_tab"><div class="app_tab_header"><div class="app_tab_icon" style="background-image: url(https://web.archive.org/web/20090926233041im_/http://photos-c.ak.fbcdn.net/photos-ak-sf2p/v43/78/2373072738/app_4_2373072738_5497.gif)"> </div><div class="app_tab_title">Discussions</div></div></a></li><li view="box_3"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?v=box_3" class="tab_link profile_tab"><div class="app_tab_header"><div class="app_tab_icon" style="background-image: url(/web/20090926233041im_/http://www.facebook.com/images/app_icons/hidden.gif)"> </div><div class="app_tab_title">Boxes</div></div></a></li><li class="profile_tab_more hidden_elem" id="profile_tab_more"><a href="#" class="tab_link"></a><div class="dropdown_menu hidden_elem link_menu_list" id="menu_tab_more"><div class="dropdown_menu_header_shadow"><div class="menu_content"><div class="tabs_more_menu" id="tabs_more_menu"><ul></ul></div></div></div></div></li></ul></div></div></div></div></div><div id="tab_content" class="tab_content profile_bottom_wash"><div class="profile_bottom_container"><div class="right_column_container clearfix"><div class="profile_sidebar_ads"> </div><div id="right_column" class="right_column"><div id="tab_canvas"><div><div id="feedwall_with_composer"><div id="feedwall_controls_wrapper"><div id="feedwall_controls"><div id="profile_stream_filters" class="Tabset_tabset clearfix"><ul class="PillFilter_pillfilter Tabset_tabset"><li class="PillFilter_filter hidden_elem" id="profile_stream_filters_all_posts"><a href="#" id="profile_stream_filters_all_posts_anchor" onclick="return Tabset.getInstance("profile_stream_filters").selectTab("profile_stream_filters_all_posts",function() { return ProfileStream.getInstance().showStream(1);; }.bind(this),null);"><div class="tl"><div class="tr"><div class="br"><div class="bl">WordPress + Fans</div></div></div></div></a></li><li class="PillFilter_filter Tabset_selected" id="profile_stream_filters_posts_by_owner"><a href="#" id="profile_stream_filters_posts_by_owner_anchor" onclick="return Tabset.getInstance("profile_stream_filters").selectTab("profile_stream_filters_posts_by_owner",function() { return ProfileStream.getInstance().showStream(2);; }.bind(this),null);"><div class="tl"><div class="tr"><div class="br"><div class="bl"><span id="profile_filters_just" class="hidden_elem">Just</span> WordPress</div></div></div></div></a></li><li class="PillFilter_filter " id="profile_stream_filters_posts_by_others"><a href="#" id="profile_stream_filters_posts_by_others_anchor" onclick="return Tabset.getInstance("profile_stream_filters").selectTab("profile_stream_filters_posts_by_others",function() { return ProfileStream.getInstance().showStream(3);; }.bind(this),null);"><div class="tl"><div class="tr"><div class="br"><div class="bl">Just Fans</div></div></div></div></a></li><li class="PillFilter_filter " id="profile_stream_filters_posts_loading"><a href="#" id="profile_stream_filters_posts_loading_anchor" onclick="return Tabset.getInstance("profile_stream_filters").selectTab("profile_stream_filters_posts_loading",function() { return false;; }.bind(this),null);"><div class="tl"><div class="tr"><div class="br"><div class="bl"></div></div></div></div></a></li></ul></div></div></div><div id="profile_stream_container" data-ft="{"src":"9"}"><div class="minifeedwall" id="profile_minifeed"><div id="div_story_2125188057_153553151124" data-ft="{"sty":"30","actrs":"6427302910","fbid":"124303457910","authentic":"1"}" class="UIIntentionalStory_Profile_First UIStory UIIntentionalStory aid_6427302910"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" class="UIIntentionalStory_Pic" title="WordPress" onclick="ft("4:9:30:6427302910::::0::::124303457910");"><img alt="WordPress" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object2/133/45/q6427302910_4250.jpg"/></a><div class="UIIntentionalStory_Header"><h3 class="UIIntentionalStory_Message" data-ft="{"type":"msg"}"> <span class="UIIntentionalStory_Names" data-ft="{"type":"name"}"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" onclick="ft("4:9:30:6427302910::::0::::124303457910");">WordPress</a> </span><span class="UIStory_Message"></span></h3></div><div class="UIStoryAttachment" data-ft="{"type":"attach"}"><div class="UIStoryAttachment_BlockQuote"><div class="UIStoryAttachment_Title"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=153553151124&ref=mf" onclick="ft("4:9:30:6427302910::::0::::124303457910");">How to Keep WordPress Secure</a></div><div class="UIStoryAttachment_Copy">A stitch in time saves nine. I couldn’t sew my way out of a bag, but it’s true advice for bloggers as well — a little bit of work on an upgrade now saves a lot of work fixing something later. Right now there is a worm making its way around old, unpatched versions of WordPress...</div></div></div><div id="commentable_item_2125188057_153553151124" class="commentable_item with_comments autoexpand_mode comment_form_153553151124" data-comment="{"source":"0","target_fbid":"153553151124","target_owner":"6427302910","target_owner_name":"WordPress","item_id":"2125188057","type_id":"14","assoc_obj_id":"","check_hash":"dc628832c8dd0f07","num_comments":"38","extra_story_params":[],"source_app_id":"","extra_data":[]}"><form method="POST" action="/web/20090926233041/http://www.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2f9ae0fe19c0ced25e9e9e4e48d7107d"/><span class="UIActionLinks UIActionLinks_bottom UIIntentionalStory_Info"><div class="UIImageBlock clearfix"><img alt="" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image spritemap_icons sx_icons_note" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><span class="UIIntentionalStory_InfoText"><span class="UIIntentionalStory_Time"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=153553151124&comments&ref=mf" onclick="ft("4:9:30:6427302910::::0::::124303457910");">September 5 at 1:05pm</a></span></span></div></div></span><div class="comment_box" data-ft="{"type":"ufi"}"><div class="comment_box_nub"></div><div id="like_box_2125188057_153553151124" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><a href="#" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link" title="Click to see people who like this item" onclick="ft("28:9:30:6427302910::::0::like::124303457910");LikeController.constructLP(this); return false;"><img alt="" class="spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><span>Tony</span>, <a href="https://web.archive.org/web/20090926233041/http://fr-fr.facebook.com/anyvideo">Anyvideo</a>, <a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/nzafee">Nzafee</a> and <a href="/web/20090926233041/http://www.facebook.com/social_graph.php?node_id=153553151124&class=LikeManager" class="like_users_link" onclick="ft("28:9:30:6427302910::::0::like::124303457910");LikeController.constructLP(this); return false;">137 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section UIImageBlock clearfix"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=153553151124&comments" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=153553151124&comments">View all 38 comments</a></div></div></div></div></form> </div></div><div id="div_story_953762021_139538756124" data-ft="{"sty":"30","actrs":"6427302910","fbid":"111460387910","authentic":"1"}" class="UIStory UIIntentionalStory aid_6427302910"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" class="UIIntentionalStory_Pic" title="WordPress" onclick="ft("4:9:30:6427302910::::0::::111460387910");"><img alt="WordPress" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object2/133/45/q6427302910_4250.jpg"/></a><div class="UIIntentionalStory_Header"><h3 class="UIIntentionalStory_Message" data-ft="{"type":"msg"}"> <span class="UIIntentionalStory_Names" data-ft="{"type":"name"}"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" onclick="ft("4:9:30:6427302910::::0::::111460387910");">WordPress</a> </span><span class="UIStory_Message"></span></h3></div><div class="UIStoryAttachment" data-ft="{"type":"attach"}"><div class="UIStoryAttachment_BlockQuote"><div class="UIStoryAttachment_Title"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139538756124&ref=mf" onclick="ft("4:9:30:6427302910::::0::::111460387910");">WordPress 2.8.4: Security Release</a></div><div class="UIStoryAttachment_Copy">Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset...</div></div></div><div id="commentable_item_953762021_139538756124" class="commentable_item with_comments autoexpand_mode comment_form_139538756124" data-comment="{"source":"0","target_fbid":"139538756124","target_owner":"6427302910","target_owner_name":"WordPress","item_id":"953762021","type_id":"14","assoc_obj_id":"","check_hash":"0978d2c3052e348b","num_comments":"56","extra_story_params":[],"source_app_id":"","extra_data":[]}"><form method="POST" action="/web/20090926233041/http://www.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2f9ae0fe19c0ced25e9e9e4e48d7107d"/><span class="UIActionLinks UIActionLinks_bottom UIIntentionalStory_Info"><div class="UIImageBlock clearfix"><img alt="" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image spritemap_icons sx_icons_note" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><span class="UIIntentionalStory_InfoText"><span class="UIIntentionalStory_Time"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139538756124&comments&ref=mf" onclick="ft("4:9:30:6427302910::::0::::111460387910");">August 11 at 6:48pm</a></span></span></div></div></span><div class="comment_box" data-ft="{"type":"ufi"}"><div class="comment_box_nub"></div><div id="like_box_953762021_139538756124" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><a href="#" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link" title="Click to see people who like this item" onclick="ft("28:9:30:6427302910::::0::like::111460387910");LikeController.constructLP(this); return false;"><img alt="" class="spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/nzafee">Nzafee</a>, <a href="https://web.archive.org/web/20090926233041/http://en-gb.facebook.com/xrath">Jang-Ho</a>, <a href="https://web.archive.org/web/20090926233041/http://es-la.facebook.com/djleonardorodriguez">Leonardo</a> and <a href="/web/20090926233041/http://www.facebook.com/social_graph.php?node_id=139538756124&class=LikeManager" class="like_users_link" onclick="ft("28:9:30:6427302910::::0::like::111460387910");LikeController.constructLP(this); return false;">143 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section UIImageBlock clearfix"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139538756124&comments" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139538756124&comments">View all 56 comments</a></div></div></div></div></form> </div></div><div id="div_story_1419026019_140754495398" data-ft="{"sty":"38","actrs":"6427302910","fbid":"140754495398","authentic":"1"}" class="UIStory UIIntentionalStory aid_6427302910"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" class="UIIntentionalStory_Pic" title="WordPress" onclick="ft("4:9:38:6427302910::::0::::140754495398");"><img alt="WordPress" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object2/133/45/q6427302910_4250.jpg"/></a><div class="UIIntentionalStory_Header"><h3 class="UIIntentionalStory_Message" data-ft="{"type":"msg"}"> <span class="UIIntentionalStory_Names" data-ft="{"type":"name"}"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" onclick="ft("4:9:38:6427302910::::0::::140754495398");">WordPress</a> </span><span class="UIStory_Message">In this short video for self-hosted WordPress blogs, we walk you through the process of adding Twitter updates to the sidebar of your widget-enabled theme, using the Wickett Twitter plugin.</span></h3></div><div class="UIStoryAttachment" data-ft="{"type":"attach"}"><div class="UIStoryAttachment_Media UIStoryAttachment_MediaSingle" data-ft="{"type":"media"}"><div class="UIMediaItem"><div class="UIMediaItem_video"><div id="so_video_4abea4223d3c95139921406_holder" class="fb_video_holder"><a onclick="so_video_4abea4223d3c95139921406.write('so_video_4abea4223d3c95139921406_holder');CSS.addClass($("div_story_1419026019_140754495398"), "UIStory_Open");;return false;" class="video_extra_anchor" title="Click to play video"><div class="video_thumb"><span class="thumb"><img src="https://web.archive.org/web/20090926233041im_/http://vthumb.ak.fbcdn.net/vthumb-ak-sf2p/v2674/184/27/506640398/t506640398_140754495398_2635.jpg" alt="" style="height:90px;width:160px;"/></span><span class="play"><img src="https://web.archive.org/web/20090926233041im_/http://vthumb.ak.fbcdn.net/vthumb-ak-sf2p/v2674/184/27/506640398/t506640398_140754495398_2635.jpg" alt="" style="height:90px;width:160px;"/></span><img src="https://web.archive.org/web/20090926233041im_/http://vthumb.ak.fbcdn.net/vthumb-ak-sf2p/v2674/184/27/506640398/t506640398_140754495398_2635.jpg" alt="" class="decoy" style="height:90px;width:160px;"/></div></a></div></div></div></div><div class="UIStoryAttachment_Title"><a href="/web/20090926233041/http://www.facebook.com/video/video.php?v=140754495398" onclick="ft("4:9:38:6427302910::::0::::140754495398");">Add Twitter Updates to Your Sidebar</a></div><div class="UIStoryAttachment_Table"><div><span class="UIStoryAttachment_Label">Length:</span><span class="UIStoryAttachment_Value">1:53</span></div></div></div><div id="commentable_item_1419026019_140754495398" class="commentable_item with_comments autoexpand_mode comment_form_140754495398" data-comment="{"source":"0","target_fbid":"140754495398","target_owner":"6427302910","target_owner_name":"WordPress","item_id":"1419026019","type_id":"38","assoc_obj_id":"","check_hash":"c44771afbdd83456","num_comments":"36","extra_story_params":[],"source_app_id":"","extra_data":[]}"><form method="POST" action="/web/20090926233041/http://www.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2f9ae0fe19c0ced25e9e9e4e48d7107d"/><span class="UIActionLinks UIActionLinks_bottom UIIntentionalStory_Info"><div class="UIImageBlock clearfix"><img alt="" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image spritemap_icons sx_icons_motion" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><span class="UIIntentionalStory_InfoText"><span class="UIIntentionalStory_Time"><a href="/web/20090926233041/http://www.facebook.com/video/video.php?v=140754495398&comments" onclick="ft("4:9:38:6427302910::::0::::140754495398");">August 11 at 4:00pm</a></span></span></div></div></span><div class="comment_box" data-ft="{"type":"ufi"}"><div class="comment_box_nub"></div><div id="like_box_1419026019_140754495398" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><a href="#" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link" title="Click to see people who like this item" onclick="ft("28:9:38:6427302910::::0::like::140754495398");LikeController.constructLP(this); return false;"><img alt="" class="spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/nzafee">Nzafee</a>, <span>Byron</span>, <a href="https://web.archive.org/web/20090926233041/http://es-la.facebook.com/djleonardorodriguez">Leonardo</a> and <a href="/web/20090926233041/http://www.facebook.com/social_graph.php?node_id=140754495398&class=LikeManager" class="like_users_link" onclick="ft("28:9:38:6427302910::::0::like::140754495398");LikeController.constructLP(this); return false;">106 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section UIImageBlock clearfix"><a href="/web/20090926233041/http://www.facebook.com/video/video.php?v=140754495398&comments" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="/web/20090926233041/http://www.facebook.com/video/video.php?v=140754495398&comments">View all 36 comments</a></div></div></div></div></form> </div></div><div id="div_story_869295028_140347665398" data-ft="{"sty":"38","actrs":"6427302910","fbid":"140347665398","authentic":"1"}" class="UIStory UIIntentionalStory aid_6427302910"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" class="UIIntentionalStory_Pic" title="WordPress" onclick="ft("4:9:38:6427302910::::0::::140347665398");"><img alt="WordPress" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object2/133/45/q6427302910_4250.jpg"/></a><div class="UIIntentionalStory_Header"><h3 class="UIIntentionalStory_Message" data-ft="{"type":"msg"}"> <span class="UIIntentionalStory_Names" data-ft="{"type":"name"}"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" onclick="ft("4:9:38:6427302910::::0::::140347665398");">WordPress</a> </span><span class="UIStory_Message">WordPress 2.8 "Baker" builds on the changes begun with 2.7, making the blogging experience smoother and simpler than ever. This short video walks you through the latest additions.</span></h3></div><div class="UIStoryAttachment" data-ft="{"type":"attach"}"><div class="UIStoryAttachment_Media UIStoryAttachment_MediaSingle" data-ft="{"type":"media"}"><div class="UIMediaItem"><div class="UIMediaItem_video"><div id="so_video_4abea4223fa4b8e36936554_holder" class="fb_video_holder"><a onclick="so_video_4abea4223fa4b8e36936554.write('so_video_4abea4223fa4b8e36936554_holder');CSS.addClass($("div_story_869295028_140347665398"), "UIStory_Open");;return false;" class="video_extra_anchor" title="Click to play video"><div class="video_thumb"><span class="thumb"><img src="https://web.archive.org/web/20090926233041im_/http://vthumb.ak.fbcdn.net/vthumb-ak-sf2p/v2674/184/27/506640398/t506640398_140347665398_1390.jpg" alt="" style="height:90px;width:160px;"/></span><span class="play"><img src="https://web.archive.org/web/20090926233041im_/http://vthumb.ak.fbcdn.net/vthumb-ak-sf2p/v2674/184/27/506640398/t506640398_140347665398_1390.jpg" alt="" style="height:90px;width:160px;"/></span><img src="https://web.archive.org/web/20090926233041im_/http://vthumb.ak.fbcdn.net/vthumb-ak-sf2p/v2674/184/27/506640398/t506640398_140347665398_1390.jpg" alt="" class="decoy" style="height:90px;width:160px;"/></div></a></div></div></div></div><div class="UIStoryAttachment_Title"><a href="/web/20090926233041/http://www.facebook.com/video/video.php?v=140347665398" onclick="ft("4:9:38:6427302910::::0::::140347665398");">Introducing WordPress 2.8 – Baker</a></div><div class="UIStoryAttachment_Table"><div><span class="UIStoryAttachment_Label">Length:</span><span class="UIStoryAttachment_Value">3:29</span></div></div></div><div id="commentable_item_869295028_140347665398" class="commentable_item with_comments autoexpand_mode comment_form_140347665398" data-comment="{"source":"0","target_fbid":"140347665398","target_owner":"6427302910","target_owner_name":"WordPress","item_id":"869295028","type_id":"38","assoc_obj_id":"","check_hash":"f79b2f5056573e4f","num_comments":"37","extra_story_params":[],"source_app_id":"","extra_data":[]}"><form method="POST" action="/web/20090926233041/http://www.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2f9ae0fe19c0ced25e9e9e4e48d7107d"/><span class="UIActionLinks UIActionLinks_bottom UIIntentionalStory_Info"><div class="UIImageBlock clearfix"><img alt="" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image spritemap_icons sx_icons_motion" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><span class="UIIntentionalStory_InfoText"><span class="UIIntentionalStory_Time"><a href="/web/20090926233041/http://www.facebook.com/video/video.php?v=140347665398&comments" onclick="ft("4:9:38:6427302910::::0::::140347665398");">August 10 at 9:34pm</a></span></span></div></div></span><div class="comment_box" data-ft="{"type":"ufi"}"><div class="comment_box_nub"></div><div id="like_box_869295028_140347665398" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><a href="#" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link" title="Click to see people who like this item" onclick="ft("28:9:38:6427302910::::0::like::140347665398");LikeController.constructLP(this); return false;"><img alt="" class="spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/sbagley271">Susan</a>, <a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/nzafee">Nzafee</a>, <a href="https://web.archive.org/web/20090926233041/http://zh-cn.facebook.com/people/61a25875/1361631810">星</a> and <a href="/web/20090926233041/http://www.facebook.com/social_graph.php?node_id=140347665398&class=LikeManager" class="like_users_link" onclick="ft("28:9:38:6427302910::::0::like::140347665398");LikeController.constructLP(this); return false;">204 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section UIImageBlock clearfix"><a href="/web/20090926233041/http://www.facebook.com/video/video.php?v=140347665398&comments" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="/web/20090926233041/http://www.facebook.com/video/video.php?v=140347665398&comments">View all 37 comments</a></div></div></div></div></form> </div></div><div id="div_story_2011154983_139029556124" data-ft="{"sty":"30","actrs":"6427302910","fbid":"111003287910","authentic":"1"}" class="UIStory UIIntentionalStory aid_6427302910"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" class="UIIntentionalStory_Pic" title="WordPress" onclick="ft("4:9:30:6427302910::::0::::111003287910");"><img alt="WordPress" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object2/133/45/q6427302910_4250.jpg"/></a><div class="UIIntentionalStory_Header"><h3 class="UIIntentionalStory_Message" data-ft="{"type":"msg"}"> <span class="UIIntentionalStory_Names" data-ft="{"type":"name"}"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" onclick="ft("4:9:30:6427302910::::0::::111003287910");">WordPress</a> </span><span class="UIStory_Message"></span></h3></div><div class="UIStoryAttachment" data-ft="{"type":"attach"}"><div class="UIStoryAttachment_BlockQuote"><div class="UIStoryAttachment_Title"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139029556124&ref=mf" onclick="ft("4:9:30:6427302910::::0::::111003287910");">Upcoming WordCamps</a></div><div class="UIStoryAttachment_Copy">Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers...</div></div></div><div id="commentable_item_2011154983_139029556124" class="commentable_item with_comments autoexpand_mode comment_form_139029556124" data-comment="{"source":"0","target_fbid":"139029556124","target_owner":"6427302910","target_owner_name":"WordPress","item_id":"2011154983","type_id":"14","assoc_obj_id":"","check_hash":"187a2a8cc747157c","num_comments":"16","extra_story_params":[],"source_app_id":"","extra_data":[]}"><form method="POST" action="/web/20090926233041/http://www.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2f9ae0fe19c0ced25e9e9e4e48d7107d"/><span class="UIActionLinks UIActionLinks_bottom UIIntentionalStory_Info"><div class="UIImageBlock clearfix"><img alt="" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image spritemap_icons sx_icons_note" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><span class="UIIntentionalStory_InfoText"><span class="UIIntentionalStory_Time"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139029556124&comments&ref=mf" onclick="ft("4:9:30:6427302910::::0::::111003287910");">August 10 at 8:48pm</a></span></span></div></div></span><div class="comment_box" data-ft="{"type":"ufi"}"><div class="comment_box_nub"></div><div id="like_box_2011154983_139029556124" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><a href="#" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link" title="Click to see people who like this item" onclick="ft("28:9:30:6427302910::::0::like::111003287910");LikeController.constructLP(this); return false;"><img alt="" class="spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/nzafee">Nzafee</a>, <a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/rhia.casinillo">Rhia</a>, <a href="https://web.archive.org/web/20090926233041/http://id-id.facebook.com/people/Suffianto-Anto/1802725989">Suffianto</a> and <a href="/web/20090926233041/http://www.facebook.com/social_graph.php?node_id=139029556124&class=LikeManager" class="like_users_link" onclick="ft("28:9:30:6427302910::::0::like::111003287910");LikeController.constructLP(this); return false;">41 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section UIImageBlock clearfix"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139029556124&comments" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a onclick="ft("28:9:30:6427302910::::0::com::111003287910");load_all_feed_comments_d(this, null, []);return false;">View all 16 comments</a></div></div><div class="ufi_section UIImageBlock clearfix" id="comment_2011154983_139029556124_4869284"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/people/Ilham-Aulia/1775959904" class="UIImageBlock_Image UIImageBlock_TYPE_PROFILE_SMALL_Image" title="Ilham Aulia"><img alt="Ilham Aulia" class="UIProfileImage UIProfileImage_SMALL" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/v225/1019/15/q1775959904_2299.jpg"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_PROFILE_SMALL_Content"><div class="comment_text"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/people/Ilham-Aulia/1775959904" class="comment_author">Ilham Aulia</a><div id="text_expose_id_4abea422426090c79717196" class="comment_actual_text">Representing indonesia! How ?</div></div><div class="comment_actions">September 13 at 3:28pm</div></div></div><div class="ufi_section UIImageBlock clearfix" id="comment_2011154983_139029556124_5176765"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/Eduard777" class="UIImageBlock_Image UIImageBlock_TYPE_PROFILE_SMALL_Image" title="Eduard de Grave"><img alt="Eduard de Grave" class="UIProfileImage UIProfileImage_SMALL" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/v230/503/23/q1667036139_9152.jpg"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_PROFILE_SMALL_Content"><div class="comment_text"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/Eduard777" class="comment_author">Eduard de Grave</a><div id="text_expose_id_4abea422429f93386675554" class="comment_actual_text">how about Indonesia? we have 200 million peoples in this country!</div></div><div class="comment_actions">September 22 at 10:32am</div></div></div></div></div></form> </div></div><div id="div_story_95471407_139029561124" data-ft="{"sty":"30","actrs":"6427302910","fbid":"111003287910","authentic":"1"}" class="UIStory UIIntentionalStory aid_6427302910"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" class="UIIntentionalStory_Pic" title="WordPress" onclick="ft("4:9:30:6427302910::::0::::111003287910");"><img alt="WordPress" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object2/133/45/q6427302910_4250.jpg"/></a><div class="UIIntentionalStory_Header"><h3 class="UIIntentionalStory_Message" data-ft="{"type":"msg"}"> <span class="UIIntentionalStory_Names" data-ft="{"type":"name"}"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" onclick="ft("4:9:30:6427302910::::0::::111003287910");">WordPress</a> </span><span class="UIStory_Message"></span></h3></div><div class="UIStoryAttachment" data-ft="{"type":"attach"}"><div class="UIStoryAttachment_BlockQuote"><div class="UIStoryAttachment_Title"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139029561124&ref=mf" onclick="ft("4:9:30:6427302910::::0::::111003287910");">WordPress 2.8.3 Security Release</a></div><div class="UIStoryAttachment_Copy">Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1. Luckily, the entire WordPress community has our backs. Several folks in the community dug deeper and discovered areas that were overlooked. With their help, the remaining issues are fixed in 2.8.3. ...</div></div></div><div id="commentable_item_95471407_139029561124" class="commentable_item no_comments autoexpand_mode comment_form_139029561124" data-comment="{"source":"0","target_fbid":"139029561124","target_owner":"6427302910","target_owner_name":"WordPress","item_id":"95471407","type_id":"14","assoc_obj_id":"","check_hash":"d85d523063f9bf62","num_comments":"0","extra_story_params":[],"source_app_id":"","extra_data":[]}"><form method="POST" action="/web/20090926233041/http://www.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2f9ae0fe19c0ced25e9e9e4e48d7107d"/><span class="UIActionLinks UIActionLinks_bottom UIIntentionalStory_Info"><div class="UIImageBlock clearfix"><img alt="" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image spritemap_icons sx_icons_note" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><span class="UIIntentionalStory_InfoText"><span class="UIIntentionalStory_Time"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139029561124&comments&ref=mf" onclick="ft("4:9:30:6427302910::::0::::111003287910");">August 10 at 8:48pm</a></span></span></div></div></span><div class="comment_box" data-ft="{"type":"ufi"}"><div class="comment_box_nub"></div><div id="like_box_95471407_139029561124" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><a href="#" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link" title="Click to see people who like this item" onclick="ft("28:9:30:6427302910::::0::like::111003287910");LikeController.constructLP(this); return false;"><img alt="" class="spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/nzafee">Nzafee</a>, <a href="https://web.archive.org/web/20090926233041/http://id-id.facebook.com/people/Suffianto-Anto/1802725989">Suffianto</a> and <a href="/web/20090926233041/http://www.facebook.com/social_graph.php?node_id=139029561124&class=LikeManager" class="like_users_link" onclick="ft("28:9:30:6427302910::::0::like::111003287910");LikeController.constructLP(this); return false;">2 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"></div></div></form> </div></div><div id="div_story_726952446_139029566124" data-ft="{"sty":"30","actrs":"6427302910","fbid":"111003287910","authentic":"1"}" class="UIStory UIIntentionalStory aid_6427302910"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" class="UIIntentionalStory_Pic" title="WordPress" onclick="ft("4:9:30:6427302910::::0::::111003287910");"><img alt="WordPress" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object2/133/45/q6427302910_4250.jpg"/></a><div class="UIIntentionalStory_Header"><h3 class="UIIntentionalStory_Message" data-ft="{"type":"msg"}"> <span class="UIIntentionalStory_Names" data-ft="{"type":"name"}"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" onclick="ft("4:9:30:6427302910::::0::::111003287910");">WordPress</a> </span><span class="UIStory_Message"></span></h3></div><div class="UIStoryAttachment" data-ft="{"type":"attach"}"><div class="UIStoryAttachment_BlockQuote"><div class="UIStoryAttachment_Title"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139029566124&ref=mf" onclick="ft("4:9:30:6427302910::::0::::111003287910");">2.9 Features Vote Results</a></div><div class="UIStoryAttachment_Copy">Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release...</div></div></div><div id="commentable_item_726952446_139029566124" class="commentable_item no_comments autoexpand_mode comment_form_139029566124" data-comment="{"source":"0","target_fbid":"139029566124","target_owner":"6427302910","target_owner_name":"WordPress","item_id":"726952446","type_id":"14","assoc_obj_id":"","check_hash":"ed70324900e75e51","num_comments":"0","extra_story_params":[],"source_app_id":"","extra_data":[]}"><form method="POST" action="/web/20090926233041/http://www.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2f9ae0fe19c0ced25e9e9e4e48d7107d"/><span class="UIActionLinks UIActionLinks_bottom UIIntentionalStory_Info"><div class="UIImageBlock clearfix"><img alt="" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image spritemap_icons sx_icons_note" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><span class="UIIntentionalStory_InfoText"><span class="UIIntentionalStory_Time"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139029566124&comments&ref=mf" onclick="ft("4:9:30:6427302910::::0::::111003287910");">August 10 at 8:48pm</a></span></span></div></div></span><div class="comment_box" data-ft="{"type":"ufi"}"><div class="comment_box_nub"></div><div id="like_box_726952446_139029566124" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><a href="#" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link" title="Click to see people who like this item" onclick="ft("28:9:30:6427302910::::0::like::111003287910");LikeController.constructLP(this); return false;"><img alt="" class="spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/nzafee">Nzafee</a>, <a href="https://web.archive.org/web/20090926233041/http://id-id.facebook.com/people/Suffianto-Anto/1802725989">Suffianto</a> and <a href="https://web.archive.org/web/20090926233041/http://id-id.facebook.com/rijantini">Maria</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"></div></div></form> </div></div><div id="div_story_290854976_139029556124" data-ft="{"sty":"14","actrs":"6427302910","fbid":"139029556124","authentic":"1"}" class="UIStory UIIntentionalStory aid_6427302910"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" class="UIIntentionalStory_Pic" title="WordPress" onclick="ft("4:9:14:6427302910::::0::::139029556124");"><img alt="WordPress" class="UIProfileImage UIProfileImage_LARGE" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/object2/133/45/q6427302910_4250.jpg"/></a><div class="UIIntentionalStory_Header"><h3 class="UIIntentionalStory_Message" data-ft="{"type":"msg"}"> <span class="UIIntentionalStory_Names" data-ft="{"type":"name"}"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" onclick="ft("4:9:14:6427302910::::0::::139029556124");">WordPress</a> </span><span class="UIStory_Message"></span></h3></div><div class="UIStoryAttachment" data-ft="{"type":"attach"}"><div class="UIStoryAttachment_BlockQuote"><div class="UIStoryAttachment_Title"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139029556124&ref=mf" onclick="ft("4:9:14:6427302910::::0::::139029556124");">Upcoming WordCamps</a></div><div class="UIStoryAttachment_Copy">Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers...</div></div></div><div id="commentable_item_290854976_139029556124" class="commentable_item with_comments autoexpand_mode comment_form_139029556124" data-comment="{"source":"0","target_fbid":"139029556124","target_owner":"6427302910","target_owner_name":"WordPress","item_id":"290854976","type_id":"14","assoc_obj_id":"","check_hash":"187a2a8cc747157c","num_comments":"16","extra_story_params":[],"source_app_id":"","extra_data":[]}"><form method="POST" action="/web/20090926233041/http://www.facebook.com/" name="add_comment" id="add_comment" class="add_comment hidden_add_button"><input type="hidden" name="charset_test" value="€,´,€,´,水,Д,Є"/><input type="hidden" id="post_form_id" name="post_form_id" value="2f9ae0fe19c0ced25e9e9e4e48d7107d"/><span class="UIActionLinks UIActionLinks_bottom UIIntentionalStory_Info"><div class="UIImageBlock clearfix"><img alt="" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image spritemap_icons sx_icons_note" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><span class="UIIntentionalStory_InfoText"><span class="UIIntentionalStory_Time"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139029556124&comments&ref=mf" onclick="ft("4:9:14:6427302910::::0::::139029556124");">August 10 at 8:48pm</a></span></span></div></div></span><div class="comment_box" data-ft="{"type":"ufi"}"><div class="comment_box_nub"></div><div id="like_box_290854976_139029556124" class="like_box has_likes like_not_exists"><div class="ufi_section participants_not_expanded"><div class="like_sentence_container"><div class="like_sentence like_sentence_not_exists like_component_not_exists"><div class="UIImageBlock clearfix"><a href="#" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link UIImageBlock_Image UIImageBlock_TYPE_ICON_Image like_users_link" title="Click to see people who like this item" onclick="ft("28:9:14:6427302910::::0::like::139029556124");LikeController.constructLP(this); return false;"><img alt="" class="spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on spritemap_icons sx_icons_like_on" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/nzafee">Nzafee</a>, <a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/rhia.casinillo">Rhia</a>, <a href="https://web.archive.org/web/20090926233041/http://id-id.facebook.com/people/Suffianto-Anto/1802725989">Suffianto</a> and <a href="/web/20090926233041/http://www.facebook.com/social_graph.php?node_id=139029556124&class=LikeManager" class="like_users_link" onclick="ft("28:9:14:6427302910::::0::like::139029556124");LikeController.constructLP(this); return false;">41 others</a> like this.</div></div></div></div><div class="like_users clearfix pictures_container" style="display:none"></div></div></div><div class="comments_list_wrapper feed_comments"><div class="ufi_section UIImageBlock clearfix"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/note.php?note_id=139029556124&comments" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image"><img alt="" class="spritemap_icons sx_icons_comments" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><a onclick="ft("28:9:14:6427302910::::0::com::139029556124");load_all_feed_comments_d(this, null, []);return false;">View all 16 comments</a></div></div><div class="ufi_section UIImageBlock clearfix" id="comment_290854976_139029556124_4869284"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/people/Ilham-Aulia/1775959904" class="UIImageBlock_Image UIImageBlock_TYPE_PROFILE_SMALL_Image" title="Ilham Aulia"><img alt="Ilham Aulia" class="UIProfileImage UIProfileImage_SMALL" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/v225/1019/15/q1775959904_2299.jpg"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_PROFILE_SMALL_Content"><div class="comment_text"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/people/Ilham-Aulia/1775959904" class="comment_author">Ilham Aulia</a><div id="text_expose_id_4abea42247d9a1b24144536" class="comment_actual_text">Representing indonesia! How ?</div></div><div class="comment_actions">September 13 at 3:28pm</div></div></div><div class="ufi_section UIImageBlock clearfix" id="comment_290854976_139029556124_5176765"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/Eduard777" class="UIImageBlock_Image UIImageBlock_TYPE_PROFILE_SMALL_Image" title="Eduard de Grave"><img alt="Eduard de Grave" class="UIProfileImage UIProfileImage_SMALL" src="https://web.archive.org/web/20090926233041im_/http://profile.ak.fbcdn.net/v230/503/23/q1667036139_9152.jpg"/></a><div class="UIImageBlock_Content UIImageBlock_TYPE_PROFILE_SMALL_Content"><div class="comment_text"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/Eduard777" class="comment_author">Eduard de Grave</a><div id="text_expose_id_4abea4224817f5374908408" class="comment_actual_text">how about Indonesia? we have 200 million peoples in this country!</div></div><div class="comment_actions">September 22 at 10:32am</div></div></div></div></div></form> </div></div><div class="UIRecentActivity_Stream UIStream_Border"><div class="UIRecentActivity_Header">RECENT ACTIVITY</div><div class="UIRecentActivity_Content"><div id="id_4abea42236b5c2d72354560" class="UIStream"><div id="div_story_4abea42236bba3113195082" data-ft="{"sty":"23","actrs":"6427302910","object_id":"6427302910","fbid":"80750487910","authentic":"1","size":"s"}" class="UIStory UIRecentActivityStory"><div class="UIImageBlock clearfix"><img alt="" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image spritemap_icons sx_icons_discussion" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><div class="UIRecentActivity_Body">WordPress discussed <a href="/web/20090926233041/http://www.facebook.com/topic.php?uid=6427302910&topic=5369" onclick="ft("4:9:23:6427302910:::6427302910:0:::s:80750487910");">podpress for WP</a> on the <a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" onclick="ft("4:9:23:6427302910:::6427302910:0:::s:80750487910");">WordPress</a> discussion board.<span class="UIActionLinks UIActionLinks_title"></span></div></div></div></div><div id="div_story_4abea42236c1a2e00931430" data-ft="{"sty":"23","actrs":"6427302910","object_id":"6427302910","fbid":"21736027910","authentic":"1","size":"s"}" class="UIStory UIRecentActivityStory"><div class="UIImageBlock clearfix"><img alt="" class="UIImageBlock_Image UIImageBlock_TYPE_ICON_Image spritemap_icons sx_icons_discussion" src="https://web.archive.org/web/20090926233041im_/http://static.ak.fbcdn.net/rsrc.php/z12E0/hash/8q2anwu7.gif"/><div class="UIImageBlock_Content UIImageBlock_TYPE_ICON_Content"><div class="UIRecentActivity_Body">WordPress discussed <a href="/web/20090926233041/http://www.facebook.com/topic.php?uid=6427302910&topic=5369" onclick="ft("4:9:23:6427302910:::6427302910:0:::s:21736027910");">podpress for WP</a> on the <a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/WordPress?ref=mf" onclick="ft("4:9:23:6427302910:::6427302910:0:::s:21736027910");">WordPress</a> discussion board.<span class="UIActionLinks UIActionLinks_title"></span></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div id="pagefooter" class="clearfix"><div class="copyright_and_location clearfix"><div class="copyright" id="pagefooter_copyright"><span title="PHP">Facebook </span><span id="rtime" title="450">©</span> <span title="10.27.24.102">20</span><span title="36396744">09</span></div><div id="locale_selector_dialog_onclick"><a rel="dialog" href="/web/20090926233041/http://www.facebook.com/ajax/intl/language_dialog.php?uri=http%3A%2F%2Fwww.facebook.com%2FWordPress" class="intl_selector_dialog_a" title="English (US)">English (US)</a></div></div><div id="pagefooter_links"><ul class="pagefooter_ul" id="pagefooter_left_links"><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/facebook?ref=pf" accesskey="7" rel="nofollow">About</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/advertising/?src=pf">Advertising</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://developers.facebook.com/?ref=pf">Developers</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/careers/?ref=pf">Careers</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/terms.php?ref=pf" accesskey="8" rel="nofollow">Terms</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://blog.facebook.com/blog.php">Blog</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/facebook-widgets/?ref=pf">Widgets</a></li><li class="pagefooter_li"><span><span class="bullet">■</span></span></li></ul><ul class="pagefooter_ul" id="pagefooter_right_links"><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/find-friends/?ref=pf">Find Friends</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/policy.php?ref=pf" accesskey="6" rel="nofollow">Privacy</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/mobile/?ref=pf" accesskey="5">Mobile</a></li><li class="pagefooter_li"><a href="https://web.archive.org/web/20090926233041/http://www.facebook.com/help.php?ref=pf" accesskey="0" rel="nofollow">Help</a></li></ul></div></div><div id="dropmenu_container"></div><div id="js_buffer"><script type="text/javascript"> onloadRegister(function(){Bootloader.configurePage({"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/zAVO5\/hash\/by2irbw5.css":["css\/1lfvk7usbr1cosoo.pkg.css",false],"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/zDTL0\/hash\/2zbvkumb.css":["css\/abs9meps5k0g8kgc.pkg.css",false],"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/zD0P5\/hash\/8oiuirlq.css":["css\/2ecacu3qoow00okg.pkg.css",true],"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/z9BOB\/hash\/nvm373u2.css":["css\/4t9xfqfq7sw00wgg.pkg.css",true],"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/z6KDF\/hash\/30k8nwxm.css":["css\/7wip61thztkwc00g.pkg.css",false],"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/z9YSL\/hash\/90ouedpu.css":["css\/ayy72px8y00g0g8s.pkg.css",true],"https:\/\/web.archive.org\/web\/20090926233041\/http:\/\/static.ak.fbcdn.net\/rsrc.php\/zB86T\/hash\/34bqrd8o.css":["css\/3vi11zh8tv28sgg0.pkg.css",false]}); Bootloader.done(["css\/1lfvk7usbr1cosoo.pkg.css","css\/abs9meps5k0g8kgc.pkg.css","css\/2ecacu3qoow00okg.pkg.css","css\/4t9xfqfq7sw00wgg.pkg.css","css\/7wip61thztkwc00g.pkg.css","css\/ayy72px8y00g0g8s.pkg.css","css\/3vi11zh8tv28sgg0.pkg.css","js\/lib\/primer.js","js\/lib\/prelude.js"]); }); onloadRegister(function (){ft.enableFeedTracking("1");;}); onloadRegister(function (){window.profile_tab_controller = new ProfileTabController("6427302910", "0", false, $("profile_top_bar"), $("profile_tabs"), $("tab_content"), "wall", "profile_tab_more", "profile_tab_add", 0, false, true, ["wall","info"], "wall");}); onloadRegister(function (){window.PROFILE_FBID = "0"; window.PROFILE_OWNER_ID = "6427302910";;}); onloadRegister(function (){window.inboxAttachments = new attachments(3);;}); onloadRegister(function (){window.__UIControllerRegistry["c4abea4223499e8397354753"] = new ProfileStream("6427302910","0",1217730980,2,0,0,1,0);; ;;}); onloadRegister(function (){new Tabset("profile_stream_filters", "profile_stream_filters_posts_by_owner");;}); onloadRegister(function (){new OnVisible($("div_story_290854976_139029556124"), function(){ProfileStream.getInstance().showMore(undefined,true);});;}); onloadRegister(function (){new LikeBox({"actor":"6427302910","target_fbid":"153553151124","type_id":"14","source":0,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_2125188057_153553151124"); new LikeBox({"actor":"6427302910","target_fbid":"139538756124","type_id":"14","source":0,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_953762021_139538756124"); new LikeBox({"actor":"6427302910","target_fbid":"140754495398","type_id":"38","source":0,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_1419026019_140754495398"); new LikeBox({"actor":"6427302910","target_fbid":"140347665398","type_id":"38","source":0,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_869295028_140347665398"); new LikeBox({"actor":"6427302910","target_fbid":"139029556124","type_id":"14","source":0,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_2011154983_139029556124"); new LikeBox({"actor":"6427302910","target_fbid":"139029561124","type_id":"14","source":0,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_95471407_139029561124"); new LikeBox({"actor":"6427302910","target_fbid":"139029566124","type_id":"14","source":0,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_726952446_139029566124"); new LikeBox({"actor":"6427302910","target_fbid":"139029556124","type_id":"14","source":0,"assoc_obj_id":"","extra_story_params":[]}, false, true, "like_box_290854976_139029556124");;}); onloadRegister(function (){setFlashFallback('flash_fallback_4abea4223d6ad7530648028', ["9.0.159.0","10.0.22.87"]);;}); onloadRegister(function (){if (!window.video_histogram) {window.video_histogram = new VideoHistogram();}onbeforeunloadRegister(function() {if (!window.video_histogram.checking) {window.video_histogram.checkStatus();}});;}); onloadRegister(function (){so_video_4abea4223d3c95139921406 = new SWFObject("https://web.archive.org/web/20090926233041/http://static.ak.fbcdn.net/rsrc.php/z4HBM/hash/3krgnmig.swf", "so_video_4abea4223d3c95139921406", "400px", "224px", ["9.0.159.0","10.0.22.87"], "#000000"); so_video_4abea4223d3c95139921406.addParam("allowScriptAccess", "always"); so_video_4abea4223d3c95139921406.addParam("scale", "showall"); so_video_4abea4223d3c95139921406.addParam("allowFullScreen", "true"); so_video_4abea4223d3c95139921406.addParam("wmode", "window"); so_video_4abea4223d3c95139921406.addVariable("video_src", "http%3A%2F%2Fvideo.ak.facebook.com%2Fvideo-ak-sf2p%2Fv2685%2F99%2F119%2F140754495398_21540.mp4"); so_video_4abea4223d3c95139921406.addVariable("stage_width", "400"); so_video_4abea4223d3c95139921406.addVariable("stage_height", "224"); so_video_4abea4223d3c95139921406.addVariable("motion_log", "%2Fvideo%2Fmotion_log.php"); so_video_4abea4223d3c95139921406.addVariable("histogram_is_on", "1"); so_video_4abea4223d3c95139921406.addVariable("video_id", "140754495398"); so_video_4abea4223d3c95139921406.addVariable("video_length", "113550"); so_video_4abea4223d3c95139921406.addVariable("video_seconds", "113"); so_video_4abea4223d3c95139921406.addVariable("video_category", "0"); so_video_4abea4223d3c95139921406.addVariable("video_rotation", "0"); so_video_4abea4223d3c95139921406.addVariable("video_href", "%2Fvideo%2Fvideo.php%3Fv%3D140754495398"); so_video_4abea4223d3c95139921406.addVariable("fbt_play_again", "Play+Again"); so_video_4abea4223d3c95139921406.addVariable("fbt_go_to_video", "Go+to+Video"); so_video_4abea4223d3c95139921406.addVariable("fbt_next_video", "Next+Video"); so_video_4abea4223d3c95139921406.addVariable("fbt_share", "Share"); so_video_4abea4223d3c95139921406.addVariable("play_context", "8"); so_video_4abea4223d3c95139921406.addVariable("connect_to_owner", ""); so_video_4abea4223d3c95139921406.addVariable("share_id", "s%3D11%26appid%3D2392950137%26p%5B%5D%3D140754495398"); so_video_4abea4223d3c95139921406.addVariable("video_player_type", "video_player_profile_stream"); so_video_4abea4223d3c95139921406.addVariable("add_video_url", "%2Fadd.php%3Fapi_key%3D716088ae05768795ba66b6f7d3ff1f8e"); so_video_4abea4223d3c95139921406.addVariable("video_width", "400"); so_video_4abea4223d3c95139921406.addVariable("video_height", "224"); so_video_4abea4223d3c95139921406.addVariable("mvp_connect", "1"); so_video_4abea4223d3c95139921406.addVariable("video_autoplay", "1"); so_video_4abea4223d3c95139921406.addVariable("string_table", "https://web.archive.org/web/20090926233041/http://static.ak.fbcdn.net/js_strings.php/t87083/en_US"); so_video_4abea4223d3c95139921406.addVariable("swf_id", "so_video_4abea4223d3c95139921406"); so_video_4abea4223d3c95139921406.fallback_html = "\x3cdiv class=\x22flash_fallback\x22\x3e\x3cdiv class=\x22flash_fallback_border\x22\x3e\x3cdiv class=\x22flash_fallback_header\x22\x3eFlash Player upgrade required\x3c/div\x3e\x3cdiv class=\x22flash_fallback_explanation\x22 id=\x22flash_fallback_4abea4223d6ad7530648028\x22\x3eYou must download and install the latest version of the Adobe Flash Player to view this content.\x3c/div\x3e\x3cdiv class=\x22flash_fallback_button\x22\x3e\x3cinput type=\x22button\x22 class=\x22inputbutton\x22 onclick=\x22this.disabled=true;getFlashPlayer();\x22 id=\x22\x22 name=\x22\x22 value=\x22Download Flash\x22 /\x3e\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e";;}); onloadRegister(function (){setFlashFallback('flash_fallback_4abea4223fce11606456964', ["9.0.159.0","10.0.22.87"]);;}); onloadRegister(function (){if (!window.video_histogram) {window.video_histogram = new VideoHistogram();}onbeforeunloadRegister(function() {if (!window.video_histogram.checking) {window.video_histogram.checkStatus();}});;}); onloadRegister(function (){so_video_4abea4223fa4b8e36936554 = new SWFObject("https://web.archive.org/web/20090926233041/http://static.ak.fbcdn.net/rsrc.php/z4HBM/hash/3krgnmig.swf", "so_video_4abea4223fa4b8e36936554", "400px", "224px", ["9.0.159.0","10.0.22.87"], "#000000"); so_video_4abea4223fa4b8e36936554.addParam("allowScriptAccess", "always"); so_video_4abea4223fa4b8e36936554.addParam("scale", "showall"); so_video_4abea4223fa4b8e36936554.addParam("allowFullScreen", "true"); so_video_4abea4223fa4b8e36936554.addParam("wmode", "window"); so_video_4abea4223fa4b8e36936554.addVariable("video_src", "http%3A%2F%2Fvideo.ak.facebook.com%2Fvideo-ak-sf2p%2Fv2685%2F146%2F74%2F140347665398_16769.mp4"); so_video_4abea4223fa4b8e36936554.addVariable("stage_width", "400"); so_video_4abea4223fa4b8e36936554.addVariable("stage_height", "224"); so_video_4abea4223fa4b8e36936554.addVariable("motion_log", "%2Fvideo%2Fmotion_log.php"); so_video_4abea4223fa4b8e36936554.addVariable("histogram_is_on", "1"); so_video_4abea4223fa4b8e36936554.addVariable("video_id", "140347665398"); so_video_4abea4223fa4b8e36936554.addVariable("video_length", "209940"); so_video_4abea4223fa4b8e36936554.addVariable("video_seconds", "209"); so_video_4abea4223fa4b8e36936554.addVariable("video_category", "0"); so_video_4abea4223fa4b8e36936554.addVariable("video_rotation", "0"); so_video_4abea4223fa4b8e36936554.addVariable("video_href", "%2Fvideo%2Fvideo.php%3Fv%3D140347665398"); so_video_4abea4223fa4b8e36936554.addVariable("fbt_play_again", "Play+Again"); so_video_4abea4223fa4b8e36936554.addVariable("fbt_go_to_video", "Go+to+Video"); so_video_4abea4223fa4b8e36936554.addVariable("fbt_next_video", "Next+Video"); so_video_4abea4223fa4b8e36936554.addVariable("fbt_share", "Share"); so_video_4abea4223fa4b8e36936554.addVariable("play_context", "8"); so_video_4abea4223fa4b8e36936554.addVariable("connect_to_owner", ""); so_video_4abea4223fa4b8e36936554.addVariable("share_id", "s%3D11%26appid%3D2392950137%26p%5B%5D%3D140347665398"); so_video_4abea4223fa4b8e36936554.addVariable("video_player_type", "video_player_profile_stream"); so_video_4abea4223fa4b8e36936554.addVariable("add_video_url", "%2Fadd.php%3Fapi_key%3D716088ae05768795ba66b6f7d3ff1f8e"); so_video_4abea4223fa4b8e36936554.addVariable("video_width", "400"); so_video_4abea4223fa4b8e36936554.addVariable("video_height", "224"); so_video_4abea4223fa4b8e36936554.addVariable("mvp_connect", "1"); so_video_4abea4223fa4b8e36936554.addVariable("video_autoplay", "1"); so_video_4abea4223fa4b8e36936554.addVariable("string_table", "https://web.archive.org/web/20090926233041/http://static.ak.fbcdn.net/js_strings.php/t87083/en_US"); so_video_4abea4223fa4b8e36936554.addVariable("swf_id", "so_video_4abea4223fa4b8e36936554"); so_video_4abea4223fa4b8e36936554.fallback_html = "\x3cdiv class=\x22flash_fallback\x22\x3e\x3cdiv class=\x22flash_fallback_border\x22\x3e\x3cdiv class=\x22flash_fallback_header\x22\x3eFlash Player upgrade required\x3c/div\x3e\x3cdiv class=\x22flash_fallback_explanation\x22 id=\x22flash_fallback_4abea4223fce11606456964\x22\x3eYou must download and install the latest version of the Adobe Flash Player to view this content.\x3c/div\x3e\x3cdiv class=\x22flash_fallback_button\x22\x3e\x3cinput type=\x22button\x22 class=\x22inputbutton\x22 onclick=\x22this.disabled=true;getFlashPlayer();\x22 id=\x22\x22 name=\x22\x22 value=\x22Download Flash\x22 /\x3e\x3c/div\x3e\x3c/div\x3e\x3c/div\x3e";;}); onloadRegister(function (){PageCacheFeedTracking.getInstance().register("2:9:23:6427302910:::6427302910:0:::s:80750487910"); PageCacheFeedTracking.getInstance().register("2:9:23:6427302910:::6427302910:0:::s:21736027910"); PageCacheFeedTracking.getInstance().register("2:9:30:6427302910::::0::::124303457910"); PageCacheFeedTracking.getInstance().register("2:9:30:6427302910::::0::::111460387910"); PageCacheFeedTracking.getInstance().register("2:9:38:6427302910::::0::::140754495398"); PageCacheFeedTracking.getInstance().register("2:9:38:6427302910::::0::::140347665398"); PageCacheFeedTracking.getInstance().register("2:9:30:6427302910::::0::::111003287910"); PageCacheFeedTracking.getInstance().register("2:9:30:6427302910::::0::::111003287910"); PageCacheFeedTracking.getInstance().register("2:9:30:6427302910::::0::::111003287910"); PageCacheFeedTracking.getInstance().register("2:9:14:6427302910::::0::::139029556124");;}); onloadRegister(function (){tab_controller.setTabContent("info", "<div id=\"info_tab\" class=\"info_tab\"><div id=\"info_edit_sections\"><div id=\"info_section_basic\" class=\"info_section empty\"><div id=\"info_section_header_basic\" class=\"section_header\"><h3 class=\"clearfix\"><span>Basic Info<\/span><div class=\"divider\"> <\/div><\/h3><\/div><div class=\"profile_info_container clearfix\"><div id=\"info_section_info_basic\" class=\"profile_info\"><\/div><div id=\"info_section_editor_basic\" class=\"profile_info section_editor\"><\/div><\/div><\/div><div id=\"info_section_detailed\" class=\"info_section\"><div id=\"info_section_header_detailed\" class=\"section_header\"><h3 class=\"clearfix\"><span>Detailed Info<\/span><div class=\"divider\"> <\/div><\/h3><\/div><div class=\"profile_info_container clearfix\"><div id=\"info_section_info_detailed\" class=\"profile_info\"><dl class=\"info\"><dt>Website:<\/dt><dd><a href=\"http:\/\/wordpress.org\/\" onmousedown=\"UntrustedLink.bootstrap($(this), "", event)\" target=\"_blank\" rel=\"nofollow\">http:\/\/wordpress.org\/<\/a><br \/><a href=\"http:\/\/wordpress.com\/\" onmousedown=\"UntrustedLink.bootstrap($(this), "", event)\" target=\"_blank\" rel=\"nofollow\">http:\/\/wordpress.com\/<\/a><\/dd><\/dl><\/div><div id=\"info_section_editor_detailed\" class=\"profile_info section_editor\"><\/div><\/div><\/div><\/div><\/div>", "");;}); onloadRegister(function (){ProfileURIController.init("6427302910");;}); onloadRegister(function (){window.loading_page_chrome = true;;}); onloadRegister(function (){focus_login(0, false);;}); onloadRegister(function (){window.loading_page_chrome = false;;}); onloadRegister(function (){var n = "rtime"; (window.ge && ge(n)) && (ge(n).title += " | 453");;}); onafterloadRegister(function (){onbeforeunloadRegister(function(){window.ExitTime=((new Date()).getTime());});}); </script></div><script>Arbiter.inform(Arbiter.LAST_PAGELET,true,Arbiter.BEHAVIOR_STATE)</script></body> </html> <!-- FILE ARCHIVED ON 23:30:41 Sep 26, 2009 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 13:45:04 Nov 25, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.745 exclusion.robots: 0.032 exclusion.robots.policy: 0.018 esindex: 0.013 cdx.remote: 4.438 LoadShardBlock: 174.792 (6) PetaboxLoader3.datanode: 153.124 (7) load_resource: 43.641 -->