Created
December 7, 2017 12:40
-
-
Save jerronimo/29573a93806fe8fcae814fb62ca7f09d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Document</title> | |
</head> | |
<body> | |
<section id="facebook" class="profile-block profile-social-block facebook"> | |
<div class="title"><span>Facebook</span></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&version=v2.10&appId=1938948086375740"; | |
fjs.parentNode.insertBefore(js, fjs); | |
}(document, 'script', 'facebook-jssdk'));</script> | |
<div class="fb-page" | |
width="500" | |
data-href="https://www.facebook.com/JerronimoIn" | |
data-tabs="timeline" | |
data-adapt-container-width="true" data-hide-cover="false" | |
data-show-facepile="true" | |
data-small-header="true"> | |
<blockquote cite="https://www.facebook.com/JerronimoIn" class="fb-xfbml-parse-ignore"> | |
<a href="https://www.facebook.com/JerronimoIn">Facebook</a> | |
</blockquote> | |
</div> | |
</section> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment