| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Adding Facebook Link to Sidebar

Page history last edited by PBworks 8 years, 8 months ago

Adding Facebook Link to Sidebar

 

1. As Editor click on Sidebar Link "Edit the Sidebar"

 

2. In the Editor remove existing text.

 

3. Click on Insert -> HTML/JavaScript

 

4. Insert HTML from below, ensure that Allow Unsafe Javascript is checked.


<div id="fb-root"></div>
<script>(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 = "//connect.facebook.net/en_US/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like-box" data-href="http://www.facebook.com/pages/Daytona-State-College-of-Technology/223385791022995" data-width="250" data-show-faces="true" data-stream="true" data-header="true"></div> 

 

5. This is what it will look like

 

HTML error

 

Comments (0)

You don't have permission to comment on this page.