Skip to content

Instantly share code, notes, and snippets.

@jelled
jelled / tumblr.create_post.php
Created October 24, 2013 00:16
New tumblr post using the tumblr.php library
/* Quick Setup
$ git clone https://github.com/tumblr/tumblr.php.git
$ cd tumblr.php
$ composer install
*/
require_once('vendor/autoload.php');
//Your application keys generated at http://www.tumblr.com/oauth/apps
@jelled
jelled / jQuery Instagram Demo
Last active February 12, 2022 17:58
Demo usage of jQuery Instagramhttps://github.com/potomak/jquery-instagram
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery-instagram/0.2.2/jquery.instagram.min.js"></script>
</head>
<body>
<h1>jQuery Instagram Demo</h1>