Changeset 1229771
- Timestamp:
- 08/25/2015 01:57:20 AM (11 years ago)
- Location:
- fb-group-feed
- Files:
-
- 24 added
- 1 edited
-
tags/1.5 (added)
-
tags/1.5/css (added)
-
tags/1.5/css/bootstrap-switch.min.css (added)
-
tags/1.5/css/index.html (added)
-
tags/1.5/css/jquery.ui.spinner.min.css (added)
-
tags/1.5/css/style.css (added)
-
tags/1.5/fb_groupfeed.php (added)
-
tags/1.5/images (added)
-
tags/1.5/images/dialog_info.gif (added)
-
tags/1.5/images/dialog_warning.gif (added)
-
tags/1.5/images/help.png (added)
-
tags/1.5/images/icl.png (added)
-
tags/1.5/images/icon.png (added)
-
tags/1.5/images/index.html (added)
-
tags/1.5/images/spinnerBg.png (added)
-
tags/1.5/images/spinnerBottom.png (added)
-
tags/1.5/images/spinnerTop.png (added)
-
tags/1.5/js (added)
-
tags/1.5/js/bootstrap-switch.min.js (added)
-
tags/1.5/js/index.html (added)
-
tags/1.5/js/jquery.ui.spinner.min.js (added)
-
tags/1.5/js/jquery.ui.widget.min.js (added)
-
tags/1.5/js/script.js (added)
-
tags/1.5/readme.txt (added)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fb-group-feed/trunk/readme.txt
r1228833 r1229771 4 4 Requires at least: 3.8 5 5 Tested up to: 4.3.0 6 Stable tag: 1. 16 Stable tag: 1.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 23 23 * Show group description/header or not. 24 24 * Integrated Facebook Like and Share buttons. 25 * Change color theme. 25 26 * Above all, Free to use. 26 27 … … 31 32 If you have ever installed a WordPress plugin, then installation will be pretty easy: 32 33 33 1. Upload 'fb-group feed' to the '/wp-content/plugins/' directory.34 1. Upload 'fb-group-feed' to the '/wp-content/plugins/' directory. 34 35 2. Activate the plugin through the 'Plugins' menu in WordPress. 35 36 3. In wordpress backend go into FB Group Feed from within the admin main menu. 36 37 4. Set Height, Width according to content. 37 38 5. Change other settings according to your need. 38 6. Use the shortcode [fb_group_feed] (including square brackets) 39 6. Use the shortcode [fb_group_feed] (including square brackets) into a page, post or a text widget 39 40 or 40 41 Use <?php if(function_exists('fb_group_feed_show')){ fb_group_feed_show(); } ?> in your theme template … … 61 62 * Color Theme option added according to Facebook specifications. 62 63 64 = 1.5 = 65 * Widget option added. 66 63 67 == Upgrade notice == 64 68 … … 66 70 * jquery.ui.spinner updated and css modified to prevent conflict with other installed plugin. 67 71 * Fixed bug which prevented checkboxes to be selected upon plugin install. 72 73 - 1.5 = 74 * Help/instruction functionality bug fixed. 75 * Help/instruction content updated. 76 * Aligned feed box border color according to Facbook specifications. 77 * Switched from using default PHP to WP internal functionality for remote data (FB feeds) fetching.
Note: See TracChangeset
for help on using the changeset viewer.