An open API service indexing awesome lists of open source software.

https://github.com/mikeludemann/socialmediajs

A simple Modal Plugin for many social media platforms
https://github.com/mikeludemann/socialmediajs

css email facebook facebook-messenger google-plus html instagram javascript jquery jquery-plugin linkedin pinterest social-media social-network social-networks twitter vimeo whatsapp xing youtube

Last synced: 4 months ago
JSON representation

A simple Modal Plugin for many social media platforms

Awesome Lists containing this project

README

          

# socialMediaJS

A simple Modal Plugin for many social media platforms

## Prerequisite

* JQuery 3.x (Smaller JQuery 3.x with JQuery Migrate)
* Font Awesome (From Repository or add yourself)

## Example

```code
Default

$("#test").socialMedia();

Modify options - Simple

$("#test").socialMedia({
title: "Social",
footer: "(c) Copyright",
radiusBorder: false,
fontSize: "20px"
});

Modify options - Advanced

$("#test").socialMedia({
title: "Social Media and Network",
content: "",
footer: "(c) Copyright",
radiusBorder: true,
fontSize: "14px",

facebook: "test.tester",
facebookMessenger: "test.tester",
twitter: "test.tester",
pinterest: "test.tester",
instagram: "test.tester",
googlePlus: "test.tester",
foursquare: "test.tester",
whatsapp: "01800123456789",
xing: "test.tester",
linkedin: "test.tester",
youtube: "test.tester",
vimeo: "test.tester",
mail: "test.tester@test.org"
});
```