Quantcast
toolbar_logo graphic

Stats

  • Category: Uncategorized
  • License: GNU General Public License (GPL) version 2
  • Updated: 2010-1-14
  • Downloads: 368

Releases


Previous releases:

Other Projects

Marcus Povey's plugins:

0

Recommendations

Summary:

Provides a URL shortening service for The Wire (requires Elgg >= 2009061401)

Full description:

Example URL shortening service using 3la.cc

(Edit your project's description!)

Release notes:

The latest SVN/Nightly build of Elgg (2009061401) provides hooks for URL shortening services through the input/urlshortener view.

This is a functional example which uses the unbranded URL shortening service 3la.cc to shorten long URLs in The Wire posts.

Use this as an example for writing support for things services like TinyURL or Bit.ly

Requirements

  • The latest SVN / Nightly build of Elgg core (this won't work on vanilla 1.5)
  • The latest SVN TheWire plugin (bundled with core)

Notes

  • You will need to update your .htaccess file
  • Requires latest SVN
  • This is an example usage for new functionality I'm playing with in Elgg core, and as so is not supported by Curverider :)
Compatible Elgg Version: 1.5

Marcus strikes to the rescue again ;-)

DhrupDeScoop 1067 days ago

where does one get SVN/nightly?

Lively 1067 days ago

I'm so happy this is happening! I've been using su.pr and Tinyurl for a while now manually, and su.pr has a feature to shorten URLs on your site etc.. but not sure it will work until one of you guys gets a hold of it. I'm happy to see this progress tho! Awesome progress!

TheBeerRun 1065 days ago

will this sopport in version 1.7?

lord55 958 days ago

Will it work for 1.7?

dwaipayan 739 days ago

I can't imagine why it wouldn't, but it would rely on The Wire not removing the call to the shortening service view.

Marcus Povey 739 days ago

Form is missing __token or __ts fields in elgg 1.7.7

adding a <?php echo elgg_view('input/securitytoken'); ?> still doesn't work for me

lord55 426 days ago