Skip to content

Commit 92c61d4

Browse files
committed
facebook masenger
1 parent e63395c commit 92c61d4

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

css/css.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ body {
2222
}
2323
@media only screen and (max-width: 600px) {
2424
.w3-five img {
25-
width: 100%;
25+
width: 120%;
2626
height: 150px;
2727
}
2828
.w3-five {
29-
width: 100%;
30-
height: 200px;
29+
width: 110%;
30+
/*height: 200px;*/
3131
float: none;
32-
padding: 0 8px;
32+
/*padding: 0px !important;*/
3333
}
3434
}

img/fondo1.jpeg

56.2 KB
Loading

index.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,32 @@
1717
html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
1818
</style>
1919
<body class="w3-light-grey">
20+
<!-- Load Facebook SDK for JavaScript -->
21+
<div id="fb-root"></div>
22+
<script>
23+
window.fbAsyncInit = function() {
24+
FB.init({
25+
xfbml : true,
26+
version : 'v7.0'
27+
});
28+
};
29+
30+
(function(d, s, id) {
31+
var js, fjs = d.getElementsByTagName(s)[0];
32+
if (d.getElementById(id)) return;
33+
js = d.createElement(s); js.id = id;
34+
js.src = 'https://connect.facebook.net/es_ES/sdk/xfbml.customerchat.js';
35+
fjs.parentNode.insertBefore(js, fjs);
36+
}(document, 'script', 'facebook-jssdk'));</script>
37+
38+
<!-- Your Chat Plugin code -->
39+
<div class="fb-customerchat"
40+
attribution=setup_tool
41+
page_id="103916437640445"
42+
theme_color="#13cf13"
43+
logged_in_greeting="Saludos! Estoy aquí, para ayudarte con el código de tu paguina web. Cuentame!"
44+
logged_out_greeting="Saludos! Estoy aquí, para ayudarte con el código de tu paguina web. Cuentame!">
45+
</div>
2046
<!-- Top container -->
2147
<div class="w3-bar w3-top w3-black w3-large" style="z-index:4">
2248
<button class="w3-bar-item w3-button w3-hide-large w3-hover-none w3-hover-text-light-grey" onclick="w3_open();">

0 commit comments

Comments
 (0)