Facebook Publish: Post to Page issue resolved
October 11, 2014PHP,WordPress,Pluginsphp,wordpress,auto posting,auto publishing,facbook,facebook auto posting,facebook publish
Facebook Publish: Post to Page issue resolvedWith Facebook trying to make the best use of Facebook Apps, it is continuously evolving with new policies and that makes the life of developers difficult. Recently, number of users of Facebook Publish plugin were having trouble with posting their articles to Facebook Pages. The posts were being published successfully but the…
Setting up Facebook Publish WordPress plugin
Setting up Facebook Publish Wordpress pluginThis article is intended to guide you through the post installation process for Facebook Publish WordPress plugin. Please follow the instructions given below:- 1. First of all, you need to create a Facebook Application, this is described in this tutorial:- How to generate a Facebook APP ID and Secret key 2. Note the App ID and…
How to create a Facebook APP ID and Secret key
July 19, 2014WordPress,Pluginswordpress,auto post,facebook,plugins
How to create a Facebook APP ID and Secret keyThis article will show you how to create a Facebook App Id, Secret key and Access API information for integrating Facebook into your app or website. Step 1:- Log in to Facebook developer’s website with your Facebook credentials. Then Create an application by clicking on My Apps >Add New App
How to make an element scrollable without showing scroll bar
How to make an element scrollable without showing scroll barIf you are stuck in a situation where you want to allow a div to be scrollable but there should be no scroll bar visible. This might look impossible at first but there is a simple trick that allows you to make this possible. Consider the following diagram:- Read More
Live Cricket Score – WordPress Plugin
June 22, 2014WordPress,Pluginswordpress,cricket score,live cricket score,wordpress plugin
Live Cricket Score - Wordpress PluginLive Cricket Score is a plugin that I made in my spare time just to utilize it in a good way. It basically fetches score from Cricbuzz Feeds and shows in on website’s sidebar. The process is simply straight forward but to eliminate any kind of confusion this guide is always there with you. Installing Plugin: The easiest…
How to convert HTML to DOC – The Easy Way
How to convert HTML to DOC - The Easy WayEarlier I have posted an article that showed how to convert HTML to PDF, recently I came to find out an extremely simple way to generate Microsoft Office Open XML Format Document file format (.doc format) from HTML code. This way can be a life saver when you want to generate doc files dynamically. To generate a doc file from HTML…