Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hygieneseat.com
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pennyrealty
hygieneseat.com
Commits
9c62f206
Commit
9c62f206
authored
Jun 17, 2020
by
showthreadx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Facebook messanger widget
parent
5b4e7e04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
4 deletions
+30
-4
index.html
index.html
+30
-4
No files found.
index.html
View file @
9c62f206
...
...
@@ -964,6 +964,33 @@
</div> -->
<script
type=
"text/javascript"
src=
"js/index.js"
async
></script></body>
</html>
\ No newline at end of file
<script
type=
"text/javascript"
src=
"js/index.js"
async
></script>
<!-- Load Facebook SDK for JavaScript -->
<div
id=
"fb-root"
></div>
<script>
window
.
fbAsyncInit
=
function
()
{
FB
.
init
({
xfbml
:
true
,
version
:
'v7.0'
});
};
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js'
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);
}(
document
,
'script'
,
'facebook-jssdk'
));
</script>
<!-- Your Chat Plugin code -->
<div
class=
"fb-customerchat"
attribution=
setup_tool
page_id=
"112040790175270"
logged_in_greeting=
"Have a question? Contact us now"
logged_out_greeting=
"Have a question? Contact us now"
>
</div>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment