Skip to content

Instantly share code, notes, and snippets.

View a-fro's full-sized avatar

Aaron Froehlich a-fro

  • Cornell University
  • Ithaca, NY
View GitHub Profile
@a-fro
a-fro / gist:5221384
Last active December 15, 2015 07:09
<?php
/**
* @file
* Bean plugin for showing tweets for a specified twitter user
*/
/**
* Implements hook_bean_types_api_info().
*/
function bean_tweets_bean_types_api_info() {
name = Bean Tweets
description = Provides a block for a twitter user's tweets
core = 7.x
dependencies[] = bean
package = Bean
files[] = "plugins/bean/bean_tweets.tweet_block.inc"
configure = admin/config/system/bean_tweets