Coder Social home page Coder Social logo

core-fb-ogshares's Introduction

About Core FB OGShares

Nothing, we only test and love make something that is not clear xD. This package use to create a Facebook share url with ease

Usage

Simple usage...

const Share = require('core-fb-ogshares'),
  share = new Share('appid', 'url app redirect');

share.build({
  'url': 'url redirect',
  'image': 'url image'
});

Constructor

Share Constructor have 2 argument.

argument Type Description
1 string Your app's unique identifier
2 string This not redirect url, but this is url in your app, only use becaus is required. (without scheme/http/https)

Build parameters share.build(data, options)

In build function have 2 argument, data and options

build data in argument 1 use for action_properties

Key Type Description
title string Title content
url string url redirect, is required!
image string Url image, is required!
description string Description content

build options in argument 2 is optionals

Key Type Description
action_type string Avaiable og.shares and og.likes, default is og.likes
display string Avaiable popup and touch, default is popup
version string App version, default is v2.11

This package uses https://github.com/knowledgecode/jquery-param from knowledgecode for jQuery.param() alternative

License

The Core FB OGShares is open-sourced software licensed under the MIT license.

core-fb-ogshares's People

Contributors

fahridevz avatar dependabot[bot] avatar

Watchers

James Cloos avatar

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.