Marketing
Never underestimate the power of viral marketing. The most money ever made in linkbucks has been through the use of Facebook. We had someusers make up to $ 1,000 a day only in the fan pages on Facebook. The trick is to put a fan page with a special section that requires people to "like" that before seeing the content they have. If they have a huge following of fans, whoeasily become viral and wall updates are distributed to all news channels.
need to start
1 have a very good idea to create a group on facebook.
2 having a blog or website pekeña. (there are free sites where you cancreate them as blogger etc.)
3 create an account linkbucks.com
4 create an account with paypal (which is where you first deposit the moneyearned)
well, ok now what?
the idea is good right through facebook you create a group, that group will have a link to send to those who do click on your website or blogger, andthere where linkbucks enter your account, because every time someone clicks on the link to view the content of your page or blogg. you will bepaying! not amazing? good it is that easy. Now, you want to know how to dothis step by step right?
1 have a very good idea to create a group on facebook.
2 having a blog or website pekeña. (there are free sites where you cancreate them as blogger etc.)
3 create an account linkbucks.com
4 create an account with paypal (which is where you first deposit the moneyearned)
well, ok now what?
the idea is good right through facebook you create a group, that group will have a link to send to those who do click on your website or blogger, andthere where linkbucks enter your account, because every time someone clicks on the link to view the content of your page or blogg. you will bepaying! not amazing? good it is that easy. Now, you want to know how to dothis step by step right?
How To Make Facebook Fanpages
Go to the searchbar at the top and enter "Pages" and click the "Facebook Pages" option. You will be redirected to a series of pages and on the top right hand side there will be a button that says "Create Page" Click That
You will be brought to a "Create Page" and will have two sides One is "Official Page" and the other is "Community Page" for mine i did a community page because it was easier to make. Basically Enter the name of the page in the box and press "Create Community Page"
Okay so now your page is created. Now this part varies depending on what you will be doing, im going to show you how to do it for picture links, this will give you the general idea, and you can experiment to achieve what you want.
First off your going to want to make a custom tab. In order to do that you need to go Here and click "Add to my page" Under the image on the left side. A box will pop up and your page will be displayed. click the "Add to page" button and go back to your page.
(You can access your page anytime by entering the name of the page in the search bar, or by pressing "Ads and Pages" at the home page)
Click the "Edit Page" under the picture with the question mark (assuming this is a new page) and scroll down till you see "FBML - FBML. Underneath that you should see "Edit" "Application Settings" and "Remove Application". Press "Application Settings and beside Tab you should see "(add)" click add and click okay
Now press "Edit" Put the title of the tab in the top, and in the bottom you are going to place your code/information for the tab. These tabs work on HTML and CSS, as well as some facebook commands which can be found by typing in "FBML" into google.
(Please do not ask me for code, This is something you will need to learn yourself if you want to create more pages. If you need HTML and CSS tutorials go to Tiazag.com and they will give you a crash course.)
Hiding Content from Fans and Non Fans
The main part to the fan page is the separation between what fans can see, and what non-fans can see. This is the tricky part and requires some trial and error.
Any code you want to hide from Non-Fans needs to be surrounded by
Okay so now your page is created. Now this part varies depending on what you will be doing, im going to show you how to do it for picture links, this will give you the general idea, and you can experiment to achieve what you want.
First off your going to want to make a custom tab. In order to do that you need to go Here and click "Add to my page" Under the image on the left side. A box will pop up and your page will be displayed. click the "Add to page" button and go back to your page.
(You can access your page anytime by entering the name of the page in the search bar, or by pressing "Ads and Pages" at the home page)
Click the "Edit Page" under the picture with the question mark (assuming this is a new page) and scroll down till you see "FBML - FBML. Underneath that you should see "Edit" "Application Settings" and "Remove Application". Press "Application Settings and beside Tab you should see "(add)" click add and click okay
Now press "Edit" Put the title of the tab in the top, and in the bottom you are going to place your code/information for the tab. These tabs work on HTML and CSS, as well as some facebook commands which can be found by typing in "FBML" into google.
(Please do not ask me for code, This is something you will need to learn yourself if you want to create more pages. If you need HTML and CSS tutorials go to Tiazag.com and they will give you a crash course.)
Hiding Content from Fans and Non Fans
The main part to the fan page is the separation between what fans can see, and what non-fans can see. This is the tricky part and requires some trial and error.
Any code you want to hide from Non-Fans needs to be surrounded by
Code:
<div style="height:300px;">
<fb:visible-to-connection>
<---Code Goes Here--->
</fb:visible-to-connection>
</div>The <fb:visible-to-connection> basically makes that information unaccessable/unviewable by non-fans
Now in order to tell the person to "Like" your page you need to have text telling them. Copy and paste the following code at the end of your code but BEFORE THE </fb:visible-to-connection> and </div>
Code:
<fb:else> <h1> Press "Like" in order to see the photos! </h1> </fb:else>
Code:
<fb:else> <h1> Press "Like" in order to see the photos! </h1> </fb:else> </fb:visible-to-connection> </div>
If you find your information is cut off, make the number bigger. If not then leave it.
After you have done this copy and paste this at the top of the code:
Code:
<style>
h1 {margin-top:-270px; font-size:25px;}
</style>On the admin account Both fans and non fans data will be displayed so it is okay if they overlap. If you want to test and see if it is working use another account and like, and unlike it to the page.
If you have any questions feel free to ask, i will be happy to help im just not creating the whole project for you


