Tag Archives: php

PhoneGap 3.0 Background Location Tracker

Technologies: PhoneGap 3.0, JavaScript,(jQuery AJAX), PHP, MySQL Nick Breen and myself were recently contracted to build a cross-platform app as part of an awesome art piece for Ottawa’s upcoming evening art festival: Nuit Blanche. The artist was super awesome and agreed to let us open source the app we were contracted to make, I hope […]

Continue reading →
Post Tagged with , , , , ,

Facebook ‘share’ & Twitter ‘tweet’ Link Generator

Option 1: Simple meta tags to control Facebook Share info You can control the content Facebook uses for sharing links via the follow meta tags in your HTML: General format: <meta property=”og:{tagName}” content=”{tagValue}”/> Examples: <meta property=”og:image” content=”http://davidrs.com/wp/wp-content/uploads/2013/01/github.png”/> <meta property=”og:title” content=”David’s Facebook Twitter Gen.”/> <meta property=”og:url” content=”http://davidrs.com/wp/facebook-feed-link-generator/”/> <meta property=”og:site_name” content=”David Rust-Smith Blog”/> <meta property=”og:type” content=”blog”/> Facebook […]

Continue reading →
Post Tagged with , , ,