Blogcomments

Creates backlinks by automatically posting a blog comment to a list of Wordpress blogs. Please use ethically.

Installation

Add this line to your application's Gemfile:

gem 'blogcomments'

And then execute:

$ bundle

Or install it yourself as:

$ gem install blogcomments

Usage

Commenter.postlink("URL", "keyword", "comment", ["blog#1 to post on", "blog#2 to post on"])

The URLs, keywords and comments all support spintax. "keywordkeyword#1|keywordkeyword#1|keyword#2|keywordkeyword#1|keyword#2|keyword#3"

The list of blogs to post on must be entered as an array. ["http://blog1.com", "http://blog2.com"]

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request