Marcus Ho is the founder of SocialMetric, the measurable social media marketing company. SocialMetric believes that social media marketing should be predictable, consistent, and ultimately, measurable.
Course Cheat Sheet (Coming Soon)
Social Mention
https://www.google.com/alerts
ykr8nzgedd
Daniel DiPiazza is the founder of Rich20Something.com, which teaches people how to start businesses using skills they already have and build a happier life.
Steve Sims is the founder of Bluefish, a paid, membership concierge firm. He’s helped his clients get on stage with their favorite rock stars, dive down to the Titanic, and set up a table for 6 in Florence at the foot of Michaelagelo’s David.
function toggleContent() {
// Get the DOM reference
var contentId = document.getElementById(“transcript”);
// Toggle
contentId.style.display == “block” ? contentId.style.display = “none” :
contentId.style.display = “block”;
}