Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 committed Apr 27, 2015
1 parent 68ebdca commit 76e143d
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
embed.js
============

A jQuery plugin to embed emojis, media, maps, tweets, code and services.

A jQuery plugin that analyses the text and then
* converts emoji codes into emojis.
* converts inline code (written in Github flavoured markdown) into properly formatted code.
* converts urls into html anchor tags.
* previews the [supported](#features) documents in the browser.
* embeds the video or audio , urls to which are present in text form.
* embeds the tweets
* embeds the services like codepen, soundcloud ,youtube, vimeo and [many more](#features).
* shows the mentioned location (in form of **@(location)** on google map.

All the features are listed [here](#features)
The demo examples are given [here](http://rkritesh.in/embed.js)

**The angular version of this plugin is [ngEmbed](http://github.com/ritz078/ngEmbed)**

![image](demo/screen.jpg)

Contents
--------
* [Screenshot](#screenshot)
* [Features](#features)
* [Dependencies](#dependencies)
* [Getting Started](#getting-started)
Expand All @@ -20,6 +27,10 @@ Contents
* [Load plugin in a block](#loading-plugin-in-a-block)
* [Examples](http://rkritesh.in/embed.js)

Screenshot
----------
![image](demo/screen.jpg)

Features
--------

Expand Down

0 comments on commit 76e143d

Please sign in to comment.