Skip to content

Instantly share code, notes, and snippets.

View adammatthews's full-sized avatar

Adam Matthews adammatthews

View GitHub Profile
@adammatthews
adammatthews / gist:578bb67632b41960e7f1
Last active August 29, 2015 14:12 — forked from davekelly/gist:3918937
Intercom.io Magento CE Integration
<?php
/*
* /app/design/frontend/default/your_theme/template/page/intercom-io.phtml
*/
// Settings for the intercom.io app.
// Thanks to http://stackoverflow.com/a/14092378/1916670 (http://stackoverflow.com/users/452902/b4nz41) for this.
function convertMysqlDateTimeToUnixTimeStamp($date) {