Skip to content

Instantly share code, notes, and snippets.

@jjcall
Created June 5, 2012 04:31
Show Gist options
  • Save jjcall/2872649 to your computer and use it in GitHub Desktop.
Save jjcall/2872649 to your computer and use it in GitHub Desktop.
Form & Social Networks Config
<?php
// Email settings
// Replace below with your email credentials
$site_owners_email = '[email protected]'; // Replace this with your own email address
$site_owners_name = 'Jason Calleiro'; // replace with your name
$email_subject_line = "Website launch form"; // Subject on email that you recieve
//
// Replace with your social & contact credentials.
// Only the ones you fill out will show up on the page.
//
// Email address where visitors can send you a message
$email = "[email protected]";
// Your twitter handle. ie: "jjcall"
$twitter_name= "jjcall";
// Facebook URL
$facebook_name= "http://facebook.com/jason.calleiro";
// Full linkedin public URL
$linkedin_url = "http://www.linkedin.com/in/jasoncalleiro";
// Full tumblr URL
$tumblr_blog_url = "http://tumblr.com";
// Your dribbble name. ie: "jjcall"
$dribbble_name = "jjcall";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment