Создать ссылку на сайт на странице в Фейсбук

12
ValdisRu
На сайте с 02.10.2006
Offline
139
#11
Efmv:
https://www.facebook.com/cafexegy - попробуй, у меня не выходит.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
<head>
<meta charset="utf-8">
<title></title>

<style type="text/css">
body {
background-color: #fff;
margin: 0px;
padding: 0px;
width: 520px;
overflow: hidden;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 11px;
color:#333;
}

#adminbar {
background-color: #F2F2F2;
border-bottom: none;
border-top: solid 1px #E2E2E2;
padding: 4px 5px 5px;
font-size: 11px;
}
#adminbar a {
cursor: pointer;
color: #3B5998;
text-decoration: none;
}

#adminbar a:hover {
text-decoration: underline;
}

#poweredby {
width: 100%;
text-align: right;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 11px;
margin-top: 15px;
}

#poweredby a {
cursor: pointer;
color: #3B5998;
text-decoration: none;
}
#poweredby a:hover {
text-decoration: underline;
}
.alertbar {
background-color: red;
padding: 4px 5px 5px;
font-size: 11px;
position: relative;
width: 510px;
z-index: 10;
color: #fff;
}
</style>
</head>
<body>
<script>
window.top.location.replace("http://cafex-me.com/webform/register-cafex-event");</script>
<div style='width: 480px; text-align: left; padding: 20px;'>Continue to <a href="http://cafex-me.com/webform/register-cafex-event">http://cafex-me.com/webform/register-cafex-event</a></div>
</body>
</html>

все банально просто - приложение есть страничка которая загружается в ифрейм, поэтому надо в скрипте сделать

window.top.location.replace("http://cafex-me.com/webform/register-cafex-event");

Обалденный заработок на социальных сетях (https://goo.gl/Qtsq6M)
E
На сайте с 29.11.2013
Offline
4
#12
ValdisRu:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html>
<head>
<meta charset="utf-8">
<title></title>

<style type="text/css">
body {
background-color: #fff;
margin: 0px;
padding: 0px;
width: 520px;
overflow: hidden;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 11px;
color:#333;
}

#adminbar {
background-color: #F2F2F2;
border-bottom: none;
border-top: solid 1px #E2E2E2;
padding: 4px 5px 5px;
font-size: 11px;
}
#adminbar a {
cursor: pointer;
color: #3B5998;
text-decoration: none;
}

#adminbar a:hover {
text-decoration: underline;
}

#poweredby {
width: 100%;
text-align: right;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 11px;
margin-top: 15px;
}

#poweredby a {
cursor: pointer;
color: #3B5998;
text-decoration: none;
}
#poweredby a:hover {
text-decoration: underline;
}
.alertbar {
background-color: red;
padding: 4px 5px 5px;
font-size: 11px;
position: relative;
width: 510px;
z-index: 10;
color: #fff;
}
</style>
</head>
<body>
<script>
window.top.location.replace("http://cafex-me.com/webform/register-cafex-event");</script>
<div style='width: 480px; text-align: left; padding: 20px;'>Continue to <a href="http://cafex-me.com/webform/register-cafex-event">http://cafex-me.com/webform/register-cafex-event</a></div>
</body>
</html>

все банально просто - приложение есть страничка которая загружается в ифрейм, поэтому надо в скрипте сделать
window.top.location.replace("http://cafex-me.com/webform/register-cafex-event");

Большое спасибо!

12

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий