Skip to content

Kateriine/katContact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KatContact 3.1

WP plugin for global contact data

  • Admin page to add contact data like address, phone, Facebook page, etc.
  • Multilingual support
  • Includes widgets to customize *directly in the plugin*: FB Like box (with number of likes); FB Join Box; Contact data box
  • Easily stylable Google maps generated from your adress. Just display it with
    • echo display_map();
    • or [display-map]
    To change the marker, simply add an image called "markerIcon.svg" in your theme images folder.
  • WPML support
  • Facebook feed with echo display_flickr($numberofStatuses=2, $numberofCols=2);

    By default, displays facebook status feed of the user's page.
    Parameters:

    • Number of pictures (integer) - Default: 2
    • Number of columns (integer) - Default: 2

  • Flickr pictures with echo display_flickr($numberofPics=2, $numberofCols=2, $displayTitle=false, $flickrFeed='');

    By default, displays flickr pics feed of the user's page.
    Parameters:

    • Number of pictures (integer) - Default: 2
    • Number of columns (integer) - Default: 2
    • Optional: Display the album title if there's a feed url in 4th parameter - Default: false
    • Optional: Album URL - Default: ''

  • Twitter feed with echo display_twitter($numberofTweets, $hashtag);
    By default, displays flickr pics feed of the user's page.
    Parameters:
    • Number of tweets (integer) - Default: 2
    • hashtag: Display a Twitter search feed - Default: 2
    Please customize the html in includes/twitter.php
  • Youtube feed with echo display_youtube($numberofVids=2, $numberofCols=2, $displayTitle=false, $youtubeFeed='');
    By default, displays flickr pics feed of the user's page.
    Parameters:
    • Number of videos (integer) - Default: 2
    • Number of columns (integer) - Default: 2
    • Optional: Optional: Display the playlist title if there's a feed url in 4th parameter - Default: false
    • Optional: Playlist URL - Default: ''
  • Instagram feed with echo display_instagram($numberofPics=2, $numberofCols=2);
    By default, displays Instagram pics feed of the user's page.
    Parameters:
    • Number of pictures (integer) - Default: 2
    • Number of columns (integer) - Default: 2
  • New Social share + count with echo display_social_share();
##So, what it does, in brief:
  • Google map
  • FB Like box widget (with number of likes)
  • FB Join Box widget
  • Contact data box widget
  • Map
  • Flickr user feed, Flickr album feed
  • Twitter user feed, Twitter feed search
  • Youtube user feed, Youtube playlist feed
  • Instagram user feed

You can get data anywhere with:

  • getKatCompany();
  • getKatAddress();
  • getKatZipTown();
  • getKatPhone();
  • getKatCountry();
  • getKatPhone();
  • getKatFax();
  • getKatEmail();
  • getKatFbPage();
  • getKatTwitterPage();
  • getKatYoutubePage();
  • getKatGplusPage();
  • getKatLinkedinPage();
  • getKatInstagramPage();
  • getKatFlickrPage();
  • getKatPinterestPage();

About

WP plugin for global contact data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published