Connect
Categories
Tags
Adobe Edge advertising After Effects apps bokeh business content marketing engagement equipment event Facebook fashion photography google+ GoPro HTML5 Instagram interview JavaScript landscape Lightroom mobile off camera flash photojournalism Photoshop Picasa Pinterest PopcornJS portrait Premiere Pro RAW Rebel Mouse senior slow motion speedlite sports photography studio timelapse ttvf Twitter Vimeo Web tools wedding WordPress You TubeArchives
Tag Archives: WordPress
Why I Let Rebel Mouse Take Over My Homepage
Change can be scary, but sometimes you just have to try new things. Giving a third party service, in beta, control over the home page of my blog was one of those scary things. I’m still not sure it was the right decision, but I’m sticking with it. For now.
Rebel Mouse describes itself as your social front page, building a dynamic site around what you share. According to the Rebel Mouse page, people are becoming embarrassed by web sites that are not as current or active as their social media accounts. I believe the problem is real. It can be difficult to find the right way to integrate social media on a blog. I also find that a quick tweet or mobile photo upload is more fun than a full blog post, and a lot faster. It can be tempting to skip the blog posts altogether, but you still need to have your own home on the web with fresh content.
Here are some of the reasons why I ultimately decided to try Rebel Mouse on my home page:
- I wanted to make it easier to discover content on my blog. There is a new emphasis on discovery rather than search in web design. Rebel Mouse provides that dynamic panel or masonry style layout made famous by Pinterest. Mashable’s new web site design is also a great example. The layout does that neat infinite scroll trick where you can just keep scrolling down to discover more content. My favorite examples of the infinite scroll are Pinterest and the Chrome Web Store.
- My social media posts can automatically help keep my blog fresh. If blogging isn’t your full time job, it can be really hard to do more than a couple posts a month. Posting to Twitter, Google+, Instagram, Pinterest, Facebook, and other social media sites will now add freshness to my homepage without any additional steps on my part.
- It helps me create more visual content. I read somewhere that blog content has evolved from lengthy text posts, to micro-blogging short text posts in social media, to skipping the text altogether in favor of pictures and videos. The web is becoming more visual, and that is exactly the way I like it. Rebel Mouse automatically tries to add an image or video to each post. If there isn’t one already, it will try to find one that is relevant. My new rule is to never make a post without an image or video.
- It provides an incredibly simple way to curate content. Many content marketing experts suggest that it is important to supplement your original content by sharing relevant content from other sources. Generally in social media copying other people’s content is naughty, but sharing or linking to that content is nice. Now whenever I share a link in social media, the link is republished on my homepage. In effect, I can get even more fresh content on the front page of my web site. It’s as easy as hitting a retweet/like/+1/pin it button.
- Rebel Mouse allows custom CSS rules. If the layout was locked in with the default colors and options, I never would have put it on my site. It would not have looked integrated, so the result would be unprofessional. It took some work, but I figured out enough of the CSS to decently blend the design with my site.
Some things to keep in mind:
- Rebel Mouse will dig up your history in social media. Suddenly all of those little posts will be on your homepage. Be prepared to find some skeletons in your closet. You can easily remove those items from your Rebel Mouse page, but plan to spend some time pruning the content at first.
- Your content flow from blog post to social media will be reversed. I have always created blog posts first, then shared them in social media. Now you have to think about sharing content in social media as a means to publishing it on your blog. Consider how the end result will look on your homepage. Eventually you will be able to use this to your advantage.
- Beware of duplicate posts on your homepage. If you like to share the same piece of content on multiple social sites, you will likely end up with copies of the same content in multiple Rebel Mouse panels because it will pull from each separate source. Consider the old formula of writing a blog post, then sharing the post in social media. You might put a link to your blog post on Twitter, Facebook, and Pinterest. If you have all of those accounts linked to your Rebel Mouse, you will have three copies of that blog post on your homepage. Probably not what you’re looking for. If you have to share the same piece of content on multiple accounts, just remember to remove the duplicates. Maybe one day the Mouse will do this automatically.
- Your social media presence will need to be relevant to your web site. This is why I didn’t link my Facebook page to Rebel Mouse. I don’t filter myself as much on Facebook. The last thing I want is to have pictures from the party last weekend mixing with my thoughts about content marketing on my career-focused blog. If your Twitter account is a fire hose of tweets about anything and everything, maybe don’t open that valve up on your homepage.
- Rebel Mouse is still in beta! Things could change. Keep an eye on it so you don’t find any surprises when you load your own web site.
Posted in Content Marketing
Also tagged content marketing, Facebook, google+, Instagram, Pinterest, Rebel Mouse, Twitter, Web tools
2 Comments
Install WordPress locally with help from Microsoft
With WordPress it always seems like there is a ton of stuff I intend to do, and very little I actually get around to doing. Some examples:
- Running WordPress on a sub domain
- Backing up my database
- Utilizing social sharing plugins
- Downloading WordPress on my computer for offline development and experimentation
The problem is that accomplishing much beyond the basics in WordPress takes some figuring out if you are not a PHP whiz. I never have time to dig into this stuff. Fortunately, I was able to cross that last item off my list due to a surprisingly useful tool from Microsoft. Continue reading
Posted in Blogging, News and links
Leave a comment
Remove annoying smiley face from WordPress stats

If you haven't seen this before, here is what the little bugger looks like.
Jetpack is a fairly new WordPress feature that allows some of the tools found on freely hosted WordPress.com blogs to work on self hosted blogs. I installed Jetpack because it provides stats on site traffic. What I didn’t realize is that it uses a small smiley face image to track when someone visits your page. Suddenly I had a smiley face in my footer, and I had no idea why it was there, or where it came from. After a quick Google search, I found the culprit, and the solution for making it disappear.
Here is the explanation and the solution from one of the creators of WordPress stats, Andy Skelton:
When we started developing stats for WordPress.com in 2005, Matt thought it would be cute. That’s his artwork.
No doubt, people will want to hide the smiley face. There are wrong ways to do this. Basically, anything that causes the image not to be loaded by the browser will break your stats.
Applying “display:none” to the image will break your stats. Don’t do it. If you want to hide the smiley face, add this to your stylesheet:
img#wpstats{width:0px;height:0px;overflow:hidden}
Most of the comments I found in the WordPress support forums used the display:none solution which will apparently break the stats function, so watch out for that. I’m using this code from Andy Skelton, and so far, so good.
Custom social media buttons
Today I started my own set of social media links for my blog. The site is a work in progress, with many more changes to come. Creating the buttons was easier than I thought. I don’t know if my method is the best way to create the links, but it worked. I will describe the steps I took. This is a three step process using a self hosted WordPress account.
Step one: Create the images you want to use as links
My WordPress theme came with icons that I used as a reference. I copied them into Photoshop, and then created my own version based on those. I wanted my icons to look a little like I drew them with a black pen on white paper.
Step two: Save as a .png file, and upload to your site
In Photoshop you can “Save for web and devices.” This creates a small file that works best for the Web. My blog is hosted by GoDaddy, so I used their FTP manager to upload my icons. Be sure to note the directory where you save the images.
Step three: Use a widget to add html links to your sidebar
In the WordPress admin area there is an “Appearance” menu. Under “Appearance” click on “Widgets.” You will see a box full of available widgets, and an area to place widgets on your sidebar. Drag and drop the “Text” widget over to your sidebar.
Now you can click the down arrow on the Text widget, and enter your html links. There are plenty of sources online that will tell you how to create links in html, but I will show you exactly what mine looks like.
Save the changes, and you are done!
Posted in Blogging
Leave a comment


