Embed

Get info from any web service or page

MIT License

Downloads
7.6M
Stars
2.1K
Committers
71

Bot releases are hidden (Show)

Embed - 1.5.1

Published by oscarotero over 10 years ago

  • Improvements in the Gist embed code #24
Embed - 1.5.0

Published by oscarotero over 10 years ago

  • New oembedParameters option #23
Embed - 1.4.6

Published by oscarotero over 10 years ago

The html provider discards the images inside external links. For example:

<a href="http://twitter.com">
    <img src="./images/twitter-icon.png">
</a>
Embed - 1.4.5

Published by oscarotero over 10 years ago

Removed Codepen adapter because there is an oEmbed api now

Embed - 1.4.4

Published by oscarotero over 10 years ago

  • Type detecting improved
Embed - 1.4.3

Published by oscarotero over 10 years ago

  • Better code documentation
  • Improved the Facebok adapter
  • Code fixes
Embed - 1.4.2

Published by oscarotero over 10 years ago

  • Fixed OpenGraph provider on generate embed code
  • Updated Google adapter to the new googlemaps urls
  • Added the posibility to change some configurations of the request resolver class (user agent, timeout, etc) #21
  • test.php reestyling
Embed - 1.4.1

Published by oscarotero over 10 years ago

  • Public access for request property
  • Fixes in sources
Embed - 1.4.0

Published by oscarotero over 10 years ago

  • Added RequestResolver classes due more flexibility executing the requests
  • Changed Url class. Now Url only provides url info (domain, path, etc) and the new class Request (that extends Url) can execute the request and return the content.
  • Improvements fetching data from facebook
  • Added the Spotify adapter, to embed the spotify widget
  • Renamed all class instances to $camelCase instead of $UpperCamelCase
  • Fixed some bugs advised by scrutininzer
Embed - 1.3.8

Published by oscarotero over 10 years ago

Fixed image detection in html provider

Embed - 1.3.7

Published by oscarotero over 10 years ago

  • Fixed the type detection in some cases (#19)
Embed - 1.3.6

Published by oscarotero over 10 years ago

  • Fixed Url::getDirectory that didn't return the latest directory
Embed - 1.3.5

Published by oscarotero over 10 years ago

Fixed a bug in the test.php file and ensure the php errors are displayed always

Embed - 1.3.4

Published by oscarotero over 10 years ago

Embed - 1.3.3

Published by oscarotero over 10 years ago

  • Fixed "getBiggerImage" option
  • Fixed the image scanner in html provider
Embed - 1.3.2

Published by oscarotero over 10 years ago

  • Fixed wrong provider url generation in feed source
Embed - 1.3.1

Published by oscarotero almost 11 years ago

  • Bugfix: #17
  • More priority to Opengraph data than TwitterCards
Embed - 1.3.0

Published by oscarotero almost 11 years ago

  • Changed the license to MIT #8
  • Fixed some bugs: #11 #12 #13 #14 #15 #16
  • Added basic tests
Embed - 1.2.1

Published by oscarotero almost 11 years ago

  • fixed trailing slashes #12
Embed - 1.2.0

Published by oscarotero almost 11 years ago