-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfbLearnMorePopup.php
32 lines (32 loc) · 1.47 KB
/
fbLearnMorePopup.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div id="fbLearnMorePopup">
<div id="whitewash52"></div>
<div class="fbLearnMsg">
<div class="close">
<a onclick="hideModule('fbLearnMorePopup')" href="#">X</a>
</div>
<div class="fbQA">
<div class="fbQuestion">
What is 'Social Sharing'?
</div>
<div class="fbAnswer">
Social Sharing allows you to automatically track and share with your friends everything you're reading on TooPolite.com. Stories you have read will show up on your Facebook timeline and can be retrieved on TooPolite.com in the "My Activity" dropdown.
</div>
</div>
<div class="fbQA">
<div class="fbQuestion">
What if I don't want to share everything I am reading?
</div>
<div class="fbAnswer">
You are in control. You always have the option to cancel or delete the activity directly from our site or on your Facebook timeline. As a default setting, you will be alerted every time a story is about to be shared.
</div>
</div>
<div class="fbQA">
<div class="fbQuestion">
What are the notifications I occassionally see popping up on the site?
</div>
<div class="fbAnswer">
We remind you as you browse our site which pieces of content are being shared on Facebook. You can disable this notification by unchecking "Remind me every time I add an event to my activity" in the Social drop down menu.
</div>
</div>
</div>
</div>