Skip to content

Instantly share code, notes, and snippets.

@Pop-Code
Pop-Code / likebox.php
Created September 27, 2012 22:24
Facebook AWD like Box shortcodes
<?php
echo do_shortcode('[AWD_likebox option="value" otheroption="othervalue" ]');
?>
@Pop-Code
Pop-Code / comments.php
Created September 27, 2012 22:14
Facebook AWD Comments shortcodes
<?php
echo do_shortcode('[ AWD_comments option="value" otheroption="othervalue" ]');
?>
@Pop-Code
Pop-Code / gist:3724003
Created September 14, 2012 19:04
Fields login button
<?php
/**
*
* @author alexhermann
*
*/
$fields['login_button'] = array(
'title_config' => array(
'type'=>'html',
@Pop-Code
Pop-Code / init.rb
Created March 27, 2012 13:52 — forked from lintaonz/init.rb
Redmine Wiki Extension that allows placement of raw HTML, CSS or JS into your wiki. Useful for Web UI Demos.
#
# vendor/plugins/redmine_wiki_html_util/init.rb
#
require 'redmine'
require 'open-uri'
Redmine::Plugin.register :redmine_gist do
name 'Redmine Wiki HTML Util'
author 'Arlo Carreon'
author_url 'http://www.arlocarreon.com/'