{"id":2480,"date":"2008-02-10T03:53:38","date_gmt":"2008-02-10T03:53:38","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/lmbbox-smileys\/"},"modified":"2008-03-24T18:20:41","modified_gmt":"2008-03-24T18:20:41","slug":"lmbbox-smileys","status":"closed","type":"plugin","link":"https:\/\/ceb.wordpress.org\/plugins\/lmbbox-smileys\/","author":329791,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"3.2","stable_tag":"3.2","tested":"2.3.2","requires":"2.3.2","requires_php":"","requires_plugins":"","header_name":"LMB^Box Smileys","header_author":"Thomas Montague","header_description":"","assets_banners_color":"","last_updated":"2008-03-24 18:20:41","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/aboutme.lmbbox.com\/lmbbox-plugins\/lmbbox-smileys\/","header_author_uri":"http:\/\/aboutme.lmbbox.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":8866,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.1","2.2","2.3","2.4","2.5","2.6","2.7","2.7.1","2.7.2","2.8","3.0","3.1","3.2"],"block_files":[],"assets_screenshots":{"screenshot-3.gif":{"filename":"screenshot-3.gif","revision":"1539133","resolution":"3","location":"plugin","width":1039,"height":471},"screenshot-1.gif":{"filename":"screenshot-1.gif","revision":"1539133","resolution":"1","location":"plugin","width":566,"height":553},"screenshot-2.gif":{"filename":"screenshot-2.gif","revision":"1539133","resolution":"2","location":"plugin","width":870,"height":696},"screenshot-4.gif":{"filename":"screenshot-4.gif","revision":"1539133","resolution":"4","location":"plugin","width":1001,"height":733}},"screenshots":{"1":"Admin Write","2":"Comment Section Form","3":"Admin Management Page","4":"Admin Options Page"}},"plugin_section":[],"plugin_tags":[485,6008,11330],"plugin_category":[],"plugin_contributors":[89981],"plugin_business_model":[],"class_list":["post-2480","plugin","type-plugin","status-closed","hentry","plugin_tags-button","plugin_tags-quicktags","plugin_tags-smileys","plugin_contributors-lmbbox","plugin_committers-lmbbox"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/lmbbox-smileys.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/lmbbox-smileys\/trunk\/screenshot-1.gif?rev=1539133","caption":"Admin Write"},{"src":"https:\/\/ps.w.org\/lmbbox-smileys\/trunk\/screenshot-2.gif?rev=1539133","caption":"Comment Section Form"},{"src":"https:\/\/ps.w.org\/lmbbox-smileys\/trunk\/screenshot-3.gif?rev=1539133","caption":"Admin Management Page"},{"src":"https:\/\/ps.w.org\/lmbbox-smileys\/trunk\/screenshot-4.gif?rev=1539133","caption":"Admin Options Page"}],"raw_content":"<!--section=description-->\n<p>LMB^Box Smileys Plugin is for the Bloging System WordPress (www.wordpress.org). It is an easy \nway to add better smiley support to wordpress. Wordpress has a smileys feature built in but it \ndoesn't let you click a link or button to see all the smileys available to the user. Now LMB^Box \nSmileys does this and more! You can have LMB^Box Smileys add a button to the Comment Quicktags Menu \nbar (LMB^Box Comment Quicktags plugin) or you can manually add a link to the smiles to your \ncomment.php theme file. Either way, once you click on the button\/link, a new window will popup \nand display the smileys page. You can edit the smileys page to display only certain smileys or \nall (more on that in the Installation part below). Also the smileys have css styles set and you \ncan add the css tags to your stylesheet to see the results. One last thing, you can add your \nOWN smileys that you make, have, or found! More info in the Installation part below.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Copy the folder lmbbox-smileys into your wp-content\/plugins directory<\/li>\n<li>Activate this plugin in the WordPress Admin Panel\n2.1 If upgrading from a previous version of LMB^Box Smileys, if there are any problems or errors displayed \n    (PHP) after activating the plugin, deactivate the plugin and you will be asked if you want to remove \n    your \"LMB^Box Smileys Options Settings\" and your \"LMB^Box Smileys Lists and Management Settings.\" You \n    want to remove them both by click Ok\/Yes on the confirm boxes that pops up. Then after WP's plugins page \n    loads again with plugin deactivated at the top, reactivate the LMB^Box Smileys Plugin and everything \n    should work fine.\n2.2 Note: These confirm boxes are new features that will allow you to remove settings stored in your WP \n    database if you wish to. These also allow you to save any info or settings that you have made by click \n    Cancel\/No in the confirm boxes.<\/li>\n<\/ol>\n\n<h4>Additional Steps<\/h4>\n\n<ol>\n<li><p>if you want LMB^Box Smileys to automatically add itself to your comments page ....\n!!!YOU MUST HAVE LMB^Box COMMENT QUICKTAGS PLUS INSTALLED AND ACTIVATED!!!\nelse you have to manually put a link into your comments page like so ...<\/p>\n\n<pre><code>&lt;?php echo '&lt;a href=\"' . get_settings('siteurl') . '\/wp-content\/plugins\/lmbbox-smileys\/lmbbox-smileys-popup.php?action=comment\" target=\"_blank\" onClick=\"window.open(\\'' . get_settings('siteurl') . '\/wp-content\/plugins\/lmbbox-smileys\/lmbbox-smileys-popup.php?action=comment\\', \\'smileys\\', \\'width=400,height=450,status=yes,resizable=yes,scrollbars=yes\\'); return false;\"&gt;Smileys&lt;\/a&gt;'; ?&gt;\n<\/code><\/pre>\n\n<p>and set \"Add Button to Comment Quicktags Toolbar\" in the LMB^Box Smileys Option Page to \"No\".\n3.1 If you want to have the smileys displayed in the Comment Form Area without there being a popup page,\n    you will need to add this code somewhere in your comments.php theme file ...<\/p>\n\n<pre><code>    &lt;?php if (function_exists('lmbbox_smileys_display')) { lmbbox_smileys_display(true); } ?&gt;\n\nYou will also need to set \"Add Button to Comment Quicktags Toolbar\" to \"No\". In order to \nstyle the smileys that are displayed, follow step 5.2 below.\n<\/code><\/pre><\/li>\n<\/ol>\n\n<h4>Customize Smileys Page Layout<\/h4>\n\n<ol>\n<li><p>To edit the layout and display of the smileys open the file lmbbox-smileys-popup.php and ...<\/p>\n\n<p>At the bottom half of this file, there will be standard html with a php call in the body tags. You may edit \nthe look and layout of this part anyway you see fit. To display the smileys, you must call:<\/p>\n\n<pre><code>&lt;?php if (function_exists('lmbbox_smileys_display')) { lmbbox_smileys_display(); } ?&gt;\n<\/code><\/pre>\n\n<p>where you want the smileys to be on the page.<\/p>\n\n<p>The function will output a div with a class of lmbbox_smileys. This is the main<\/p>\n\n\n\n<p>to organize the \nSmileys and the LMB^Box Smileys Title. After the div will be the javascript to add the Smileys to the post \nor comment. If you have set \"Display LMB^Box Smileys {VERSION} Title\" to \"Yes\", then next will be a<\/p>\n\n\n\n<p>tag with the title. Lastly are the Smileys Titles and Smileys. If Smileys Title is set to be displayed in your \nLMB^Box Smileys Options Page, then next will be a<\/p>\n\n\n\n<p>tag with the Smileys Title. Finally a  \ntag with class of lmbbox_smileys_span with img tags for all the Smileys. To set the styles for the page, go to \nthe bottom half of this file and you will see in the head tags where the style is set (read on!).<\/p><\/li>\n<\/ol>\n\n<h4>Styling the Smileys<\/h4>\n\n<ol>\n<li>To add styles to the Smileys Popup Page, open the lmbbox-smileys-popup.php and go to the bottom half to the page. \nYou will see some normal html code then a styles section. Add your styling there! To add styles to the Smiley \nButton on the Comment Quicktags toolbar, read step 5.3. To add styles to the Smiley Button on the Admin Write \nPages Quicktags toolbar, read step 5.4. To add styles to the smiley images that are put in the posts or comments, \nread step 5.5.<\/li>\n<\/ol>\n\n<p>****** Styling the Smileys Page ******\n    5.1 If you wish to style the Smileys Popup Page just add these to the lmbbox-smileys-popup.php file in the \n        lmbbox-smileys plugin folder:<\/p>\n\n<p>\/* Body style for Smileys Page <em>\/\nbody {\n    margin: 10px 10px;\n    padding: 0;\n    background: #F2F2F2;\n    color: #000000;\n}\nbody, td {\n    font: 10pt Georgia, \"Times New Roman\", Times, serif;\n}\n\/<\/em> Main Div for Smileys Page <em>\/\ndiv.lmbbox_smileys {\n    \/<\/em> your style; <em>\/\n}\n\/<\/em> Link Styles for Smileys Page <em>\/\ndiv.lmbbox_smileys a {\n    color: #00019B;\n    text-decoration: none;\n}\ndiv.lmbbox_smileys a:visited {\n    color: #006;\n}\ndiv.lmbbox_smileys a:hover {\n    text-decoration: underline;\n    color: #069;\n}\n\/<\/em><\/p>\n\n<p>&lt;<\/p>\n\n<p>h1&gt; style -&gt; used for Main Page Heading <em>\/\ndiv.lmbbox_smileys h1 {\n    margin: 10px 0px;\n    font: normal 22px serif;\n    color: #333333;\n}\n\/<\/em><\/p>\n\n<p>&lt;<\/p>\n\n<p>h2&gt; style -&gt; used for Smileys Heading <em>\/\ndiv.lmbbox_smileys h2 {\n    margin: 10px 0px;\n    border-bottom: 2px solid #69C;\n    font: normal 20px serif;\n    color: #333333;\n}\n\/<\/em> Main Span for Smileys Output <em>\/\ndiv.lmbbox_smileys span.lmbbox_smileys_span {\n    \/<\/em> your style; <em>\/\n}\n\/<\/em> And anything in the span <em>\/\ndiv.lmbbox_smileys span.lmbbox_smileys_span img {\n    \/<\/em> your style; *\/\n}<\/p>\n\n<p>****** Styling the Smileys Page ******\n    5.2 If you wish to style the Smileys displayed directly to your Comment Form area just add these to your \n        style.css file in your theme's folder:<\/p>\n\n<p>\/<em>---------------------- Smileys ---------------------------<\/em>\/\n\/* Main Div for Smileys Page <em>\/\ndiv.lmbbox_smileys {\n    \/<\/em> your style; <em>\/\n}\n\/<\/em> Link Styles for Smileys Page <em>\/\ndiv.lmbbox_smileys a {\n    color: #00019B;\n    text-decoration: none;\n}\ndiv.lmbbox_smileys a:visited {\n    color: #006;\n}\ndiv.lmbbox_smileys a:hover {\n    text-decoration: underline;\n    color: #069;\n}\n\/<\/em><\/p>\n\n<p>&lt;<\/p>\n\n<p>h1&gt; style -&gt; used for Main Page Heading <em>\/\ndiv.lmbbox_smileys h1 {\n    margin: 10px 0px;\n    font: normal 22px serif;\n    color: #333333;\n}\n\/<\/em><\/p>\n\n<p>&lt;<\/p>\n\n<p>h2&gt; style -&gt; used for Smileys Heading <em>\/\ndiv.lmbbox_smileys h2 {\n    margin: 10px 0px;\n    border-bottom: 2px solid #69C;\n    font: normal 20px serif;\n    color: #333333;\n}\n\/<\/em> Main Span for Smileys Output <em>\/\ndiv.lmbbox_smileys span.lmbbox_smileys_span {\n    \/<\/em> your style; <em>\/\n}\n\/<\/em> And anything in the span <em>\/\ndiv.lmbbox_smileys span.lmbbox_smileys_span img {\n    \/<\/em> your style; *\/\n}<\/p>\n\n<pre><code>    Note: If you want the smileys to be displayed in lines, the only way to achive this is by setting the \n        Smileys Display to \"Display Without Title\" in your LMB^Box Smileys Options Page. Because the actual\n        Smileys images are within a &lt;span&gt;&lt;\/span&gt; tag, they are displayed inline and not in blocks. But if \n        you have the Smileys Display set to \"Display With Title\", a &lt;h2&gt;&lt;\/h2&gt; tag is before the &lt;span&gt;&lt;\/span&gt; \n        and the &lt;h2&gt;&lt;\/h2&gt; tag will insert a new line after it and this does not allow the Smileys to be \n        displayed in lines.\n<\/code><\/pre>\n\n<p>****** Styling the Toolbar ******\n    5.3 If you wish to style the Smileys button created on the comment page, open your style.css stylesheet file \n        in your theme directory and add:<\/p>\n\ncomment_quicktags #ed_smileys {\n\n<pre><code>\/* your style; *\/\n<\/code><\/pre>\n\n<p>}<\/p>\n\n<pre><code>5.4 If you wish to style the Smileys button created on the admin write pages, open wp-admin.css in \n    {root}\/wp-admin\/ folder, find \"#ed_del\" and add around it:\n<\/code><\/pre>\n\ned_smileys {\n\n<pre><code>\/* your style; *\/\n<\/code><\/pre>\n\n<p>}<\/p>\n\n<p>****** Styling Smiley Images in Posts and Comments ******\n    5.5 If you wish to style the Smiley Images created in the posts and comments, open your style.css stylesheet \n        file in your theme directory and add:<\/p>\n\n<p>img.lmbbox_smileys_img {\n    \/* your style; *\/\n}<\/p>\n\n<h4>Advanced Features<\/h4>\n\n<ol>\n<li><p>Adding your OWN Smileys to the Plugin! To add, edit, manage, and remove the Smileys Lists that are used, go to the \nManagement section of your admin contol panel and you will see a subpage named Manage LMB^Box Smileys. Go to this \npage to do all actions of management of the Smileys Lists. To change the display settings for the Smiley List, go \nto the LMB^Box Options Page to set which Smileys Lists are displayed and how. Also you can set if to use Smileys \nin the comments of your blog, if to use the Comment Quicktags Toolbar from LMB^Box Comment Quicktags Toolbar, \nand set the min. user levels to changes settings and manage Smileys Lists.<\/p>\n\n<p>6.1 LMB^Box Smileys plugin comes with 3 default Smileys Lists which are WP, TB and EE. They all can be found in \n    the 'smileys' folder within the 'lmbbox-smileys' plugin folder. LMB^Box Smileys adds Smileys Lists \n    automatically by checking the Smileys Images Directory that is set in the LMB^Box Smileys Lists Management \n    Page. On first install if there are no database settings set, than LMB^Box Smileys will sync up the Smileys \n    Images Directory with the database settings. To add your own Smileys or manage\/edit\/remove the default Smileys, \n    go to LMB^Box Smileys Lists Management Page and select your action in the displayed list. If you want to add \n    your own smileys, you must upload the Smileys Images to a folder within the Smileys Images Directory and give \n    that folder the Smileys List Abbr. that will be entered when adding the Smileys List (limit to 4 chars). Then \n    go to the LMB^Box Smileys Lists Management Page and select \"Add a Smileys List.\" Then enter all the info for \n    the Smileys List and Smileys.<\/p>\n\n<p>6.2 To create your own Smileys List that will automatically load when ever LMB^Box Smileys plugin either has no \n    settings stored in the database or your select \"Sync Smileys Lists\" from the LMB^Box Smileys Lists Management \n    Page, follow these steps:<\/p>\n\n<pre><code>    Create a folder like you would if you were just adding a Smileys List by naming it what the Smileys List \n    Abbr. that will be entered when adding the Smileys List (limit to 4 chars). Then add all of your Smileys \n    Images and Disabled Smileys Images to this folder. Next copy 'smiley-list-config.php' file from any of \n    the other default Smileys Lists that are in your Smileys Images Directory, and paste it in your new Smileys \n    List folder. Open this file with either text editor or PHP editer (notepad, dreamweaver). Once you have \n    the file open, edit all of the settings in the file and customize the top comment to the name of your \n    Smileys List. Last thing to do is save the file and upload the folder to your Smileys Images Directory. \n    Then go to your LMB^Box Smileys Lists Management Page and select \"Sync Smileys Lists\" and click the button, \n    and don't forget to update the settings after the page reloads to save all changes!\n\nNow with this new feature you can distribute your Smileys List(s) if you wish :)\n<\/code><\/pre>\n\n<p>6.3 To use Short Smileys Tags like ':)' or ':D', you would have to add them to a Smileys List and make sure \n    that none of the other Smileys List(s) had the same Short Smileys Tags. Now I've added a new abiltiy to auto-\n    mate this process. Now on your LMB^Box Smileys Option page, you can set the Default Smileys List for both \n    the Admin Write Pages and the Comment Form. Doing so, will activate the Short Smileys Tags that are in the \n    Smileys List, so long as the Use Short Smileys Tags is enabled for the Smileys List. All Short Smileys Tags \n    take priority over any other Smileys Tags in that Smileys List, meaning that if you have any Short Smileys \n    Tags set and Use Short Smileys Tags is enabled, on the Smileys Popup page or the direct insert to the \n    Comment Form area Smileys will use the Short Smileys Tags on click\/insert. Note: If you disable Short Smileys \n    Tags, then you maybe left with those Short Smileys Tags left unchanged in your posts. You can only have ONE \n    Smileys List set as the Default Smileys List for either the Admin Write Pages or Comment Form and in order \n    to make use of the Short Smileys Tags, the Smileys List must be displayed either with or without a title, \n    along with have Use Short Smileys Tags enabled.<\/p><\/li>\n<\/ol>\n\n<h4>Uninstallation<\/h4>\n\n<ol>\n<li>If you want to uninstall LMB^Box Comment Quicktags, just deactivate the plugin in your Plugins Page. \nWhen you click on deactivate, you will be prompt to if to remove LMB^Box Comment Quicktags Settings. \nClick Ok\/Yes to remove settings or Cancel\/No to keep settings.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Do I really need to use this plugin?<\/dt>\n<dd><p>You don't HAVE to have this plugin, but then you'd be left with only the default \nsmileys that WordPress has and without a way to see which smileys there are. WP \nSmileys is great for any user of WordPress and ALL of your guests that want to use \nsmileys but don't know the default tags like :D to display in comments.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>3.2<\/h4>\n\n<pre><code>Fixed Some Minor Code.\nUpdated Code\/Layout.\nUpdated Styles.\nFixed Any Validation Problems, Now Validates XHTML 1.0 Transitional.\nAdded Plugin Version Notifier.\n<\/code><\/pre>\n\n<h4>3.1<\/h4>\n\n<pre><code>Reworked some more of the plugin code.\nOptimized plugin code.\nFixed magic_quotes adding '\\' to Smileys Images Directory Path.\nNOTE: Function call has changed! Make sure you read Step 3!\n<\/code><\/pre>\n\n<h4>3.0<\/h4>\n\n<pre><code>Rewrote the plugin into a PHP class!\nRemoved the 'modal' javascript window property from Smileys Popup Page.\nModified the LMB^Box Smileys Management page for long loading times.\nAdded auto detection of Directory Seperator in Smileys Images Path.\nCleaned up plugin code.\n<\/code><\/pre>\n\n<h4>2.8<\/h4>\n\n<pre><code>Fixed Short Smiley Tag in Thunderbird Smileys List, Smiley Image File miss-named.\nReworked Smileys Convert code: Now using Regex. Now you do not need to have a space before and after \n    the Smileys Tag. You only have to have a space BEFORE Smiley Tag or the Smiley Tag can be at the \n    beginning of a new line. You can now have: \n    (Beginning of Line OR Space):Smiley Tag:(Any Non-Alphanumeric Character OR Space OR End of Line)\n<\/code><\/pre>\n\n<h4>2.7.2<\/h4>\n\n<pre><code>I've found a fix that will take care of the problem with other plugins messing up the post or comment \n    content and Smileys Tags. There is now no need to use the modified version of the IImage Gallery \n    plugin. This fix makes WordPress process the LMB^Box Smileys filters first before the others, \n    which completely fixes the problem. This fix should also fix any other plugins that cause the same \n    problem now or in the future.\n<\/code><\/pre>\n\n<h4>2.7.1<\/h4>\n\n<pre><code>LMB^Box Smileys plugin package now includes a .txt file and a modified version of IImage Gallery to fix\n    problems that IImage Gallery causes. For more info, please read the IImage_Gallery_Fix.txt file.\n<\/code><\/pre>\n\n<h4>2.7<\/h4>\n\n<pre><code>Reworked Smileys Convert code: Fixed problems with the display of Smileys Tags and Short Smileys Tags.\n<\/code><\/pre>\n\n<h4>2.6<\/h4>\n\n<pre><code>Added title attribute to &lt;img&gt; tag for Smileys Images on Smileys Popup page and Smileys displayed \n    directly in the Comment Form Area.\nAdded more automatic loading options for auto-load Smileys Lists.\nChanged the Smileys Images' filenames around and Smileys Tags (you may have problems with old posts!).\nReworked Disabled Smileys Image coding.\nAdded Short Smileys Tags and options to control, use and display them (step 6.3).\n<\/code><\/pre>\n\n<h4>2.5<\/h4>\n\n<pre><code>Added Sync Smileys Lists feature and automatic Smileys Lists loading.\nAdded Display Order for Smileys Lists.\n<\/code><\/pre>\n\n<h4>2.4<\/h4>\n\n<pre><code>Added ability to display Smileys in the Comment Form area directly without the Popup Page (step 3.1).\n<\/code><\/pre>\n\n<h4>2.3<\/h4>\n\n<pre><code>Just cleaned up some of the code and documentation.\nAdded check to see if any Smileys are displayed on Smileys Popup Page or not. If not, then you \n    get a \"No Smileys Avalible! Contact the Admin to Activate the Smileys!\" message.\nMaybe: I may add a Template feature to allow an easy ability to customize the Smileys Popup Page, \n    but I'm not sure. It seems reduntent, but would be a nice feature to allow easy upgrade and \n    theme management.\nNot Doing: I'm not going to add short Smiley tags like :) or :D because of the fact that I don't \n    know what every blog admin would want to use for the default short Smiley tags Smileys \n    (the smiley image). So if you really want the short tags, just add them to the Smileys Lists \n    that you want them to use (if you put the short tag above the long tag smiley, then on the \n    Smileys Popup Page, the short tag will be added to the comment\/post form; and if you put the \n    short tag below the long tag, the long tag will be added to the comment\/post form).\n<\/code><\/pre>\n\n<h4>2.2<\/h4>\n\n<pre><code>Added confirm boxes to remove stored settings for the plugin on deactivation\nAdded disabled smileys from Smileys List for either Admin Write Pages or Comment Form.\nFixed disabled problem with display for admin and comment smileys\nFixed problem with default WordPress smileys not be removed (remove_filter() settings).\nFixed no Smiley Button on quicktags toolbar in Comment Edit - Temp fix until WordPress has \n    edit_comment_form action added to edit-comments.php file in wp-admin folder.\nShortened php call and args to get Smileys output.\nChanged Management Page name.\nToDo: Add short Smiley tags like :) or :D to Smiley List for default action.\n<\/code><\/pre>\n\n<h4>2.1<\/h4>\n\n<pre><code>Added Manage Smileys Page\nChanged the Smileys Popup Page JS Settings (Window Settings)\nChanged Plugin's Name! From WP Smileys to LMB^Box Smileys!\n<\/code><\/pre>\n\n<h4>2.0<\/h4>\n\n<pre><code>Added Option Page for WP Smileys\nImproved smileys adding\/displaying and security\nToDo: Add Manage Smileys Page -&gt; core code in place, just need to make page!\n<\/code><\/pre>\n\n<h4>1.7<\/h4>\n\n<pre><code>Added new feature: Admin Write Page and Comment Form Smileys Page Settings\nToDo: Add options page for all settings and management page for smileys\n<\/code><\/pre>\n\n<h4>1.6<\/h4>\n\n<pre><code>Fixed the button style documentation to continue to work with WP Comment Quicktags Plus.\nAdded info as to how to add a style to the smileys button in the admin write pages.\n<\/code><\/pre>\n\n<h4>1.5<\/h4>\n\n<pre><code>I have now included a readme.txt file with the plugin and I have also edited the \n    documentation in the files themselvies.\nChanged the style classes around and added more documentation\n<\/code><\/pre>\n\n<h4>1.4<\/h4>\n\n<pre><code>Changed the popup script options for a better display.\nChanged the code to add for a link to allow for non-javascript browsers\n<\/code><\/pre>\n\n<h4>1.3<\/h4>\n\n<pre><code>The first offical release of WP Smileys for WordPress!\n<\/code><\/pre>","raw_excerpt":"A Clickable Smilies hack for WordPress. Add, edit, remove, and manage the display of your smileys!","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/2480","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=2480"}],"author":[{"embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/lmbbox"}],"wp:attachment":[{"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=2480"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=2480"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=2480"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=2480"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=2480"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ceb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=2480"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}