Changeset 393117
- Timestamp:
- 06/04/2011 04:28:14 PM (15 years ago)
- File:
-
- 1 edited
-
wordpress-connect/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-connect/trunk/readme.txt
r390627 r393117 6 6 Requires at least: 3.0 7 7 Tested up to: 3.2 8 Stable tag: 2.0 8 Stable tag: 2.0.1 9 9 10 10 This plugin integrates the Facebook Social Plugins with Wordpress. … … 190 190 191 191 1. Settings page - General plugin settings: The Application ID and Application Admins field will need to have proper values filled in. Here, the Image URL is set to the logo of the [WordPress Connect Facebook Page](http://www.facebook.com/pages/Wordpress-Connect/203079109734244) to demo how to option appears when a valid image URL is saved - note that you can use the URL of any image you upload to your WordPress blog (simply copy and paste the url). 192 193 192 2. WordPress Connect in action - The Like Button and Comments are displayed using the default options (set when the WordPress Connect plugin is activated or updated from a previous version). Here the Like Button is shown immediately after the post (article) title (the position is set to `Top` by default) and the Comments box is at the end after the post's content (the position is set to `Bottom` by default). 194 195 193 3. Using WordPress shortcodes to customize the Like Button and Comments - The Like Button and the Comments positions are set to `Custom`. Setting the position value to `Custom` prevents the plugin from automatically adding the Like Button and Comments in their usual place; the shortcodes will be replaced with the appropriate HTML markup even if the position is set to `Top` or `Bottom` but in that case another Like Button and/or Comments would appear at that position within the post). Leaving the `href` options empty will automatically use the permalink of the current post (or page) when the Like Button and/or Comments are rendered. The colorscheme value is set to `dark`. Also notice, that the `href` option of the second Like Button (at the end of the post) is set to a completely different URL (nhl.com). Theoretically, you can add as many Like Buttons (and even Comments) into a single post as you would like. 196 197 4. Custom Like Buttons and Comment box (based on the values set in screenshot 3) 198 rendered from shortcodes. The top button links to the current post/page but 199 the bottom button is a for a different page hosted on a completely 200 different domain. 201 202 5. Admin Dashboard - Widgets: WordPress Connect provides WordPress Widget 203 for every single of the Facebook Social Plugins. Simply drag-n-drop a 204 widget in one of the widget areas and set the appropriate options (or 205 leave in the defaults). 206 207 6. Widgets: Send Button and Comments in the footer widgets area (content's 208 height is shrunk to fit in the footer for a better demo view) 209 194 4. Custom Like Buttons and Comment box (based on the values set in screenshot 3) rendered from shortcodes. The top button links to the current post/page but the bottom button is a for a different page hosted on a completely different domain. 195 5. Admin Dashboard - Widgets: WordPress Connect provides WordPress Widget for every single of the Facebook Social Plugins. Simply drag-n-drop a widget in one of the widget areas and set the appropriate options (or leave in the defaults). 196 6. Widgets: Send Button and Comments in the footer widgets area (content's height is shrunk to fit in the footer for a better demo view) 210 197 211 198 == ChangeLog == 212 = 2.00 = 199 = 2.0.1 = 200 * Fixes the bug that non-admin users can no longer log in and access 201 the dashboard 202 * Fixes the problem with api functions not defaulting to the current 203 post/page url when an empty string is passed in as the url parameter 204 * Change Facebook initialization to load the Facebook Javascript SDK 205 asynchronously so that other elements/modules on pages are not blocked 206 while the social plugins are loading 207 * Spelling fixes (Homapage -> Homepage, etc.) 208 = 2.0 = 213 209 * API for plugin and theme developers 214 210 * template tags … … 264 260 265 261 == Upgrade Notice == 262 = 2.0.1 = 263 * Bug fixes ( 264 * Changed Javascript SDK to load asynchronously 265 * Other tweaks 266 266 = 2.0 = 267 267 * The 2.0 version of Wordpress Connect brings the newest features of Facebook
Note: See TracChangeset
for help on using the changeset viewer.