support forums and sign up for the mailing list to receive updates and news. By Husani Oakley. Version: 1.4 */ /* Copyright 2009 Husani Oakley (email : wordpressplugins@husani.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /** SETTINGS AND REQUIRED FILES */ define("LINKSHORTCUT_NAME", "/link-shortcut"); define("LINKSHORTCUT_UI_LOC", ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/admin"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/Linkshortcut.php"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/LinkshortcutInstaller.php"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/LinkshortcutAdmin.php"); require_once(ABSPATH . PLUGINDIR . LINKSHORTCUT_NAME . "/lib/LinkshortcutDataManager.php"); //grab control of the flow during template_redirect. add_action('template_redirect', 'linkshortcut'); /** * MAIN WORK FUNCTION. At this point, we know if WP has found the content. if we're a * 404, we'll check to see if it's a linkshortcut. if it is, redirect; otherwise, do nothing * and let WP continue with the error process. */ function linkshortcut(){ global $wp_query; //are we a 404? if(is_404()){ //yes. send to linkshortcut, which will determine if we redirect or not. $LinkshortcutManager = new LinkshortcutManager; $LinkshortcutManager->go(); } } /********* HOOKS AND ACTIONS REGISTRATION FOR INSTALL/UNINSTALL AND ADMIN PANELS ***********/ /** create options page and menu structure/pages */ add_action('admin_menu', 'linkshortcutAdminMenuCreation'); function linkshortcutAdminMenuCreation() { $LinkshortcutAdmin = new LinkshortcutAdmin(); add_menu_page("Link Shortcuts", "Link Shortcuts", 8, 'linkshortcut_list', array($LinkshortcutAdmin, 'displayMain')); add_submenu_page('linkshortcut_list', "addnew", "Add New", 8, 'linkshortcut_addnew', array($LinkshortcutAdmin, 'displayAddNewForm')); if(is_admin()){ //include javascript add_action('wp_print_scripts', array($LinkshortcutAdmin,'displayJS')); } add_options_page('Link Shortcut Options', 'Link Shortcut Options', 8, 'linkshortcut_options', array($LinkshortcutAdmin, 'displayOptionsPanel')); } /** set up ajax for admin custom ident check */ $LinkshortcutAdmin = new LinkshortcutAdmin(); add_action('wp_ajax_linkshortcut_check_ident', array($LinkshortcutAdmin, 'checkIdentWithAjax')); /** register activation/deactivation hooks. since i can't seem to get a class's method used as a callback, doing it ghetto style. */ $LinkshortcutInstaller = new LinkshortcutInstaller; register_activation_hook(__FILE__,array($LinkshortcutInstaller,'doInstall')); register_deactivation_hook(__FILE__,array($LinkshortcutInstaller,'doUninstall')); ?> Top 10 Tips To Build Your Facebook Fan Page Audience - JONMOSS Online

If you are struggling to build a following on Facebook, you can double your presence by using a Fan Page and connect with more people who matter to you. It’s free and easy to set up.

Just click on the small arrow to the left of the help icon on the toolbar at the top of your Facebook page, then choose a Page type to get started.

There are 6 different page types including Local Business, Company or Organisation, Brand or Product, and others.  Select the one most appropriate to the subject you will be promoting.  After selecting the page type you will be asked to provide additional information such as Category, Company Name, etc.

So, you’ve set up your page – good work!

The following 10 tips should help build a tribe of followers who will hopefully buy from you as you feed them compelling content and irresistible offers.

1. Create a Sign Up button on your fan page for opt-in to your list.  You can then send follow up emails to give them more information and sell them other products.

2. Post a handful of posts on your page before making the page public so that nobody arrives for the first time thinking they’re all alone.
3. Create at least one piece of content which is shareable to spread your presence across Facebook

4. Invite all of your FB profile friends to like your page to increase the size of your page community

5. Post consistently to your page once it is live to help build engagement over time

6. Aim for at least 4 posts daily because it is likely your fans will be lucky to see 1 of them each day

7. If you have multiple fan pages in the same niche you should collaborate between them, ie, every 6 – 9 posts, share a piece of content from one of your other pages

8. Turn your fans into customers – use your Sign Up button to attract leads

9. Post images that are eye catching, crisp and evoke emotion

10. Post content which your audience can relate to in order to extend your reach to as many people as possible

I hope these tips help you in building a large fan base on your page.  Another way to promote yourself and your products on Facebook is by using Facebook Ads.  However, this must be done the right way in order to avoid throwing thousands of dollars down the pan.  The best person to go to in my opinion is Michael Cheney who has recorded an easy to follow video series all about advertising on Facebook.  It’s called the Fan Page Money Method, and you can find more about it HERE.