AutoLink

Plugins
  1. 3 months ago

    Hi,
    I have update an old plugin I made for esotalk beta1.
    When you post an URL, AutoLinks automatically:

    • Embeds images (PNGs, JPGs, GIFs, BMPs and some others)
    • Embeds MP3s with a nice flash streamer/player
    • Embeds videos (from several popular sites - see below)
    • Turns other URLs (including mailto:, ftp://, etc) in to a clickable link

    Video sites currently supported:

    • Youtube
    • Google video
    • Vimeo
    • metacafe
    • LiveLeak.com
    • Dailymotion
    • myspace video
    • Spike
    • Redlasso
    • onsmash.com
    • tangle

    You can also force an URL to become a clickable link (rather than becoming embedded) by putting a '!' at the beginning of the URL. For example, !http://www.example.com/video/1 will be a clickable link and won't embed video in the page.

    Download

  2. Edited 3 months ago by ram

    Oh You need to modify the file ETFormat.class.php and comment line 73
    Because esotalk is a bit aggressive on converting links.

    72:	// Format links, mentions, and quotes.
    73:	//$this->links();

or Sign Up to reply!