PHPackages                             intelogie/jquery-liveurl - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. intelogie/jquery-liveurl

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

intelogie/jquery-liveurl
========================

0104JavaScript

Since Jul 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/INTELOGIE/jQuery-LiveUrl)[ Packagist](https://packagist.org/packages/intelogie/jquery-liveurl)[ RSS](/packages/intelogie-jquery-liveurl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

jquery.liveurl - a facebook attachment clone (version 1.2.2)
============================================================

[](#jqueryliveurl---a-facebook-attachment-clone-version-122)

This plugin enables a **live preview** for an url in a *textarea*, like the facebook attachment
 of a post. Multiple images and a video preview is in this demo integrated.

Features
--------

[](#features)

- Filters urls and images from a textarea
- Multiple Images
- Video Preview
- NO PHP required (YQL)
- Meta Tag Recognition
- Body Images Inspector
- Body Paragraphs Inspector for Description Fallback

Demo
----

[](#demo)

**Online-Demo:**

[![](https://camo.githubusercontent.com/51b32cb37d2e5b53875423670b6ca99a810dc51110770881bfe991ae02b9a3d7/687474703a2f2f32352e6d656469612e74756d626c722e636f6d2f74756d626c725f6d64697970316244696d31726c39646a726f315f313238302e706e67)](http://25.media.tumblr.com/tumblr_mdiyp1bDim1rl9djro1_1280.png)

Installation
------------

[](#installation)

Include this script **after** the jQuery library

```

```

Browser Compatibility
---------------------

[](#browser-compatibility)

- Google Chrome 23
- Mozilla Firefox 16.0.2

- Internet Explorer 7, 8 and 9

- Safari 5.1.7

Quick Usage
-----------

[](#quick-usage)

You can use this plugin on every textarea. Start it directly:

```
$('textarea').liveUrl({
  success : function(data)
  {
    console.log(data);
    // this return the first found url data
  }
});
```

### returns:

[](#returns)

```
Object = {
    title: "New Car Quotes, Buy Used Cars, and Prices | The cars.com alternative  | Car.com",
    description: "Car Reviews, Car Financing, and a Free non-obligat…e.",
    url: "http://www.car.com",
    video: null
}
```

Options
-------

[](#options)

OptionParameterDefaultDescription*findLogo*`[boolean (true / false)]``false`should search for an image or class namend "logo" for the image preview*logoWord*`[string]``logo`Word, which should be searched, used for the "findLogo" option*findDescription*`[boolean (true / false)]``true`should search for an p tag with text, only if the description is not given*matchNoData*`[boolean (true / false)]``true`preview urls, which are not found (offline, 404)*multipleImages*`[boolean (true / false)]``true`preview more than one image of the url*minWidth*`[integer]``100`Value in pixel for the minimum width of each preview-image*minHeight*`[integer]``32`Value in pixel for the minimum height of each preview-image*loadStart*`[function()]``{}`This function starts if the plugin start a page download - for an optional loader*loadEnd*`[function()]``{}`This function starts if the plugin has finished the page download*success*`[function()]``{data}`Returns the information about the first found url*addImage*`[function()]``{image}`This function is started each time, if a picture is found*imgLoadStart*`[function()]``{}`Not implemented*imgLoadEnd*`[function()]``{}`Not implementedDevelopment
-----------

[](#development)

- Source hosted at [GitHub](https://github.com/stephan-fischer/jQuery-LiveUrl)
- Report issues, questions, feature requests on [GitHub Issues](https://github.com/stephan-fischer/jQuery-LiveUrl/issues)

Authors
-------

[](#authors)

[Stephan Fischer](https://github.com/stephan-fischer)

Donation
--------

[](#donation)

If you want to support me, make a small donation at [www.paypal.com](http://www.paypal.com):

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cd960536c07e255b2e6f7e55c03c6d09274b215ccceaccc38926ffe03e098a7?d=identicon)[bgauthier](/maintainers/bgauthier)

---

Top Contributors

[![bgauthier](https://avatars.githubusercontent.com/u/1789355?v=4)](https://github.com/bgauthier "bgauthier (4 commits)")[![stephan-fischer](https://avatars.githubusercontent.com/u/2657649?v=4)](https://github.com/stephan-fischer "stephan-fischer (1 commits)")

### Embed Badge

![Health badge](/badges/intelogie-jquery-liveurl/health.svg)

```
[![Health](https://phpackages.com/badges/intelogie-jquery-liveurl/health.svg)](https://phpackages.com/packages/intelogie-jquery-liveurl)
```

###  Alternatives

[jaeger/querylist-phantomjs

QueryList Plugin: Use PhantomJS to crawl Javascript dynamically rendered pages.(headless WebKit ) 使用PhantomJS采集JavaScript动态渲染的页面

6124.3k1](/packages/jaeger-querylist-phantomjs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
