Skip to content

Instantly share code, notes, and snippets.

View tmf's full-sized avatar
🇨🇭

Tom Forrer tmf

🇨🇭
View GitHub Profile
@tmf
tmf / creative.html
Created November 25, 2016 16:00
DFP creative using SafeFrames for fullscreen expansion in overlay mode
<div id="container">
<div id="status"></div>
<style type="text/css">
#container {
background-color: #ff55a2;
}
</style>
<script>
function expand() {
$sf.ext.expand($sf.ext.geom().exp);
@tmf
tmf / composer.json
Created November 14, 2013 14:17
Wordpress installation with composer
{
"name": "tmf/wordpress-site",
"description": "a wordpress site installed with composer and wpackagist",
"authors": [
{
"name": "tmf",
"email": "[email protected]"
}
],
"license": "MIT",
@tmf
tmf / composer.json
Last active December 28, 2015 06:59
Create wordpress site with composer and a object-oriented written wordpress theme with twig as templating language
{
"name": "tmf/wordpress-site",
"description": "a wordpress site installed with composer and wpackagist",
"authors": [
{
"name": "tmf",
"email": "[email protected]"
}
],
"license": "MIT",