I’m testing Social by @MailChimp and @crowdfavorite for WordPress. Social allows you to,
“Integrate WordPress with Twitter and Facebook, so you can collect everything people are saying about your blog in one place.” -MailChimp
news and rants for family & friends
I’m testing Social by @MailChimp and @crowdfavorite for WordPress. Social allows you to,
“Integrate WordPress with Twitter and Facebook, so you can collect everything people are saying about your blog in one place.” -MailChimp
I’m testing Twitter Tools for WordPress. “Twitter Tools is a plugin that creates a complete integration between your WordPress blog and your Twitter account.” http://wordpress.org/extend/plugins/twitter-tools/
Facebook recently released a new homepage ticker which, for some, is not a welcome change. Well, you can hide the ticker by using a custom style sheet in the Safari web browser. By creating your own style sheet, you can override the tickerActivityStories class defined in Facebook’s CSS and hide the ticker.
Step 1: Open up a text editor like TextEdit, BBEdit, TextMate, etc. Place the following CSS code in the document:
.tickerActivityStories {
height: 0;
display: none;
}
Step 2: Save the document as a text file and name it, fb_styles.css (you can name it anything you want, just make sure it has the ‘.css’ extension.)
Step 3: Open Safari and go to Preferences/Advanced. From the Style Sheet drop down menu select ‘Other…’ and choose the fb_styles.css file. Quit Safari and then reopen it.
That’s it. The ticker should vanish from the sidebar the when you are on Facebook.
Note: This only works in Apple’s Safari browser. If your browser supports custom style sheets, then these instructions may work for you. Additionally, browser plugins exist that can do the same thing.
Copyright © 2012 Christopher Dixson