Iframe Orkut
2 participantes
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Iframe Orkut
Qual é minha questão:
Eu queria saber se e possivel por comunidade de orkut na minha page html,com descriçao:acessar ssgm orkut comu
link da comu que eu queria: http://www.orkut.com.br/Main#Community?cmm=121516357
codigo da page:
Endereço do meu fórum:
http://supersonicgamemaker.forumeiros.eu
Versão do fórum:
INVISION
Eu queria saber se e possivel por comunidade de orkut na minha page html,com descriçao:acessar ssgm orkut comu
link da comu que eu queria: http://www.orkut.com.br/Main#Community?cmm=121516357
codigo da page:
- Código:
SuperSonicGameMaker
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:BLACK;
text-decoration:underline;
}
body {
background-image: url('http://www.downloadswallpapers.com/wallpapers/2012/julho/sonic-3d-wallpaper-11687.jpg') !important;
background-repeat: no-repeat;
}
SSGM l Copyright 2013 | [url=http://www.forumeiros.com]Forumeiros[/url]
Logue-se no forum
Crie uma conta no forum
Sem site ainda
Curta nossa pagina no Facebook
veja o nosso twitter
[list]
[*][url=http://ajuda.forumeiros.com//forum]Entrar[/url]
[*][url=http://ajuda.forumeiros.com//login]Login[/url]
[*][url=http://ajuda.forumeiros.com//register]Registre-se[/url]
[*][url=http://ajuda.forumeiros.com/supersonicgamemaker.forumeiros.eu/forum]SSGM[/url]
[*][url=http://www.facebook.com/SuperSonicGameMaker]Facebook[/url]
[*][url=https://twitter.com/ismlelo]Twitter[/url]
[*][url=http://ajuda.forumeiros.com/] [/url]
[/list]
Endereço do meu fórum:
http://supersonicgamemaker.forumeiros.eu
Versão do fórum:
INVISION
Re: Iframe Orkut
Olá. Veja se é assim que tu queres.
- Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>SuperSonicGameMaker</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="http://aux4.iconpedia.net/uploads/9436074041081605714.png" />
<link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
<script type="text/css">
<!--////////////////////////////////////////////////////////////////////////////////-->
<!--/ ///-->
<!--/ ///-->
<!--/ Portal Versão 1.0 ///-->
<!--/ Criado por News ///-->
<!--/ ///-->
<!--////////////////////////////////////////////////////////////////////////////////-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28009881-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>
<script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
<script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
<script>
function click() {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
</script>
<script type="text/javascript">
$(function() {
Cufon.replace('a, span').CSS.ready(function() {
var $menu = $("#slidingMenu");
var $selected = $menu.find('li:first');
var $moving = $('<li />',{
className : 'move',
top : $selected[0].offsetTop + 'px',
width : $selected[0].offsetWidth + 'px'
});
$('#slidingMenuDesc > div').each(function(i){
var $this = $(this);
$this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
});
$menu.bind('mouseleave',function(){
moveTo($selected,400);
})
.append($moving)
.find('li')
.not('.move')
.bind('mouseenter',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide in the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
//move the absolute div to this item
moveTo($this,400);
})
.bind('mouseleave',function(){
var $this = $(this);
var offsetLeft = $this.offset().left - 20;
//slide out the description
$('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
});;
function moveTo($elem,speed){
$moving.stop(true).animate({
top : $elem[0].offsetTop + 'px',
width : $elem[0].offsetWidth + 'px'
}, speed, 'easeOutExpo');
}
}) ;
});
</script>
<style>
span.reference{
position:fixed;
left:10px;
bottom:10px;
font-size:14px;
}
span.reference a{
color:BLACK;
text-decoration:underline;
}
body {
background-image: url('http://www.downloadswallpapers.com/wallpapers/2012/julho/sonic-3d-wallpaper-11687.jpg') !important;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<div>
<span class="reference">
SSGM l Copyright 2013 | <a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros</a>
</span>
</div>
<div id="slidingMenuDesc" class="slidingMenuDesc">
<div><span>Logue-se no forum</span></div>
<div><span>Crie uma conta no forum</span></div>
<div><span>Sem site ainda</span></div>
<div><span>Curta nossa pagina no Facebook</span></div>
<div><span>Veja o nosso Twitter</span></div>
<div><span>Acesse a SSGM no Orkut</span></div>
</div>
<ul id="slidingMenu" class="slidingMenu">
<li><a href="/forum" title="">Entrar</a></li>
<li><a href="/login" title="">Login</a></li>
<li><a href="/register" title="">Registre-se</a></li>
<li><a href="supersonicgamemaker.forumeiros.eu/forum" title="">SSGM</a></li>
<li><a href="http://www.facebook.com/SuperSonicGameMaker" title="">Facebook</a></li>
<li><a href="https://twitter.com/ismlelo" title="">Twitter</a></li>
<li><a href=" http://www.orkut.com.br/Main#Community?cmm=121516357">Orkut</a></li>
</ul>
</body>
<input name="" type="button" onClick="window.open('http://www.facebook.com/SuperSonicGameMaker')" value="Facebook">
<input name="" type="button" onClick="window.open('https://twitter.com/ismlelo')" value="Twitter">
</html>
Diehl- ****
- Membro desde : 30/09/2010
Mensagens : 221
Pontos : 377
Tópicos semelhantes
» [Botões] Orkut e Blog
» Bloquear iframe's
» Widget em iframe
» Iframe em widget
» E possivel fazer um chat igual ao do orkut/facebook?
» Bloquear iframe's
» Widget em iframe
» Iframe em widget
» E possivel fazer um chat igual ao do orkut/facebook?
Fórum dos Fóruns :: Ajuda e atendimento ao utilizador :: Questões sobre códigos :: Questões resolvidas sobre HTML e BBCode
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos