LinkXL plugin aims to monetize WordPress blogs


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News LinkXL plugin aims to monetize WordPress blogs
# 1  
Old 01-21-2008
LinkXL plugin aims to monetize WordPress blogs

Mon, 21 Jan 2008 09:00:00 GMT
LinkXL is a new way to capitalize on your blog's popularity. It leverages the keywords and keyphrases you've been including in your content in an effort to get a higher page rank on search engines. LinkXL is an ad broker, but the ads are not really ads, they're just links from certain words in your blog posts to an advertiser's site. Advertisers pay a set amount to get a linked keyword -- usually around $5 per link, per month. Publishers stand to make a lot of money, LinkXL executives assert, because of the sheer volume of content available on most blogs.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. What is on Your Mind?

Cybersecurity - Wordpress Plugin Developer Wanted

https://www.unix.com/members/1-albums112-picture680.png (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
CHRONICLE-SPOOLER(1)					User Contributed Perl Documentation				      CHRONICLE-SPOOLER(1)

NAME
chronicle-spooler - Automatically post pre-written entries. SYNOPSIS
Path Options: --config Specify a configuration file to read. --spool-dir Specify where pending entries are located. --live-dir Specify where the entries should be moved to. Post-Spool Commands: --post-move Specify a command to execute once entries have been moved. Optional Features: --test Only report on what would be executed. Help Options: --help Show the help information for this script. --manual Read the manual for this script. ABOUT
chronicle-spooler is a companion scrip to the chronicle blog compiler. It is designed to facilitate posting new entries automatically upon particular dates. (ie. If you have ten written blog entries in a spool directory it will move them into place upon the date you've specified.) DATE SPECIFICATION
To specify the date a particular entry should be made live you must add another pseudo-header to your blog entry files, as follows: Title: This is the title of the blog post Date: 2nd March 2007 Publish: 15th April 2008 Tags: one, two, three, long tag The text of your entry goes here. In this example we know that this entry will be made live upon the 15th April 2008, and not before. AUTHOR
Steve -- http://www.steve.org.uk/ LICENSE
Copyright (c) 2008-2010 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license. perl v5.12.3 2011-05-03 CHRONICLE-SPOOLER(1)