Changeset 1334776
- Timestamp:
- 01/24/2016 05:28:46 AM (10 years ago)
- File:
-
- 1 edited
-
get-facebook-likes/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
get-facebook-likes/trunk/readme.txt
r1334749 r1334776 26 26 * Display likes/shares/comments to Post Editing screen if Meta Box plugin is installed 27 27 28 28 29 ### Plugin Links 29 - [Project Page ](http://binaty.org/plugins/get-facebook-likes)30 - [Project Page and Documentation](http://binaty.org/plugins/get-facebook-likes) 30 31 - [Github](https://github.com/tanng/get-facebook-likes) 31 - [Documentation](https://github.com/tanng/get-facebook-likes/wiki)32 32 33 33 == Installation == … … 40 40 41 41 = Does it requires Facebook App ID? = 42 43 42 No, Get Facebook Likes works without App ID. But it's recommended to use more advanced feature of Facebook like App Tracking, Moderate Comments, etc... 44 43 45 44 = 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` 45 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 `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? = 48 Yes, 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 == 53 1. Settings Page 54 1. Tracking Meta Box 55 1. Custom Column and Sorting 56 1. Most Favourited Content 47 57 48 58
Note: See TracChangeset
for help on using the changeset viewer.