Skip to content

Highly configurable sharing dialogs for the most common websites

License

Notifications You must be signed in to change notification settings

andrefarzat/intentjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intentjs

Build Status

Highly configurable sharing dialogs for the most common websites

Uses a main configuration interace among all services.

Instalation

bower install intentjs --save

Usage

The short version is

Intent.twitter({
    "text": "Text in the tweet",
    "via": "example",
    "url": "http://example.com"
});

However, there may be some specific configuration for each service. See below all possible services and their configurations.

Facebook

'app_id': '', 'link': '', 'display': 'popup', 'name': '', 'caption': '', 'description': '', 'picture': '', 'source': '', 'ref': 'share', 'actions': '', 'redirect_uri': '', 'id': '', 'relative_url': '', 'feature': 'share', 'attribution_tag ' : '',

Intent.facebook({})

Check the official facebook documentation for more details

Roadmap

  • facebook
  • actions
  • twitter
  • actions

About

Highly configurable sharing dialogs for the most common websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published