Skip to main content Screen Reader Website Version

The Brief Business Guide To Instagram

Instagram is a misunderstood product for most business owners. Isn’t facebook enough?

No.

Unfortunately you must not only adapt to the changing social media platforms but you have to keep adapting to all the various forms of networkings online. For some it’s fun, for others it’s a necessary evil, still others refuse to join in. I don’t knock them for it, but it’s the wrong approach. Instagram is pretty simple and with these tips you can maximize its effectivness for your business.

  •  When you download the app, use the same handle as the one used on your twitter profile – easy. smart.
  • Be sure to connect your other social networks – first to get the word out, but also to keep everything feeding off of everything else.
  • Be creative with your photos
  • Brand your photos with your logo
  • Share share share
  • Use hashtags
  • Keep engaging your followers – like other’s photos, this keeps you fresh in their mind.
  • Monitor you analytics and make adjustments accordingly. If you aren’t reaching your audience, it’s time for a different approach.

Keep in mind that for all this social networking, 90% of business is the same as it ever was. You need to connect on a personal level with your clients. Take an actual interest in their project and their goals. And you have to have a great product. Social media helps, but it’s not going to be the defining factor in your business success.

More Web Design Blog Content

Don’t Get Smacked by Copyright Infringemnt

Developers do it all the time – they need an image for a website and head on over to Google images, put a keyword in and voila! Free pictures for everyone! Not so fast. Many of these images are protected under copyright law and if you get caught,

Product Variations – WordPress Plugins

So this is a nice little plugin – an add-on to Woocommerce called Smart Variation Images. The extension allows  you to set different images to each product variation. This is handy to display different style types to the user as they browse through your product variation choices. Each time they

Why are most government websites so terrible?

The recent debacle with the Affordable Care Act has made headlines but those of us in the development world are just seeing more of the same old thing. Government websites stink! Why is that? I can assure you that their cost structure is very similar to the outrageous

Adding a Fee in Woocommerce

This piggybacks off of a solution I found elsewhere. We modified it to add a single fee for products based on the taxonomy. It comes in handy to categories products and then apply this rule to that category. function action_woocommerce_checkout_calculate_fees( $cart ) { // Initialize $quantity = 0;

WordPress Email Issues

Every now and again we run into issues with WordPress where the email functionality has stopped working. This is usually the result of corrupted core files and/or plugin conflicts. Easy enough to fix: disable plugins or upload a fresh copy of the software and you’re good to go.