Showing posts with label website. Show all posts
Showing posts with label website. Show all posts

Monday, May 8, 2017

Tutorial How Can I Embed Facebook Message Buttons In My Website

Tutorial How Can I Embed Facebook Message Buttons In My Website


It is very possible to embed the Facebook Messenger button in your website. The function this gives you is the ability to receive messages from anyone having a Facebook account. In this mode, persons can now message your your personal profile or Facebook page .

Alright. You will agree with me that email has for some time being the traditional means of contacting out people on the Internet. It is customary for websites to put their email addresses on web pages. So that they become click able hyperlinks making use of the mail to protocol. Of course there has been changes, we can’t yet forsake the relevance of email. Though in the modern day, we are almost more convenient with instant texting apps in the likes of Facebook Messenger; preferring it to email. Even now some see composing an email as carrying the same boredom as writing a résumé

In this tutorial, we present procedures explaining a technique you can employ so a to conveniently embed the Facebook Messenger button in your website. When you do this, the individual clicking on the Message Me button will automatically launch the Facebook Messenger app on their mobile phone or the messenger.com website. This is in the condition that they are on the desktop. Also, you have the option of receiving messages in your Facebook page or your Facebook profile, in case you possess one.

We Will Be Using The Simple Facebook Messenger Link

By default, the Facebook Messenger button is rendered making use of JavaScript. Yet it is possible to write them straight in HTML without demanding JavaScript. The good thing about this is that these very buttons would show up despite the user having enabled ad blockers and additionally, it is possible to embed message links inside email newsletters.

The very operation you need to carry out is replacing “XYZ” in the snippet below with your Facebook vanity username. So in the case where you are not in ownership of a username, you have the alternative of using your numerical Facebook profile ID. You could customize the link with CSS to look like a button as seen below.

Message us on Facebook

One relevant addition I will like to make here is that should you not be seeing messages sent to your Facebook profile, it is majorly traced to the fact that Facebook hides rather automatically people which you are not in your friends list/contacts.

Proceed to facebook.com/messages, when you arrive there tap on the “More” dropdown and select “Filtered” . This will display all messages which were not in your main inbox.

Now that is the end of this guide, and I hope it was useful.


Go to link download

Read more »

Sunday, April 16, 2017

Bloggers Website Owners Get a Signup Bonus Of 10 From Advertopia CPM Advertising Network

Bloggers Website Owners Get a Signup Bonus Of 10 From Advertopia CPM Advertising Network


Are you a blogger or website owner, always looking for an alternative to Google AdSense to make money online? Today am introduce a new ads network that pays every 2 weeks via PayPal or bank transfer which is called Advertopia

Advertopia is a CPM advertising network serving a large volume of ads to the publishers. They have lots of premium advertising campaigns and thus allows you to increase your revenue from your online content.

Advertopia offers very high payouts CPM compared to other ad networks and they are not strict in terms of approval. But you should definitely have good quality content to get approved with a minimum of 5000 monthly impressions

Advertopia pays every 2 weeks via PayPal or bank transfer and guarantees 100% fill rates. With industry high CPM ratesand low limit payouts of just $20 and they also provides great online support for their advertisers and publishers

You will also get a signup bonus of $10.

Join Advertopia today and start earning more advertising revenue from your Website

=>Click Here To Join Advertopia<=


Go to link download

Read more »

Wednesday, March 15, 2017

How you can create your first Android App for your Website

How you can create your first Android App for your Website


Follow this 7 step guide to create your first Android App

Android is no doubt a great platform for users as well as developers. Thanks to Android Studio and continuous support from Google. And in case you were thinking to begin creating Android apps but did not have much idea of the know-how, you can follow this article to get your doubts clarified.

Programming Language

Android apps are developed in Java. You do not need to be an expert, but you should be good in specific areas, e.g. you need to have good knowledge of AWT and Swing for developing a GUI for your app. Getting easy with following topics before starting will make the development phase more enjoyable.
>> Event Handling.
>> Swing.
>> Constructors.
>> JDBC.
>> Classes, Objects and Methods.
>> Packages.
>> Abstraction.
>> Polymorphism.
>> Inheritance.
You’ll also need to learn basics of the Extended Markup Language(XML).

Places to Learn From

You can Learn Basics of Java and Android Development from these websites
1.TreeHouse
2.Tutorials Point
3.Udacity( Android development for beginners)
4.YouuTube
5.EdX

Steps to get an app built

1. Ideation

First of all an idea is required to be worked on. You’ll need to have a clear view of what your app will be for and what it will do. A good idea will be to start small and gradually add sophistication. Don’t make it so boring that you don’t want to make it but try to avoid any complex functions as far as possible. Ideally, the app will only require one ‘screen’ (activity) and will involve some simple interactions so that something happens when the user presses a button. Consider it a challenge to make something that’s genuinely useful with the minimum amount of code.

2. Choosing your IDE

The most common way to build Android apps is to use Android Studio and Java. This is the official method recommended by Google and it will afford you a lot of flexibility while ensuring there’s plenty of support if things go wrong. This is also the method you will need to know if you ever plan on becoming a professional developer.
There are numerous other options for your IDE and language too however. You may pick Unity and C++ for instance if you want to make a game. Basic 4 Android is an IDE focused on rapid development that lets you code with BASIC rather than Java. There’s even an IDE that runs on Android called AIDE.

3. Collecting Resources

Resources mean images and other material you will use in your app. You can download numerous images and use them but be aware not to violate someone’s copyright.

4. Building the layout of your app in IDE

Now you’re going to create your layout in Android Studio using the ‘designer’. This is a tool that lets you simply drag and drop the widgets (also called ‘views’) where you want them on the page. You’ll need to start a new project in Android Studio to do this but there will still be no coding necessary at this point (except maybe a little XML). To start a new project select File >New > New Project. Follow the steps selecting a name for your project and for your activities and choose ‘Empty Activity’.

5. Writing the core code

Now comes the more challenging part – adding the code. You know the basics of Java and you have your widgets/views already in place. Now you’re going to open the Java file for your main activity and simply create some ‘on Click’ events to add code that will run only when users click a specific button or otherwise take a specific action.

6. Implementing more complexity

By now though, you should have some of the basic functionality in place so that your app responds to button clicks (in one way or another) and perhaps stores some variables.
Next is to add the more advanced functionality that will be specific to your app. For example, you might want your app to play music when a button is clicked. Maybe you want to add some flashy animations. Or perhaps you need to know how to transition from one activity to the other.

7. Final review and publishing

Now comes the last step. You’ll have to test your app for bugs and once everything is right you can get your app published on Google Play Store.


Go to link download

Read more »