mikeludemann / socialMediaJS

A simple Modal Plugin for many social media platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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"
});

About

A simple Modal Plugin for many social media platforms

License:MIT License


Languages

Language:JavaScript 80.9%Language:CSS 19.1%