Skip to main content

FB page Secrets

So how to make a fb page and get it fan followed within days?

There is been a fashion nowadays to make fb pages to spread your views, ideas, blogs or any other opinions. Also, there are fb pages for humours and how-to-do stuff also. But, what we are discussing today is how will you gather more audience for your fb page?

The answer lies in core algorithm that fb uses to put your page in the news feed lineup.
It's called 'The EdgeRank', a simple formula that fb uses to put up your page posts more often on news feed.

It has 3 elements, Affinity, weight and time.

Affinity :: It simply means on which level do people are interacting with your page's post. So, people giving more likes and comments are going to see more of your page stuff in their news feed. Thus, put some post that get people more attracted to commenting and sharing.

Weight :: So, all of you think, the more likes to a post the more frequently it will appear on news feed , right? But, Fb thinks the other way. Shares. Comments. Likes is what the Weights go in descending order. Thus, if people share your posts more, the more are chances of making your page grow. This one is a bit tough job, because we prefer liking then sharing it, so make your posts so powerfully appealing that people will share, like , comment.. Make them do all!!!

Time :: This is one is straight forward and simple. The older your post, the less they'll come up. So make sure, you update your page regularly but not frequently. Yes, never put updates so much that people get irritated and just unlike your page. What 'IgniteSocial media' page tells, that one should update it's page once in a day or max 8 times a week.

So, this was all about the technical stuff of how FB handles your pages.

Speaking of some non tech guide for your page, we could sort down some points to remember while making a FB page:

1. Put an attractive page name, attraction is key to traffic.
2. Images and videos rather than plain text post.
3. Weekly Contest that gets people looking up your page more frequently.
4. Vouchers and discounts on stuff related to your page.
5. Make your posts more humorous then serious, put up quotes to promote your views.

This is how you could get your FB page grow and gather more popularity within weeks. Get yourself updated, keep it simple yet attractive :) .

Comments

Popular posts from this blog

VLSI viva compilation

All the below stuff is a compiled post from google of all the viva questions asked on vlsi and avlsi , do take a look  I've actually made this for me :P ( Last minute Reading Stuff :) ;) ) 1. Why does the present VLSI circuits use MOSFETs instead of BJTs? Compared to BJTs, MOSFETs can be made very small as they occupy very small silicon area on IC chip and are relatively simple in terms of manufacturing. Moreover digital and memory ICs can be implemented with circuits that use only MOSFETs i.e. no resistors, diodes, etc. 2. What are the various regions of operation of MOSFET? How are those regions used? MOSFET has three regions of operation: the cut-off region, the triode region, and the saturation region. The cut-off region and the triode region are used to operate as switch. The saturation region is used to operate as amplifier. 3. What is threshold voltage? The value of voltage between Gate and Source i.e. V GS at which a sufficient number of mobile e...

Microsoft BizTalk Server - Schemas - Things you should know!

Schema In BizTalk - What are they? - Schema is a structure of XML in BizTalk - it is stored in XSD format, meaning XML schema Definition - Used to handle messages that are coming in XML format or sending out in XML format TIP: BizTalk Editor saves schema files using utf-16 character encoding.  * Wiki defines*  Messages inside BizTalk are implemented through the XML documents and defined with the XML schemas in XSD standard  Some tips -     That's what it looks when you add a schema item to the project. Let's quickly wrap up some important properties, select the schema node and press F4: 1. Data Type - We have many options, from string to bool it defines what type of data the field would handle. 2. Default value -  If the field receives no input, we can a default value here 3. Min/Max occurs - This property decides the occurrence of field. If no value inserted it takes 1-Min and 1-Max meaning the field is mandatory. ...

Microsoft BizTalk Server| Interview Questions| Set 2

Hi folks, We are back with set 2 of Biztalk server developer Interview Questions. Let's have a look then. State and explain stages of receive and send pipeline. Difference Between XML receive pipeline and passThru pipeline. State minimum components required in a pipeline. State maximum components used in a pipeline. Which property is required using Flat file dissambler and what happens if it is not set. What are the base types of pipeline components. What Interfaces are used for developing a general custom component pipeline. What Interfaces are used for implementing a dissambler custom pipeline component. How to execute a pipeline in an Orchestration. How to set properties of an adaptor dynamically in an Orchestration. What is message box and its purpose in Biztalk server. Types of subscription in Biztalk. Is it possible to have more than one port with same name. In which state can a send port do not subscribe to a message. Why multiple receive locations can...