Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种通过将其 URL 作为参数来获取网页的小图像的方法。我希望它看起来像您使用 gchat 并发送一个 youtube 网址。是否有任何 Jquery 插件可以做到这一点?(我没有使用wordpress)
谢谢 !
您不能仅使用 javascript 来执行此操作。Ajax(在我们的页面中加载外部内容的方式)无法访问其他域的页面。
哟需要创建一个服务器编程服务(PHP,ASP,C,Phyton,...)。此服务必须加载此 url 并获取图像。然后,您可以使用 ajax 作为 Json 或 XML 加载此服务。
这与您可以在 facebook、pinterest 等中找到的相同。