Skip to content

Instantly share code, notes, and snippets.

View elf-pavlik's full-sized avatar

elf Pavlik elf-pavlik

View GitHub Profile
@elf-pavlik
elf-pavlik / gist:7dae92d3236f7c48c8e1
Last active August 29, 2015 14:00
basic RDFa profile schema:Person
<html>
<body vocab="http://schema.org/">
<div typeof="Person">
<h1 property="name">elf Pavlik</h1>
<img property="image" src="http://www.gravatar.com/avatar/00000000000000000000000000000000" />
<p property="description">i like you :)</p>
<h2>social profiles</h2>
<ul>
<li><a property="sameAs" href="https://github.com/elf-pavlik">github</a></li>
<li><a property="sameAs" href="https://twitter.com/elfpavlik">twitter</a></li>
var fb = require('fbgraph');
var IDS = {
ouishareGlobal: 226111377405815
};
fb.setAccessToken(process.env.FACEBOOK);
function byComments (first, second) {