Skip to content

Instantly share code, notes, and snippets.

View iAmServer's full-sized avatar
🏠
Working from home

Ola Dayo iAmServer

🏠
Working from home
View GitHub Profile
@McKinneyDigital
McKinneyDigital / share-linkedin.js
Created June 6, 2012 20:26
Share to Linkedin using Javascript
// Opens a pop-up with a Linkedin share dialog
var url = "http://google.com";
var title = "Replace this with a title.";
var text = "Replace this with your share copy.";
window.open('http://www.linkedin.com/shareArticle?mini=true&url='+encodeURIComponent(url), '', 'left=0,top=0,width=650,height=420,personalbar=0,toolbar=0,scrollbars=0,resizable=0');