GithubHelp home page GithubHelp logo

jquery-liveurl's People

Contributors

akuprianov avatar stephan-fischer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jquery-liveurl's Issues

again url live preview not working now

hello sir,
again url live preview not working now,before its giving iamge and descirption preview and all other url preview .now its not working

Failed to load resource: the server responded with a status of 400 (OK)
https://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20htmlstring%20where%20url%3D%22https%3A%2F%2Fwww.createonlineacademy.com%2Fuu%22&format=xml&diagnostics=true&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback=&_=1503565384972

now giving this type of error

License ?

What is the license? Using software without license can make troubles so please add it so anyone would know.

On Close

what event trigger when user cancel the dislayed linked?

liveurl not trigger onSuccess when re-type the url

Hi, thank you for great plugin.
When I input the url in my textarea the first time, liveurl can catch it and pass data to me in the onSuccess event, but when I clear the textarea content after that, and retype another url, it doesn't recognize the url anymore.
What could I miss ? Thank you

Video Preview not working

Hi there the video preview is not working, when i put a youtube video the object always return like that:

Object {
    title: "Mom and Kids Drifting in a Minivan - Momkhana Famous Footwear", 
    description: "This is what happens when you take a 550 HP engine…rformed on a closed course. Watch the Behind t...", 
    url: "https://www.youtube.com/watch?v=-j0H5sP-prk", 
    video: null
    };

i think its because yahoo change there api

Enhacement suggestion

I would like to suggest allowing only contexts:

  • video link only
  • image link only
  • any ( default )

Maintain?

Does this plugins still maintained by the author?

not executing script on hidden textarea when content is cloned to it...

Hi,

I'm setting up a Humhub intranet and want to add some extra features to comments from users.
The comment box is an editable div of which the content is cloned into an hidden textarea.
But when entering an url , it isn't recognized...

Can you please help me finding a solution?


<textarea style="width: 300px; height: 100px;" placeholder="write here"></textarea>

$(document).ready(function () {
$('.input-area').keyup(function () {
if ($(this).html() == "" || $(this).html() == " " || $(this).html() == "
") {
$(this).html(placeholder);
$(this).addClass('atwho-placeholder');
} else {
$('textarea').val(getPlainInput($(this).clone()));
}
})
});

$('textarea').liveUrl({
loadStart : function(){
console.log('start');
},
loadEnd : function(){
console.log('finished');
},
success : function(data) {
console.log(data);
}
});

url live preview not working

url live preview not working now,before its giving video preview and all other url preview .now its not working .same code i am using which i have used first.

$.browser.msie() doesn't work with Jquery 1.9

Hi Stepah,
$.browser seems to be removed on 1.9 jquery version.
use navigator instead :

/msie/.test(navigator.userAgent.toLowerCase()

Eventually you can also add :
jQuery.browser = {};
jQuery.browser.msie = /msie/.test(navigator.userAgent.toLowerCase()

Not sure that is a great solution bat at least it fix the issue.

Luca

Single Image returned

Thanks for writing this plugin. It works really well.

Is there any way I can limit just one image being returned.

Many thanks

Works Great … But Then What???

I apologize for being a bit of a JQuery novice (I'm currently taking an online class), so please forgive me if this question has already been answered, but I can't seem to find the resolution within the closed issues. Anyway, this is BY FAR the best one of these types of scripts I've seen. However, I'm at a loss as to how to go about extracting the same data and features once the text within the text area is saved and retrieved. In other words, once the user fills in the text area and submits it through a form, I want to be able to call that content from a database and then display that content in the same way with LiveURL, with all of the urls automatically parsed and so forth - within a DIV or some other DOM element identified by ID, or Name, or whatever. The function seems to be contingent upon a click event, and I can't seem to figure out how to modify it so as to automatically run on the $("document").ready(function(). So I guess my question/point is that it would be great if this could be expanded to include the complete process, both before and after form submission. Thanks

<title> error with amazon

Hey, its returning the url instead of whats in the title in the head for amazon pages. Any ideas why/how to fix?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.