Skip to content

Instantly share code, notes, and snippets.

@machristie
machristie / gist:1073967
Created July 9, 2011 21:11
iframe Tweet Button example
<iframe id="tweet-button" allowtransparency="true" frameborder="0" scrolling="no"
src="http://platform.twitter.com/widgets/tweet_button.html?via=marcus_christie&amp;text=Replace%20Me&amp;count=horizontal"
style="width:110px; height:20px;"></iframe>
anonymous
anonymous / TwitterFetcher.js
Created April 6, 2014 04:28
Twitter Post Fetcher + Bootstrap Quote Carousel
/*********************************************************************
* #### Twitter Post Fetcher v10.0 ####
* Coded by Jason Mayes 2013. A present to all the developers out there.
* www.jasonmayes.com
* Please keep this disclaimer with my code if you use it. Thanks. :-)
* Got feedback or questions, ask here:
* http://www.jasonmayes.com/projects/twitterApi/
* Updates will be posted to this site.
*********************************************************************/
var twitterFetcher = function () {
@nmsdvid
nmsdvid / gist:21f9b3f203af8fa47193
Last active November 29, 2015 20:14
All Search and Social Media Meta Tags Starter Template
// code via http://scotch.io/quick-tips/all-search-and-social-media-meta-tags-starter-template
#Search Engines / Google
<!-- SEO -->
<meta name="author" content="Author name here....">
<meta name="description" content="Description text here.....">
<link rel="canonical" href="URL here..."> <!-- info: http://goo.gl/0ta7jy -->
#Twitter Cards (Large Image)
<!-- Social: Twitter -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<!-- Bootstrap core CSS -->
<link type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet" />