Plugin Directory

Changeset 1334776


Ignore:
Timestamp:
01/24/2016 05:28:46 AM (10 years ago)
Author:
tanng
Message:

Update Readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • get-facebook-likes/trunk/readme.txt

    r1334749 r1334776  
    2626* Display likes/shares/comments to Post Editing screen if Meta Box plugin is installed
    2727
     28
    2829### Plugin Links
    29 - [Project Page](http://binaty.org/plugins/get-facebook-likes)
     30- [Project Page and Documentation](http://binaty.org/plugins/get-facebook-likes)
    3031- [Github](https://github.com/tanng/get-facebook-likes)
    31 - [Documentation](https://github.com/tanng/get-facebook-likes/wiki)
    3232
    3333== Installation ==
     
    4040
    4141= Does it requires Facebook App ID? =
    42 
    4342No, Get Facebook Likes works without App ID. But it's recommended to use more advanced feature of Facebook like App Tracking, Moderate Comments, etc...
    4443
    4544= I have already installed Facebook JS SDK, what option I should use? =
    46 If you've already installed Facebook JS SDK by placing their script right after open `body` tag or by another plugin. Just uncheck `Auto add Facebook JS SDK to wp_head` option and place `GetFacebookLikes.init();` after `FB.init();` in `window.fbAsyncInit` method like **Setup Guide** in `Settings\Get Facebook Likes`
     45If you've already installed Facebook JS SDK by placing their script right after open `body` tag or by another plugin. Just uncheck `Auto add Facebook JS SDK to wp_head` option and place `GFL_Main.init()` after `FB.init();` in `window.fbAsyncInit` method like **Setup Guide** in `Settings\Get Facebook Likes`
     46
     47= Does the plugin count the likes from the beginning of time? =
     48Yes, each time the update like event was fired (also applied to share, comment), it makes a `GET` request to Facebook to retrieve total count of them. This because some users may like or share your post outside of your website.
     49
     50
     51
     52== Screenshots ==
     531. Settings Page
     541. Tracking Meta Box
     551. Custom Column and Sorting
     561. Most Favourited Content
    4757
    4858
Note: See TracChangeset for help on using the changeset viewer.