Monday, December 31, 2018

At the same time, the Facebook is a big social network that it has over billions of active users around the world. Also you can promote your blog content through the Facebook page and you can get good number of traffic for your blog. 



For the Facebook page, it is very easy to create but it is difficult to get number of like on your Facebook page. This is best one method that you can increase number of like on the Facebook page. You can add Facebook page like box on the blogger that it allows all visitors like your Facebook page directly if they want to get other information in the future. The Facebook created Facebook page plugin that it is very easy to promote the Facebook page on the third party website. On this guide, I will share you about How to add The Facebook page plugin on the blogger.

What is the Facebook page plugin?
The Facebook page plugin is a path or function of Facebook that before they know Facebook like box.  It allows you to promote your Facebook page on the third party website. It can display Facebook cover photo, recent page post, and random people like your page etc.
How to add Facebook page plugin on the blogger
Step 1: you must have a Facebook page
Step 2: open this link Facebook page plugin
Step 3: on the Facebook URL, please input address of your Facebook page. For example https://www.facebook.com/Malis63
Step 4: please input number of width in pixel. For example: you want to show your Facebook page with width 250 pixel.
Step 5: please input number of height in pixel. For example: you want to show your Facebook page with height 200 pixel.  But on this guide, I no need to input.
Step 6: if you don’t want to show any content that you posed on the Facebook page, please delete “timeline” on Tabs box.
Step 7: if you choose “Use small header”, it means that you want to use small cover photo.
Step 8: if you choose “Hide cover photo”, it means that you don’t want to show cover photo.
Step 9: if you choose “Show friend’s face”. It means that you want to show random people liked your Facebook page.
Step 10: please click on “Get Code” button
Step 11: it will pop up 1 screen more and keep it a minute to process step 12.


Step 12: login to your blogger profile
Step 13: Go to “Layout” menu
Step 14: click “Add a tadget” at which side that you want to show Facebook page plugin.
Step 15: please choose “HTML/Javascript”
Step 16: please fill “Facebook” on title box
Step 17: please copy code from step 11 and past on content side.
 Include the JavaScript SDK on your page once, ideally right after the opening body tag.
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.3"></script>
Place this code wherever you want the plugin to appear on your page.
<div class="fb-page" data-href="https://www.facebook.com/Malis63/" data-tabs="" data-width="250" data-height="" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/Malis63/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/Malis63/">Malis63</a></blockquote></div>


Step 18: please click on “Save” button
Step 19: enjoy your Facebook page plugin



Currently, we are living with modern technology that we can read and watch documents or video from the internet. All most video created by other people and they posted or lived with another social network such as Facebook or Twitter etc. However, the Facebook added Live Streams to their page that it allows you live your video on the Facebook page.



Why do you need to Live Stream on the Facebook?
When we Live Stream video on the Facebook, we will get number of visitor, number of like page, and share your video more. One more thing, it is the real time video. You can live about song, activity, sale product online, and other service  of business.
On this article, I will show you “How to Live Stream Video to Facebook page by software OBS Studio”. Let’s go to practice step by step together.

How to Live Stream Video to Facebook page by software OBS Studio
Step 1: before you start to Live Stream video by software OBS, you need to have a Facebook page. It means that you must to create a Facebook page with your profile.
Step 2: download software OBS Studio by link https://obsproject.com/download
Step 3: please install OBS Studio on your computer.
Step 4: login to Facebook page
Step 5: to Live on the Facebook page with OBS Studio, you need to copy stream key from Facebook.
              Please choose “publishing tools “
Step 6: please choose “Video Library”
Step 7: please click on “Live” button
Step 8: find key on “Stream key” box and copy


Step 9: input stream key on OBS Studio
Open OBS studio short cut on the desktop
Go to “Setting”
Go to “Stream”
On the “Stream key” box, please delete old stream key and past new stream key on this box (copy from step 8)
Click OK button
Step 10: back to OBS studio screen and find “Source” box
Step 11: click on “+” then click “Browse”
Step 12: chose “Create new”
Step 13: click OK button
Step 14: choose “Local file” then click on ”Browse”
Step 15: find path of your file and choose file video such as .MP4. On this step, you can set width or height.
Step 16: please click ok button
Step 17: video will show on the OBS Studio screen then please click “Start Streaming”
Step 18: please back to Facebook page that you opened (on step 8)
Step 19: you will see video live from OBS studio
Step 20: if you input everything ready, it mean that your video is online. Please click “Go live” if you want to live video on your Facebook page.

Note:
  • if you want to stop live video on the Facebook page, you just back to OBS studio screen and click on “stop streaming” button. It mean that you disconnect with the Facebook page.
  • Please remember that the next time, if you want to start Live stream on the Facebook page, you need to copy and past stream key on the OBS studio again.

Monday, December 24, 2018

Currently, most of businessmen use internet to communication or show about their product, software, and other service, so they need some application to use such as web application.


What is Web Application?
Web application or web base application is a computer program or called software program that it runs on web browser or internet browser over the internet. Web applications are used a lot of language to design for use on the internet. It use a combination between server side scripts such as JSP, APS or PHP to handle the storage and retrieval of information from client side and client side script such as HTML and Javascript handle to translate information to end user. Client side refers to web browser that work at client’s computer such as Internet explorer, Google Chrome, Mozilla Firefox, Opera, Safari, or Microsoft Edge. Server side refers to service that work at server side such as IIS (Internet Information Service), Apache, and Apache Tomcat. Database supports with web application such as Microsoft access, Microsoft SQL Server, My SQL, and Oracle etc.
We use web application to client or end user do transaction with other company by using online forms and they can show about service, products, or other information to their client. If we use dynamic webpage of web application, it need web server to manage information that request from clients or end user and sometime, web application need database to store data. If we use static webpage of web application, we don’t need web server to process all information from client or end user. Dynamic webpage is the webpage that it allow owner of webpage can edit information later and static webpage is the web page that it is not allow owner of webpage edit information on page later. Web Applications are working with multiple platforms without think about operating system or other devices and it is easy to maintain.

This is some flow of web application:
  • End user input URL or other word on web browser or application’s interface to request to web server over internet.
  • Web server got information from client or end user and it forwards this request to server side.
  • Server side runs service to process client’s request with database.
  • After server side completed process, it will send the result to web server.
  • Web server got result from service of server side then it forward the result to client’s browser.
  • Client’s browser at client side translates data to show on the browser.
Types of web applications by usage are intranet application, internet application, and extranet application.

Intranet application refers to private web application that it can access with LAN (Local Area Network). It means that it use local network and internet to share information in the organization. People around the world can’t see our information.
Internet application refers to public web application that it can access with WAN (Wide Area Network). It means that everyone on the world can see our information. We use it for business operation and people can access it from anywhere over internet.