Social Media Strategy What?


Get your Social Media Strategy straight.
Setting this pen.io-site up as a test and a super fast way to share interesting articles, videos and other content related to Social Media and what to do with it.
About me
My name is Tomas Lundholm , swedish native, doing the internet thing since 1998. You can find me on Twitter LinkedIn Mashable and Klout

Let's start things up with a video - What is Social Media?




The basics for your strategy in Social Media

Purpose?


Be yourself!


Sharing is caring!


Follow


Interact


Finally
Heart This Page

Heart This Page

You've Got Great Taste!

Share on Twitter Share on Facebook
×

Done! Now Share Your Page

Share on Twitter Share on Facebook
you can edit your page by clicking the Edit Page link at the bottom of the page ×


Get your Social Media Strategy straight.
Setting this pen.io-site up as a test and a super fast way to share interesting articles, videos and other content related to Social Media and what to do with it.
About me
My name is Tomas Lundholm , swedish native, doing the internet thing since 1998. You can find me on Twitter LinkedIn Mashable and Klout

Let\'s start things up with a video - What is Social Media?




The basics for your strategy in Social Media

Purpose?


Be yourself!


Sharing is caring!


Follow


Interact


Finally
Heart This Page
' }; function callback(response) { //document.getElementById('msg').innerHTML = "Post ID: " + response['post_id']; } FB.ui(obj, callback); var page = { pagesharedon: "facebook" }; // add it to the "pages" collection setTimeout(function(){ Keen.addEvent("socialshare", page); },200); } //posting to twitter function twitterFeed(pageURL, title,w,h){ $('#tweetShareModal').trigger('reveal:close'); $('#successPublishModal').trigger('reveal:close'); var left = (screen.width/2)-(w/2); var top = (screen.height/2)-(h/2); var targetWin = window.open (pageURL, title, 'width='+w+', height='+h+', top='+top+', left='+left); var page = { pagesharedon: "twitter" }; // add it to the "pages" collection setTimeout(function(){ Keen.addEvent("socialshare", page); },200); } $(document).ready(function() { //create random string var chars = "abcdefghiklmnopqrstuvwxyz0123456789"; var string_length = 6; var randomstring = ''; for (var i=0; i', { src: 'http://www.youtube.com/embed/' + matches[1] }); iframe.insertAfter(this); $(this).remove(); }); function LikePage(){ $.ajax({ type: "POST", url: "likepage", dataType:"json", cache: false, data: { method: "increase_like_count", data: { pageName: 'socialmediastrategy' } }, success: (function( data ) { if(data.ok == "1"){ var curr_count = parseInt($('#vote_stats').html()); console.log("count1"+curr_count); if(isNaN(curr_count)){ curr_count = 0; } var plus_one = parseInt(1); curr_count+=plus_one; console.log("count"+curr_count); $('#nr_vote_stat').html(''+curr_count+' Hearts'); var page_vote_name = 'socialmediastrategy'; //console.log("page name vote: "+page_vote_name); if(data.auth_in == "1"){ if(data.at_sh == "1" && data.page_shared == 0){ $("#tweetShareModal").reveal(); $.post("/updatevotes",{page_vote_name: page_vote_name},function(res){ //console.log("votes now1"+res.nr); var click = { buttonclicked: "heart" }; setTimeout(function(){ Keen.addEvent("clicks", click); },200); },'json'); } }else{ $("#tweetShareModal").reveal(); $.post("/updatevotes",{page_vote_name: page_vote_name},function(res){ //console.log("votes now2"+res.nr); var click = { buttonclicked: "heart" }; Keen.addEvent("clicks", click); },'json'); } return false; } }) }); }