{"id":4523,"date":"2009-01-19T08:21:25","date_gmt":"2009-01-19T08:21:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/emo-vote\/"},"modified":"2011-09-01T08:14:48","modified_gmt":"2011-09-01T08:14:48","slug":"emo-vote","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/emo-vote\/","author":775912,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.2.2","stable_tag":"1.2.2","tested":"2.8","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"Emo Vote","header_author":"Anton Lindqvist","header_description":"","assets_banners_color":"","last_updated":"2011-09-01 08:14:48","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/emo.vote.nu\/donate\/","header_plugin_uri":"http:\/\/emo.vote.nu\/","header_author_uri":"http:\/\/qvister.se","rating":0,"author_block_rating":0,"active_installs":10,"downloads":12452,"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":["1.1","1.1.1","1.2","1.2.1","1.2.2"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539141","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539141","resolution":"1","location":"plugin"}},"screenshots":{"1":"Emo Vote frontend.","2":"Emo Vote backend."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[27056,9827],"plugin_category":[53],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-4523","plugin","type-plugin","status-publish","hentry","plugin_tags-emo","plugin_tags-vote","plugin_category-ratings-and-reviews","plugin_committers-mptre"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/emo-vote.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/emo-vote\/trunk\/screenshot-1.png?rev=1539141","caption":"Emo Vote frontend."},{"src":"https:\/\/ps.w.org\/emo-vote\/trunk\/screenshot-2.png?rev=1539141","caption":"Emo Vote backend."}],"raw_content":"<!--section=description-->\n<p>Emo Vote let's you encourage your users by letting them express their feelings by \"emoting\" rather than voting.\nEmoting is a fairly simple activity, just press the button that describes your feeling towards the post you\njust read.<\/p>\n\n<p>Thanks to <a href=\"http:\/\/mindpark.se\/in-english\/\">Mindpark<\/a> and especially <a href=\"http:\/\/jardenberg.se\/\">Joakim Jardenberg<\/a>\nfor sponsoring the development of this plugin. Without you this plugin wouldn't exist.<\/p>\n\n<p>A few features listed below:<\/p>\n\n<ul>\n<li>Choose your own labels for each button.<\/li>\n<li>Drag 'n drop the buttons in your own order.<\/li>\n<li>Choose a unqiue question for each post, using WordPress custom fields, see FAQ for details.<\/li>\n<li>The buttons are fully customizeable using CSS.<\/li>\n<li>\"Emote\" by RSS.<\/li>\n<li>Sidebar widget.<\/li>\n<li>Emo Vote uses the same localization technique as the well-known function <code>comments_popup_link()<\/code>. Just replace the parameters according to your current locale, <code>&lt;?php emo_vote_display('No votes','One vote','% votes'); ?&gt;<\/code>.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Download the plugin zip file.<\/li>\n<li>Unzip.<\/li>\n<li>Upload the <code>emo-vote\/<\/code> folder to your <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the Plugins menu in WordPress.<\/li>\n<li>Navigate to Settings &gt; Emo Vote and customize it as you wish.<\/li>\n<li>Place <code>&lt;?php if (function_exists('emo_vote_display')) emo_vote_display('No votes', '1 vote', '% votes'); ?&gt;<\/code> (localize the strings be replacing the parameters according to your current locale) in your template, for instance in <code>index.php<\/code> and <code>single.php<\/code>.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>I want to encourage my users even more by adding a question or statement before the emoting options<\/dt>\n<dd><p>This is possible using WordPress built-in custom fields. Add a field with the name <code>emo-vote<\/code> and choose value.\nThe value can be unique for each post.<\/p><\/dd>\n<dt>The buttons looks like crappy blue squares in Internet Explorer 6<\/dt>\n<dd><p>How about upgrading your browser? Just kidding, some unlucky ones are still stuck with IE6.\nI would recommend <a href=\"http:\/\/www.twinhelix.com\/css\/iepngfix\/\">TwinHelix's PNGFix<\/a>.\nPlace <code>iepngfix.htc<\/code> and <code>blank.gif<\/code> files in your webroot and add <code>behavior: url(\/iepngfix.htc);<\/code> to the #input_0-#input_4 elements\ninside your <code>emo-vote.css<\/code> file.<\/p><\/dd>\n<dt>I don't get any callback after emoting<\/dt>\n<dd><p>Some might experience a lack of callback after emoting. In other words, the new values aren't sent back as they should.\nThe callback is using the PHP function <code>json_encode()<\/code> to easily parse the callback with JavaScript. JSON was first introduced\nin PHP 5.2. Check your current installed version of PHP and ask your host kindly to upgrade if you're using an older version than 5.2.<\/p><\/dd>\n<dt>The sidebar widget isn't up-to-date<\/dt>\n<dd><p>The info shown in the widget is begin cached for 15 minutes to reduce the number of SQL-queries.\nSo there's no need to panic.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.2<\/h4>\n\n<ul>\n<li>Added german translation thanks to <a href=\"http:\/\/www.designcontest.com\/\">Design Contest<\/a>.<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Added belorussian translation thanks to <a href=\"http:\/\/antsar.info\">ilyuha<\/a>.<\/li>\n<li>Added russian translation thanks to <a href=\"http:\/\/www.fatcow.com\/\">Fatcow<\/a>.<\/li>\n<\/ul>","raw_excerpt":"Encourage your users by letting them express their feelings by &quot;emoting&quot; rather than voting.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/4523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=4523"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mptre"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=4523"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=4523"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=4523"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=4523"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=4523"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=4523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}