Aug

The Advantage of Social Engagement for Business, in Simple Words

                                                   

Much is being said about social networks and their importance for businesses. The amount of analysis, explanations, and advice keeps on growing, while the matter is being investigated from every possible angle, real and imaginary.  

As for me, the need for businesses to market and sell on social can be explained by a simple argument.

Here it is.

The principle advantage of social networks for a business over other mediums is in the social networks’ potential to build trust. Traditional marketing mediums, such as TV, newspapers, internet, radio, etc. are not designed to build trust. They are information channels, or scaling vehicles, or sales means, but their primary goal is not to build trust. Social networks, on the other hand, are exactly this - a trust building tools.

And herein lies their biggest advantage in today’s market. The endless variety of options consumers have and the ever growing dissatisfaction with traditional aggressive marketing methods, such as commercials or banners, means that creating trust between businesses and their audiences is now the most efficient way to attract customers. The way that guarantees long-term sustainability and growth.

This is, simply put, the reason for businesses to embrace the social.

 

Interested in reading more? Check out our other blogs:

AI unmasked: Have chatbots failed?

It is becoming increasingly popular to say that chatbots have failed and are overhyped.

While it is true that in many cases expectations from chatbots significantly exceed the results on the ground, the anticipation of chatbots’ demise are somewhat premature. 

One of the main problems for chatbots is that the market is inundated with low quality solution providers who deliver low quality results. This happened because conversational AI seems to have low entry barriers. Unlike other recent technological darlings such as space technology or renewable energy, conversational AI is purely software and therefore does not require vast sums of initial investment. 

What this approach is missing however,  is that conversational AI, in addition to being a software, also requires an accurate understanding of how language works. And there is a limited number of people in the world that do have such understanding.

When conversational AI is delivered by AI experts who understand the way human language works, the results are good and convincing, just as how you would expect them to be.

Suffering from unsatisfactory product quality is a common problem for many new and emerging industries.  The rules of the market dictate that most of the low quality players will eventually disappear. Poorly created chatbots will therefore not be around for too long.

READ MORE

Building Facebook Messenger chatbot: what they forgot to tell you.

                                     

There are lots of written tutorials and online videos on this subject.

Yet many of them omit important details of the bot building process. These details may vary from one user to another and are difficult to describe in a unilateral fashion. Consequently it is easier for tutorial writers not to mention them at all. We try here to fill the gap and provide some additional clarity.

1. Creating Facebook app.

One of the first steps in building a Facebook Messenger bot is creating a Facebook App. It requires a business Facebook page. This might seem obvious to avid social users yet worth mentioning: a business Facebook page can only be created from a personal Facebook page. If you already have a business Facebook page move on to the next step. If you have a personal Facebook page go on and create a business page. If you are among the lucky ones that live without Facebook presence now is your chance to become like everybody else.

2. Getting SSL certificate.

Next you need to setup a webhook. Your web application is hosted on a web server and the webhook’s role is to establish connection between Facebook and your web application via your web server. In order for the webhook to work you need SSL certificate because Facebook supports only secure connections (HTTPS) to external web servers. So first, you need to purchase it. The costs change from one company to another but it is important to buy a reliable certificate otherwise Facebook might reject it. All major ISP companies offer SSL products. Second, you need to install it on your web server. The installation process can be tricky. Sometimes you can get technical help from the ISP company that sold you the certificate (as a rule of thumb, the bigger the brand the better their technical support is supposed to be. But the cost may be higher too). You can also rely on popular tools, such as keytool command utility, assuming you know how to use them. In any case, it might be a good idea to allocate several days, up to a week, for this step when planning your project.

3. Choosing the server environment.

Your options are (almost) unlimited. Many online tutorials use Heroku which is a cloud-based web application platform, but a simple Tomcat web server would suffice too. Your decisions should be based on your business requirements.  A lightweight server such as Tomcat is a good fit when it comes to web centric, user facing applications. If backend integration comes into play, a web application server should be considered.

Your choice of programming languages is also broad. PHP is one popular option, Java is another but the list by no means ends here. Your chatbot app communicates with Facebook using POST requests, so any language that supports web protocols will work. Again, make decisions having your business goals in mind.

READ MORE