Html Kodlarından Anlayanlar (Yardım)
-
şu sayfanın html kodunu verebilecek olan arkadaşlar yardım ederlerse sevinirim.
facebook yasak biliyorum kusura bakmayın.
daha sonra konu silinebilir. lütfen.
teşekkürler
link : http://www.facebook.com/widgets/livefeed.php?app_id=140439654603&height=1500&width=750&xid=YOUR_EVENT_XID
-
hacı gir siteye sayfa kaynağını görüntüle de al kodlarını,yada kayıt et sonra notepad le aç ordan al..
-
öyle kullanamıomki :W
onu bende biliom :W öyle yaptığımda herşeyi tamdazlak karman çorman çıkıyo
-
<!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="tr" lang="tr" id="facebook" class=" no_js">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-language" content="tr" />
<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><noscript> <meta http-equiv=refresh content="0; URL=?app_id=140439654603&height=1500&width=750&xid=YOUR_EVENT_XID&_fb_noscript=1" /> </noscript>
<meta name="robots" content="noodp,noydir" />
<meta name="description" content=" Facebook, insanları arkadaşlarıyla ve çevrelerinde yaşayan, çalışan ya da okuyan diğer insanlarla buluşturan sosyal bir araçtır. İnsanlar Facebook'u arkadaşlarından haberdar olmak, sınırsız sayıda fotoğraf yüklemek, bağlantı ve videolar paylaşmak ve tanıştıkları insanları daha yakından tanımak için kullanıyor." />
<title>Canlı Haberler: Video's Sohbet | Facebook</title>
<script type="text/javascript">
Env={ALLOW_TRANSITION_IN_IFRAME:true,method:"GET",dev:0,start:(new Date()).getTime(),ps_limit:5,ps_ratio:4,svn_rev:191252,static_base:"http:\/\/static.ak.fbcdn.net\/",www_base:"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:2,pc:{"m":"0.1.0","l":"0.1.0"},fb_dtsg:null};
</script><script type="text/javascript" src="http://static.ak.fbcdn.net/rsrc.php/z98B7/hash/3o16hflk.js"></script>
<script type="text/javascript">InitialJSLoader.load([{"name":"js\/ae9b5zggnq8g8044.pkg.js","type":"js","src":"http:\/\/b.static.ak.fbcdn.net\/rsrc.php\/z30QB\/hash\/4gi9n1el.js","permanent":false},{"name":"js\/bwfnb82f4jk0osk8.pkg.js","type":"js","src":"http:\/\/b.static.ak.fbcdn.net\/rsrc.php\/z7C4A\/hash\/l5l0ynp6.js","permanent":false},{"name":"js\/7xmljlwxu34ss4sk.pkg.js","type":"js","src":"http:\/\/static.ak.fbcdn.net\/rsrc.php\/zENVO\/hash\/c5ls7x5p.js","permanent":false},{"name":"js\/homefeed.js","type":"js","src":"http:\/\/b.static.ak.fbcdn.net\/rsrc.php\/z8SQX\/hash\/20qr5fgz.js","permanent":false}])</script>
<link type="text/css" rel="stylesheet" href="http://static.ak.fbcdn.net/rsrc.php/z4K2T/hash/68bcetz0.css" />
<link type="text/css" rel="stylesheet" href="http://b.static.ak.fbcdn.net/rsrc.php/zBUAE/hash/cb5fo5yz.css" />
<link type="text/css" rel="stylesheet" href="http://b.static.ak.fbcdn.net/rsrc.php/zDSOC/hash/7q4ht62v.css" />
<link type="text/css" rel="stylesheet" href="http://b.static.ak.fbcdn.net/rsrc.php/zAFZ6/hash/5fu0i1g0.css" />
<link type="text/css" rel="stylesheet" href="http://static.ak.fbcdn.net/rsrc.php/z9VZI/hash/erc5vlog.css" />
<link type="text/css" rel="stylesheet" href="http://b.static.ak.fbcdn.net/rsrc.php/z6V7L/hash/2xbevd3c.css" /><!--[if lte IE 6]><link rel="stylesheet" href="http://b.static.ak.fbcdn.net/rsrc.php/zB1WO/hash/c5zu0405.css" type="text/css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="http://b.static.ak.fbcdn.net/rsrc.php/z690F/hash/5pwsqvbc.css" type="text/css" /><![endif]-->
<link rel="search" type="application/opensearchdescription+xml" href="http://b.static.ak.fbcdn.net/rsrc.php/z23ZQ/hash/3ls2fki5.xml" title="Facebook" />
<link rel="shortcut icon" href="http://static.ak.fbcdn.net/rsrc.php/z9Q0Q/hash/8yhim1ep.ico" />
<style type="text/css">.livefeed_widget #content {
height: 1500px;
width: 750px;
}
.livefeed_widget .livefeed_facebook_logo_menubar {
height: 25px;
width: 748px;
}
.livefeed_widget .home_status_editor_content {
width: 683px;
}
.livefeed_widget #newsfeed_wrapper {
height: 1357px;
width: 741px;
}
.livefeed_widget .with_bottom_message #newsfeed_wrapper {
height: 1327px;
}
.livefeed_widget .tab_status_updates .feed_story_wrapper {
width: 723px;
}
.livefeed_widget .status_story_body_wrapper {
width: 678px;
}
.livefeed_widget .tab_status_updates .status_body {
width: 678px;
}
.livefeed_widget .generic_dialog_popup {
width: 733px;
}
.livefeed_widget .comment_box .inline_comment {
width: 400px;
}
.livefeed_widget .comment_box .ufi_section {
width: 400px;
}
.livefeed_widget .comment_box .show_all_link {
width: 400px;
}
.livefeed_widget .comment_box .view_all_link {
width: 400px;
}
.livefeed_widget .commentable_item .comment_box .comment_content {
width: 358px;
}
.livefeed_widget .commentable_item .comments_add_box textarea {
width: 349px;
}
.livefeed_widget .hidden_add_button .comments_add_box .one_row_add_box textarea {
width: 391px;
}
.livefeed_widget .story .comment_box .comment_text {
max-width: 358px;
width: expression(this.width > 358?358 : true);
}
.status_body .feed_time { font-weight: bold; }</style></head>
<body class="home home_main_tabs livefeed_widget ff3 Locale_tr_TR UIPage_LoggedOut">
<div id="content" class="fb_content"><div class="UITwoColumnLayout_Container clearfix "><div class="UITwoColumnLayout_Content" style="width:-220px"><div class="livefeed_content"><div class="livefeed_facebook_logo_menubar"><a href="/home.php" class="livefeed_facebook_logo" target="_blank"><span></span></a><div class="livefeed_menu_options"><a href="/policy.php?app_id=140439654603" class="livefeed_menu_link">Gizlilik</a></div></div><div class="signup_header"><div class="signup_options"><div class="livefeed_connect_button">
<a onclick="HomeFeed.getInstance().openLiveWidgetLoginPopup("\/login.php")" class="UIButton UIButton_Green UIActionButton_SuppressMargin UIActionButton" href="#"><span class="UIButton_Text">Bağlan</span></a></div><div class="livefeed_or_signup_text">ya da <a onclick="window.open("\/r.php?iframe_widget=1&fbconnect=1&api_key=b6d4d5ee20597f95cb94c7319b2128b5", 'iframe_widget_login', 'toolbar=0,status=0,resizable=0, width=500,height=420');">Kaydol</a></div></div><div class="signup_text">Bu etkinliği tartışmak için Facebook'a <a onclick="HomeFeed.getInstance().openLiveWidgetLoginPopup("\/login.php")">Bağlan</a> ya da <a onclick="window.open("\/r.php?iframe_widget=1&fbconnect=1&api_key=b6d4d5ee20597f95cb94c7319b2128b5", 'iframe_widget_login', 'toolbar=0,status=0,resizable=0, width=500,height=420');">Kaydol</a></div></div><div id="livefeed_main_item" class="livefeed_main_item with_bottom_message logged_out"><div class="newsfeed_header clearfix"><div id="newsfeed_tabs_wrapper"><div id="livefeed_tabs" class="Tabset_tabset clearfix"><ul class="HomeTabs Tabset_tabset"><li class="HomeTabs_tab HomeTabs_first Tabset_selected" id="livefeed_tabs_livewidget_everyone"><a href="http://www.facebook.com/widgets/livefeed.php?tab=8&app_id=140439654603&stream_id=5003281720099" id="livefeed_tabs_livewidget_everyone_anchor">İzleyen Herkes<span class="HomeTabs_new_img"> </span></a></li></ul></div></div></div><div class="white_strip"> </div><div id="newsfeed_wrapper" class="full_mode"><div id="error" class="UIMessageBox error"><h2 class="main_message" id="standard_error">Şu anda haber bulunmuyor</h2><p class="sub_message" id="standard_explanation"></p></div></div><div id="livefeed_bottom_message" class="bottom_message">Bu, izleyenlerin söylediklerinin bir örneğidir</div></div></div></div><div class="UITwoColumnLayout_NarrowContent" style="width:200px"></div></div></div><div id="js_buffer"><script type="text/javascript">
onloadRegister(function(){Bootloader.configurePage({"http:\/\/static.ak.fbcdn.net\/rsrc.php\/z4K2T\/hash\/68bcetz0.css":["css\/2ecacu3qoow00okg.pkg.css",true],"http:\/\/b.static.ak.fbcdn.net\/rsrc.php\/zBUAE\/hash\/cb5fo5yz.css":["css\/4paemqmwu48wkk8k.pkg.css",false],"http:\/\/b.static.ak.fbcdn.net\/rsrc.php\/zDSOC\/hash\/7q4ht62v.css":["css\/7wip61thztkwc00g.pkg.css",false],"http:\/\/b.static.ak.fbcdn.net\/rsrc.php\/zAFZ6\/hash\/5fu0i1g0.css":["css\/4blsy93c7em844gk.pkg.css",false],"http:\/\/static.ak.fbcdn.net\/rsrc.php\/z9VZI\/hash\/erc5vlog.css":["css\/4t9xfqfq7sw00wgg.pkg.css",true],"http:\/\/b.static.ak.fbcdn.net\/rsrc.php\/z6V7L\/hash\/2xbevd3c.css":["css\/ayy72px8y00g0g8s.pkg.css",true]});
Bootloader.done(["css\/2ecacu3qoow00okg.pkg.css","css\/4paemqmwu48wkk8k.pkg.css","css\/7wip61thztkwc00g.pkg.css","css\/4blsy93c7em844gk.pkg.css","css\/4t9xfqfq7sw00wgg.pkg.css","css\/ayy72px8y00g0g8s.pkg.css","js\/lib\/primer.js","js\/lib\/prelude.js"]);
});
onloadRegister(function (){new Tabset("livefeed_tabs", "livefeed_tabs_livewidget_everyone");;});
onloadRegister(function (){HomeFeed.setDefaultRefreshes(180);;});
onloadRegister(function (){new HomeFeed(1254587336,0,true,Tabset.getInstance("livefeed_tabs"),{"8":"livefeed_tabs_livewidget_everyone"},"",false,false, true).setTab(8).setWidgetApp("140439654603").setWidgetStreamId("5003281720099").setWidgetApiKey("b6d4d5ee20597f95cb94c7319b2128b5").setWidgetLocale("tr_TR").setCdnTimeSyncFrequency(0).setReloadVersion(7).setMinimumReloadFrequency(0).setCanSupportCdn(1).setGmtOffsetMinutes(-420);;});
onloadRegister(function (){window.loading_page_chrome = true;;});
onloadRegister(function (){window.intl_locale_rewrites = {"meta":{"\/_C\/":"(\u015f|\u00e7|b|c|d|f|g|\u011f|h|j|k|l|m|n|p|q|r|s|t|v|w|x|y|z|B|C|D|F|G|\u011e|H|J|K|L|M|N|P|Q|R|S|T|V|W|X|Y|Z)","\/_T\/":"(\u015f|\u00e7|p|t|k|s)","\/_V\/":"(a|e|i|o|u|A|E|I|O|U|?|y|??Y)","\/_B\/":"^(.*[.,!?\\s]|)","\/_E\/":"([.,!?\\s].*|)$"},"patterns":{"\/'\/":"'","\/(\u2018|\u2019)\/":"'","\/((a|\u0131|A|I|u|o|U|O)_C*)\u0001 de\\\/da_E\/":"$1\u0001 da$4","\/((e|i|E|\u0130|\u00f6|\u00fc|\u00d6|\u00dc)_C*)\u0001 de\\\/da_E\/":"$1\u0001 de$4","\/((a|\u0131|A|I|u|o|U|O)_C*_T)\u0001'Da(ki|n|)_E\/":"$1\u0001'ta$5$6","\/((e|i|E|\u0130|\u00f6|\u00fc|\u00d6|\u00dc)_C*_T)\u0001'Da(ki|n|)_E\/":"$1\u0001'te$5$6","\/((a|\u0131|A|I|u|o|U|O)_C*)\u0001'Da(ki|n|)_E\/":"$1\u0001'da$4$5","\/((e|i|E|\u0130|\u00f6|\u00fc|\u00d6|\u00dc)_C*)\u0001'Da(ki|n|)_E\/":"$1\u0001'de$4$5","\/(e|i|E|\u0130)\u0001'\\(n\\)in_E\/":"$1\u0001'nin$2","\/(a|\u0131|A|I)\u0001'\\(n\\)in_E\/":"$1\u0001'n\u0131n$2","\/(\u00f6|\u00fc|\u00d6|\u00dc)\u0001'\\(n\\)in_E\/":"$1\u0001'n\u00fcn$2","\/([uoUO])\u0001'\\(n\\)in_E\/":"$1\u0001'nun$2","\/(_Cy)\u0001'\\(n\\)in_E\/":"$1\u0001'nin$3","\/((e|i|E|\u0130)_C+)\u0001'\\(n\\)in_E\/":"$1\u0001'in$4","\/((a|\u0131|A|I)_C+)\u0001'\\(n\\)in_E\/":"$1\u0001'\u0131n$4","\/((\u00f6|\u00fc|\u00d6|\u00dc)_C+)\u0001'\\(n\\)in_E\/":"$1\u0001'\u00fcn$4","\/([uoUO]_C+)\u0001'\\(n\\)in_E\/":"$1\u0001'un$3","\/(e|i|E|\u0130)\u0001'\\(y\\)e_E\/":"$1\u0001'ye$2","\/(a|\u0131|A|I)\u0001'\\(y\\)e_E\/":"$1\u0001'ya$2","\/(\u00f6|\u00fc|\u00d6|\u00dc)\u0001'\\(y\\)e_E\/":"$1\u0001'ye$2","\/([uoUO])\u0001'\\(y\\)e_E\/":"$1\u0001'ya$2","\/(_Cy)\u0001'\\(y\\)e_E\/":"$1\u0001'ye$3","\/((e|i|E|\u0130)_C+)\u0001'\\(y\\)e_E\/":"$1\u0001'e$4","\/((a|\u0131|A|I)_C+)\u0001'\\(y\\)e_E\/":"$1\u0001'a$4","\/((\u00f6|\u00fc|\u00d6|\u00dc)_C+)\u0001'\\(y\\)e_E\/":"$1\u0001'e$4","\/([uoUO]_C+)\u0001'\\(y\\)e_E\/":"$1\u0001'a$3","\/(e|i|E|\u0130)\u0001'\\(y\\)i_E\/":"$1\u0001'yi$2","\/(a|\u0131|A|I)\u0001'\\(y\\)i_E\/":"$1\u0001'y\u0131$2","\/(\u00f6|\u00fc|\u00d6|\u00dc)\u0001'\\(y\\)i_E\/":"$1\u0001'y\u00fc$2","\/([uoUO])\u0001'\\(y\\)i_E\/":"$1\u0001'yu$2","\/(_Cy)\u0001'\\(y\\)i_E\/":"$1\u0001'yi$3","\/((e|i|E|\u0130)_C+)\u0001'\\(y\\)i_E\/":"$1\u0001'i$4","\/((a|\u0131|A|I)_C+)\u0001'\\(y\\)i_E\/":"$1\u0001'\u0131$4","\/((\u00f6|\u00fc|\u00d6|\u00dc)_C+)\u0001'\\(y\\)i_E\/":"$1\u0001'\u00fc$4","\/([uoUO]_C+)\u0001'\\(y\\)i_E\/":"$1\u0001'u$3","\/\u0001'Da(ki|n|)_E\/":"\u0001'da$1$2","\/\u0001'\\(n\\)in_E\/":"\u0001'in$1","\/\u0001'\\(y\\)e_E\/":"\u0001'e$1","\/\u0001'\\(y\\)i_E\/":"\u0001'i$1","\/\u0001 de\\\/da_E\/":"\u0001 de$1","\/_\u0001([^\u0001]*)\u0001\/e":"mb_strtolower(\"\\x01$1\\x01\")","\/_\u0001([^\u0001]*)\u0001\/":"javascript"}};;});
onloadRegister(function (){window.loading_page_chrome = false;;});
onloadRegister(function (){var n = "rtime"; (window.ge && ge(n)) && (ge(n).title += " | 167");;});
onafterloadRegister(function (){HomeFeed.getInstance().setLiveCommentUpdating(true);});
onafterloadRegister(function (){onbeforeunloadRegister(function(){window.ExitTime=((new Date()).getTime());});});</script></div><script>Arbiter.inform(Arbiter.LAST_PAGELET,true,Arbiter.BEHAVIOR_STATE)</script></body>
</html> -
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/tr_TR" type="text/javascript"></script><script type="text/javascript">FB.init("86af5b4d0a585283b7a4140051ebcb65");</script><fb:live-stream event_app_id="149293872654" xid="YOUR_EVENT_XID" width="750" height="900"></fb:live-stream>
doğrusu bu :D
eyw beyler yardımlarınız için :D
Toplam Hit: 1790 Toplam Mesaj: 5
