{"id":26992,"date":"2013-12-30T20:03:06","date_gmt":"2013-12-30T20:03:06","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/feature-me\/"},"modified":"2014-05-05T15:55:12","modified_gmt":"2014-05-05T15:55:12","slug":"feature-me","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/feature-me\/","author":9668370,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.3","stable_tag":"trunk","tested":"3.9.40","requires":"3.7","requires_php":"","requires_plugins":"","header_name":"Feature Me - CTA Widget","header_author":"Ian Banks","header_description":"","assets_banners_color":"d4d3d3","last_updated":"2014-05-05 15:55:12","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.phase-change.org\/donate\/","header_plugin_uri":"http:\/\/www.phase-change.org\/plugins\/feature-me","header_author_uri":"http:\/\/www.phase-change.org","rating":5,"author_block_rating":0,"active_installs":50,"downloads":5609,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.1.3":"<p>Fixes javascript pathway<\/p>","1.1.2":"<p>Fixes an issue where javascript would break and freeze entire widget section<\/p>","1.1.1":"<p>3.9 Bug fix<\/p>","1.1.0":"<p>Bug fixes, optimization and TONS more options!\nYou may need to re-save pre-existing Feature Me widgets.<\/p>","1.0.0":"<p>First version of the plugin.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"841168","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"841167","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"841167","resolution":"2","location":"assets"}},"screenshots":{"1":"Feature Me widget Admin","2":"Feature Me Post\/Page as a sidebar CTA"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1479,29349,1338,4830,162],"plugin_category":[43],"plugin_contributors":[85090],"plugin_business_model":[],"class_list":["post-26992","plugin","type-plugin","status-publish","hentry","plugin_tags-feature","plugin_tags-feature-me","plugin_tags-featured-page","plugin_tags-featured-post","plugin_tags-widget","plugin_category-customization","plugin_contributors-iandbanks","plugin_committers-iandbanks"],"banners":{"banner":"https:\/\/ps.w.org\/feature-me\/assets\/banner-772x250.png?rev=841168","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/feature-me_d4d3d3.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/feature-me\/assets\/screenshot-1.png?rev=841167","caption":"Feature Me widget Admin"},{"src":"https:\/\/ps.w.org\/feature-me\/assets\/screenshot-2.png?rev=841167","caption":"Feature Me Post\/Page as a sidebar CTA"}],"raw_content":"<!--section=description-->\n<p>Feature Me CTA Widget is a simple widget that allows you to turn any page or post on your website into a call to action (cta).It pulls the pages and posts from the WordPress database and allows a user to choose one to display an excerpt and featured image in a widget area. Use this widget to feature prominent articles, or promote actions on the website.<\/p>\n\n<p>IT\u2019S EASY TO USE. If your theme uses widgets, you can use Feature Me. Just select the post or page you want to feature in any widget area, customize some preferences and save. Done.<\/p>\n\n<p>IT SAVES TIME. Forget about endless sticky posts. With Feature Me, you won't waste your time swapping out sticky\nposts to display your posts and pages in a prominent location. When you use Feature Me,\nyou there is no need to code a featured page on your website ever again.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>feature-me.zip<\/code> using the WordPress plugin uploader<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Can I upload a custom image for my featured post?<\/dt>\n<dd><p>Not at this time. This widget pulls images from the page\/post featured image.<\/p><\/dd>\n<dt>No photo shows up even when \"Featured Image\" is turned on<\/dt>\n<dd><p>Make sure that your theme supports featured images. If it doesn't, add the following code to your themes\nfunctions\n.php file:<\/p>\n\n<pre><code>add_theme_support( 'post-thumbnails' );\n<\/code><\/pre>\n\n<p>If your theme DOES support featured images, check to make sure that the post or page you have chosen has a featured\nimage attached to it.<\/p><\/dd>\n<dt>Can I customize the CSS of the Feature Me widget?<\/dt>\n<dd><p>Yes. The widget uses a css class \"feature-me\" from which you can target all other elements of the widget and change\nthe look via css.<\/p>\n\n<p>You can also use your enter in your own css classes in the \"Custom CSS Class\" field.<\/p><\/dd>\n<dt>My website uses a CSS framework. Can Feature Me work with different frameworks?<\/dt>\n<dd><p>Yes. You can utilize the \"Custom CSS Class\" field and enter in framework specific classes. For example if you are\nusing the 960.gs by Nathan Smith, you could enter in \"grid_4\" or similar. If you use bootstrap,\nyou could enter \"span4\" etc.<\/p><\/dd>\n<dt>Can I just display the image and link and not any text?<\/dt>\n<dd><p>Yes. Select the custom body option and leave it blank.<\/p><\/dd>\n<dt>How can I change the CTA button color?<\/dt>\n<dd><p>To change the button color navigate to the featureme.css stylesheet:\n1. Go to the plugins &gt; editor.\n2. Choose 'Feature Me - CTA Widget' from the plugin dropdown menu and click \"select\"\n3. Click 'feature-me\/featureme.css' on the right side<\/p>\n\n<p>The button is defined in 3 areas: .feature-me a.fmBtn, .feature-me a.fmBtn:hover, .feature-me a.fmBtn:visited<\/p>\n\n<p>Enter your own values or use http:\/\/css3buttongenerator.com to generate a button. Replace featureme.css values with\nthe values you generated.<\/p>\n\n<p><strong>WARNING<\/strong> If you mess up the values here, you might need to completely re-install\nfeature-me to get it back. I HIGHLY RECOMMEND copying the styles to your computer before tweaking anything.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>Bug Fix: Fixes javascript pathway<\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Bug Fix: Fixes an issue where javascript would break and freeze entire widget section<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Bug Fix: Fixed an issue where a PHP error would display on the Widget Admin page<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>\"Feature Me\" is now \"Feature Me - CTA Widget\".<\/li>\n<li>Bug Fix: Fixed an issue where default radio buttons weren't selected when widget is created.<\/li>\n<li>Bug Fix: Fixed an issue where the widget title in the admin menu displayed incorrect title. The correct title will now display on the widget title admin<\/li>\n<li>Bug Fix: Fixes an issue where the message \"Select a Featured Page or Post to display\" would display when leaving the custom body field empty.<\/li>\n<li>New Feature: Option to hide Title text<\/li>\n<li>New Feature: Option to hide Body text<\/li>\n<li>New Feature: Option to hide CTA Link title<\/li>\n<li>New Feature: Option to link Title heading<\/li>\n<li>New Feature: CTA Link is now a CSS3 button<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Select a post or page to feature via select menu<\/li>\n<li>Uses post title or a custom title<\/li>\n<li>Uses post excerpt or custom body text<\/li>\n<li>Make use of a post\/page feature image<\/li>\n<li>Customize the \"read more\" link title<\/li>\n<li>\"Read more\" text can link to post\/page or to a custom url<\/li>\n<li>Allows use of custom classes - write one or more class names for css customization<\/li>\n<\/ul>","raw_excerpt":"A simple widget that allows you to feature any page or post on your website.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/26992","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=26992"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/iandbanks"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=26992"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=26992"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=26992"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=26992"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=26992"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=26992"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}