Skip to content

Instantly share code, notes, and snippets.

View pfefferle's full-sized avatar
😴
zzZZzzzZzzZZzZZZ

Matthias Pfefferle pfefferle

😴
zzZZzzzZzzZZzZZZ
View GitHub Profile
@pfefferle
pfefferle / html5-input-types.php
Created July 11, 2011 13:28
Adds the new HTML5 input-types to WordPress' default forms
<?php
/*
Plugin Name: html5 input-types
Plugin URI: http://notizblog.org/
Description: Adds the new HTML5 input-types to WordPress' default forms
Version: 0.1
Author: pfefferle
Author URI: http://notizblog.org/
*/
@pfefferle
pfefferle / push.txt
Created July 13, 2011 08:40
PubSubHubbub Request
hub.mode=publish&hub.url=http%3A%2F%2Fnotizblog.org%2Ffeed%2Fatom%2F&hub.url=http%3A%2F%2Fnotizblog.org%2Ffeed%2Frss%2F&hub.url=http%3A%2F%2Fnotizblog.org%2Ffeed%2Frdf%2F&hub.url=http%3A%2F%2Fnotizblog.org%2Ffeed%2F
@pfefferle
pfefferle / BrowserIDDemo.php
Created January 7, 2012 15:13
A BrowserID Demo-WordPress-Plugin
<?php
/*
Plugin Name: BrowserID Demo
Plugin URI: http://notizblog.org/2012/01/07/browserid-as-easy-as-copy-and-paste/
Description: a quick and dirty BrowserID-plugin
Version: demo
Author: Matthias Pfefferle
Author URI: http://notizblog.org/
*/
@pfefferle
pfefferle / identity-toolkit.php
Created January 10, 2012 17:46
A "Google Identity Toolkit" Demo-WordPress-Plugin
<?php
/*
Plugin Name: Identity Toolkit Demo
Plugin URI:
Description: a quick and dirty Identity Toolkit-plugin
Version: demo
Author: Matthias Pfefferle
Author URI: http://notizblog.org/
*/
@pfefferle
pfefferle / account-manager.php
Created January 13, 2012 12:51
AccountManager
<?php
/*
Plugin Name: Account Manager
Plugin URI: http://notizblog.org/projects/apml-for-wordpress/
Description:
Version: 0.1
Author: Matthias Pfefferle
Author URI: http://notizblog.org/
*/
add_filter('query_vars', array('MozillaAccountManager', 'queryVars'));
@pfefferle
pfefferle / webfinger.xml
Created January 23, 2012 16:29
YQL Webfinger fix
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<sampleQuery>select * from {table} where account='pfefferle@notizblog.org'</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="XML">
<urls>
<url>http://code.google.com/p/webfinger/</url>
</urls>
@pfefferle
pfefferle / blavatars.php
Created February 2, 2012 16:35
Blog Avatar
<?php
/*
Plugin Name: Blavatars
Plugin URI: https://gist.github.com/1724438
Description: Use Gravatar as a blogs avatar (Web Clip, Favicon, ...)
Version: 0.1
Author: Matthias Pfefferle
Author URI: http://notizblog.org/
*/
@pfefferle
pfefferle / wpintents.php
Created November 6, 2012 14:59
WebIntents Demo for WordPress (now part of my OExchange plugin)
<?php
/*
Plugin Name: wpintents
Plugin URI: https://gist.github.com/4025228
Description: A webintents plugin for wordpress
Version: dev
Author: Matthias Pfefferle
Author URI: http://notizblog.org/
*/
@pfefferle
pfefferle / og-debugger.php
Created November 13, 2012 18:19
og-debugger.php
<?php
/*
Plugin Name: OG-Debugger
Plugin URI:
Description:
Version: 1.0
Author: MP
Author URI:
License: MIT license (http://www.opensource.org/licenses/mit-license.php)
*/
<?php
/*
Plugin Name: disable post-thumbnails (SemPress)
Plugin URI: https://gist.github.com/pfefferle/5160340
Description: disable post-thumbnails (SemPress)
Author: Matthias Pfefferle
Author URI: http://notizblog.org
Version: 1.0.0
License: GPL v3 (http://www.gnu.org/licenses/gpl.html)
*/