Backend / DevOps / Architect
Brit by birth,
located worldwide

All content © Alex Shepherd 2008-2024
unless otherwise noted

GPlusFeed Module for Drupal 7

Published
0 min read
image
Image Credit: Unknown (if this is your work, reach out to me and I'll credit you!)

This is a pretty simple, tiny little module, which uses the G+ API v1, to retrieve a user's public stream. You'll need a G+ API key, and to know your G+ User ID. To find this, go here, and extract the long number between plus.google.com/ and /posts.

It presents itself as a very basic, table-organised list of the user's latest posts, with a each post linking back to its origin on G+.

You can grab the code from here.

As always, report any bugs or feature requests via my contact page!

n00b