Skip to content

Instantly share code, notes, and snippets.

@julian-bond
julian-bond / gplusatom.php
Created October 23, 2012 11:54
A single file PHP script which serves public posts to a Google Plus account as an Atom feed.
<?php
/**
* gplusatom.php
*
* A single file PHP script which serves public posts to a Google Plus account as an Atom feed.
*
* To use:
* 1) Obtain a google API key here https://code.google.com/apis/console
* 2) Fill in the 3 pieces of setup detail below.