Skip to content

Mhmmdkyr/FixedWp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi all!

Add Whatsapp fixed button for your website. It is very simple to use.

Screenshot

Screenshot

  • You must use jQuery.
  • Download fixedwp.js and include in your page. (Just below jquery)

Basic Usage

$('body').fixedwp({
  number: '+1234567890',
  text: 'Hi! How are you?'
});

All Options

$('body').fixedwp({
    number: "+1234567890",
    text: "Hi. How are you?",
    bg: "#25D366",
    color: "#fff",
    placement: "right",
    align_right:  "30px",
    align_bottom: "30px",
    align_top: "auto",
    align_left: "auto",
    padding: "17px"
});

That is all!

Releases

No releases published

Packages

No packages published

Languages