Changeset 45277
- Timestamp:
- 05/11/08 18:20:03 (2 months ago)
- Files:
-
- bookmarkify/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bookmarkify/trunk/readme.txt
r45274 r45277 29 29 * No Fee Charged. No Account Required. No Strings Attached. 30 30 31 Check out the screenshots or see it live in action at [GARA Systems](http://www.gara.com/ ).31 Check out the screenshots or see it live in action at [GARA Systems](http://www.gara.com/projects/bookmarkify/). 32 32 33 33 == Installation == … … 53 53 After activating the plugin you need to go to the Bookmarkify options page to select the icons you wish to see in the widget. 54 54 55 = The widget displaysbut the links are displaying as text. Where are the icons? =55 = The widget appears on my site, but the links are displaying as text. Where are the icons? = 56 56 In order for the widget to display site icons properly the plugin must be installed in the wp-content/plugins/bookmarkify directory. If you are using Bookmarkify in normal PHP file make sure the $bookmarkifyIconDir parameter is set to the proper location of the image files. 57 57 … … 59 59 This is usually because these elements have the CSS setting "overflow: hidden" applied to them. To correct this problem you can disable this setting by either removing the line from your style sheet or by enclosing it in the comment markers (i.e. "/* overflow: hidden; */"). This should correct the problem with the More Box and in most cases will not affect the presentation of these elements. 60 60 61 = Where is the icon for the ***site? =62 Bookmarkify currently includes about 50 bookmarking sites. If you would like to add or remove one you can do so by modifying the getBookmarkifyLinks in the bookmarkify.php file or you can [contact me](http://www.gara.com/contact/) to request that be added.61 = Where is the icon for the _________ site? = 62 Bookmarkify currently includes about 50 bookmarking sites. If you would like to add or remove one you can do so by modifying the getBookmarkifyLinks function in the bookmarkify.php file or you can [contact me](http://www.gara.com/contact/) to request that be added. 63 63 64 64 == Screenshots ==
