Link shortening and click tracking plugin for Camaleon CMS.
Manage links
Create links
Features
GoLinks turns long URLs into branded, "/go/some-slug" destinations, which increases click-through engagements and is great for managing messy affiliate links.
Add this line to your application's Gemfile:
gem 'go_links'Then execute:
$ bundleOr install it yourself:
$ gem install go_links- Install the gem
$ rake go_links:installthen$ rake db:migrate- Activate plugin from your site's
/admin/plugins/'Disabled' tab - Click 'settings' from Active tab to view and configure links
- Ability to Edit/Update a link destination
- Ability to delete a link
- Sorting by most/least in Index view
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
The gem is available as open source under the terms of the MIT License.

