prefix . "AffiLinker_db"; if($_GET['AffiLinker_Do']=='sort') { // check_admin_referer('AffiLinker_sort'); $myrows = $wpdb->get_results( "SELECT * FROM ". $table_name . " ORDER BY link_hit_count DESC"); } else { $myrows = $wpdb->get_results( "SELECT * FROM ". $table_name ); } echo '

'; echo '

Manage AffiLinker



'; if ( function_exists('wp_nonce_field') ) wp_nonce_field('AffiLinker_add_link'); if (0 /*get_option("affl_num_enable")==0 */){ echo 'Plugin Not Activated ! Please Go to AffiLinker->Activate and follow the activation form....'; return;} echo '
Get AffiLinker Premium Version to manage unlimited Affiliate Links and more features.
'; echo ''; echo ''; echo ''; echo '

AffiLinker - Basic Options


Just fill the affiliate link (not only affiliate link, you could add any URL as you like) and add the list of keywords seperated by comma below. Don"t forget to check the Interactive Options. Once you are done, click the "Quickly Add Link" button or "Add Link" button. Now all these Keywords will be replaced by Links in your blog according to your configurations.


Enter Your Ad/Affiliate Link :
Enter Keywords Seperated by Comma :
Example: Canon PowerShot, Canon Camera, canon camera, Digital Camera, Digital camera
Yes, keywords are case-sensitive to have more control.

AffiLinker - Interactive Options


The following are the interactive options which helps you to turn a normal Affiliate Link into Interactive Affiliate Link. You can customize the colors, style, font size of the Link so that it appears unique and catchy to your readers.


Choose the Color of Link :
When not selected, it takes the default anchor text link color matching to your blog.
Choose the Background Color of Link :
When not selected, it takes the default anchor text background color matching to your blog.
Choose the Hover Color of Link :
Hover color effects are applicable for blog posts, pages only. When not selected, it takes the default hover color matching to your blog.
Choose the Hover Background Color :
Hover background color effects are applicable for blog posts, pages only. When not selected, it takes the default hover background color matching to your blog.
Link Font size :
When not selected, it takes the default anchor text font size matching to your blog.
Link Font Name :
When not selected, it takes the default anchor text font name matching to your blog.
More Link Style Options : Bold Link
Italics Link
Even More Link Style (Underline) Options :  Default Underline

  Light Dotted       Weight Dotted

  Light Dashed       Weight Dashed

  Light Solid          Weight Solid

  Light Double        Weight Double

  Line Covered

AffiLinker - Control Behaviour


Now you can control the behaviour of AffiLinker like how to show the Link on-page for users as well as for search engines.


Make it Search Engine Friendly : Add NoFollow
Applicable only for Comment section, AffiLinker Widget. Affiliate links on Posts/Pages are always invisible to search engines.
Where to open the page once the link is clicked by user ? Same Window
Uncheck to open the page in new window.
Hide Affiliate Link with Professional Link   Hide Link.
Example: If the keyword is "buy product" and Link Term is "visit", your affiliate link will be automatically replaced by a professional link: '; echo bloginfo('url'); echo '/visit/buy-product/
Make this a Priority Keyword :  Priority Keyword
When you make it Priority Keyword, AffiLinker will replace these keywords into links first and then looks for Non-Priority Keywords. This helps when you limit the number of links per post, priority keywords are given more importance than other keywords.
Show these keywords in AffiLinker Cloud Widget Show in Cloud
Uncheck to exclude these keywords in AffiLinker Cloud Widget.
Hint: To enable widget, Go to Appearance->Widget and Drag-n-drop the AffiLinker Cloud widget to sidebar or footbar



Manage All Links


Get AffiLinker Premium Version to manage unlimited Affiliate Links and more features.
'; $sortlink = '?page=affilinker/affilinker.php&AffiLinker_Do=sort'; $sortlink = ( function_exists('wp_nonce_url') ) ? wp_nonce_url($sortlink, 'AffiLinker_sort') : $sortlink; echo '
'; if ( function_exists('wp_nonce_field') ) wp_nonce_field('AffiLinker_deleteselected'); echo '    '; $row_counter = 1; foreach($myrows as $row) { $row_counter = $row_counter + 1; $bluebk = $row_counter % 2; $id = $row->id; $link = $row->link; $keywords = $row->keywords; $link_color = $row->link_color; $bg_color = $row->bg_color; $hover_color = $row->hover_color; $hover_bg_color = $row->hover_bg_color; $font_size = $row->font_size; $font_family = $row->font_family; $link_nofollow = $row->link_nofollow; $link_target = $row->link_target; $include_keyword = $row->include_keyword; $alt_link_keyword = $row->alt_link_keyword; $keyword_priority = $row->keyword_priority; $link_style_bold = $row->link_style_bold; $link_style_italics = $row->link_style_italics; $affl_underline_options = $row->affl_underline_options; $link_hit_count = $row->link_hit_count; $deletelink = '?page=affilinker.php&AffiLinker_Do=delete&id='. $id; $deletelink = ( function_exists('wp_nonce_url') ) ? wp_nonce_url($deletelink, 'AffiLinker_delete_link') : $deletelink; // echo '
  • Link: '. $link .'   Keywords: '. $keywords .'    Delete
  • '; ?> style="background-color:#E8D9FF;" style="background-color:#D2B0FF;" >
    Affiliate Link Keywords Color Font size Font Name Other Options Hit Count
     
    Add comma seperated keywords
    Link Color

    Background Color

    Hover Color

    Hover Background Color
    Priority Keyword
    '; } else { echo ' Priority Keyword
    '; } if ($alt_link_keyword == 1) { echo ' Hide Affiliate Link
    '; } else { echo ' Hide Affiliate Link
    '; } if ($link_nofollow == 1) { echo ' Add NoFollow
    '; } else { echo ' Add NoFollow
    '; } ?> Same Window
    '; } else { echo ' Same Window
    '; } if ($link_style_bold == 1) { echo ' Bold
    '; } else { echo ' Bold
    '; } if ($link_style_italics == 1) { echo ' Italics
    '; } else { echo ' Italics
    '; } if ($include_keyword == 1) { echo ' Show in Cloud
    '; } else { echo ' Show in Cloud
    '; } $affl_underline_options_id_array = array(0,1, 2, 3, 4, 5,6,7,8,9); $affl_underline_options_name_array = array( "Default Underline", "Light Dotted", "Weight Dotted", "Light Dashed", "Weight Dashed", "Light Solid", "Weight Solid", "Light Double", "Weight Double", "Line Covered" ); echo ''; ?>
    Affiliate Link Keywords Color Font size Font Name Other Options Hit Count
      
    '; // print_r($myrows); ?>