{"id":49105,"date":"2016-06-18T07:19:25","date_gmt":"2016-06-18T07:19:25","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/slimfaq\/"},"modified":"2016-06-18T08:39:58","modified_gmt":"2016-06-18T08:39:58","slug":"slimfaq","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/slimfaq\/","author":34824,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.1","stable_tag":"trunk","tested":"4.5.33","requires":"3.8","requires_php":"","requires_plugins":"","header_name":"SlimFAQ","header_author":"Constantin Hofstetter (OOZOU)","header_description":"","assets_banners_color":"f7f7f9","last_updated":"2016-06-18 08:39:58","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/slimfaq","header_author_uri":"https:\/\/oozou.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1281,"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":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1439101","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1439101","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.gif":{"filename":"screenshot-1.gif","revision":"1439034","resolution":"1","location":"assets"}},"screenshots":{"1":"The SlimFAQ plugin integrates smoothly as a sidebar in your WordPress-powered web app."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[358,1150,16927,267,1643,108,24772,37100,2512,168,57526,1104,1917],"plugin_category":[41,42,58],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-49105","plugin","type-plugin","status-publish","hentry","plugin_tags-contact-form","plugin_tags-crm","plugin_tags-customer-relationship-management","plugin_tags-email","plugin_tags-faq","plugin_tags-feedback","plugin_tags-intercom","plugin_tags-intercom-io","plugin_tags-messaging","plugin_tags-sidebar","plugin_tags-slimfaq","plugin_tags-support","plugin_tags-users","plugin_category-communication","plugin_category-contact-forms","plugin_category-user-management","plugin_committers-consti"],"banners":{"banner":"https:\/\/ps.w.org\/slimfaq\/assets\/banner-772x250.png?rev=1439101","banner_2x":"https:\/\/ps.w.org\/slimfaq\/assets\/banner-1544x500.png?rev=1439101","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/slimfaq_f7f7f9.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/slimfaq\/assets\/screenshot-1.gif?rev=1439034","caption":"The SlimFAQ plugin integrates smoothly as a sidebar in your WordPress-powered web app."}],"raw_content":"<!--section=description-->\n<p><a href=\"https:\/\/slimfaq.com\">SlimFAQ<\/a> provides a simple FAQ platform and great integration with Intercom and as a sidebar on WordPress.<\/p>\n <p>This plugin generates the Javascript install code to integrate all of this functionality into your WordPress-powered web app.<\/p>\n <p>To use the plugin you must have a <a href=\"https:\/\/slimfaq.com\">SlimFAQ<\/a> account. You can <a href=\"https:\/\/slimfaq.com\">sign up for free<\/a> and add a great FAQ to your WordPress web app.<\/p>\n <p>This plugin is fully compatible with the <a href=\"https:\/\/wordpress.org\/plugins\/intercom\">Official Intercom WordPress plugin<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the slimfaq-for-wordpress folder to your wp-content\/plugins\/ directory.<\/li>\n<li>Activate the plugin through the Plugins menu in WordPress.<\/li>\n<li>Go to the settings page.<\/li>\n<li>Enter your FAQ ID.<\/li>\n<li>Choose if you like to show the sidebar for logged out users and whether to integrate with Intercom.<\/li>\n<li>Highly recommended: if you are using Intercom, get the <a href=\"https:\/\/wordpress.org\/plugins\/intercom\">Official Intercom WordPress Plugin<\/a>.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<h4>How do I get started?<\/h4>\n <p>This plugin only works with a SlimFAQ account. You can get started for free at <a href=\"https:\/\/slimfaq.com\">slimfaq.com<\/a>.<\/p>\n <h4>Where can I find my FAQ ID?<\/h4>\n <p>After signing up for a SlimFAQ account, you can find your FAQ ID in your <a href=\"https:\/\/slimfaq.com\/account\/settings\">FAQ's settings page<\/a>.<\/p>\n <h4>Can I display the FAQ to users who have not logged in?<\/h4>\n <p>Just enable the \"show for logged out users\" flag on the settings page.<\/p>\n <h4>How do I integrate SlimFAQ with Intercom?<\/h4>\n <p>Install and setup the <a href=\"https:\/\/wordpress.org\/plugins\/intercom\">Official Intercom WordPress Plugin<\/a> - then install the SlimFAQ plugin. In the SlimFAQ settings, enable \"Integrate with Intercom\".<\/p>\n <h4>Can I completely disable the snippet on certain pages?<\/h4>\n <p>Sure, just use the <code>ll_slimfaq_output_snippet<\/code> filter. Here's an example:<\/p>\n <pre><code>add_filter( 'll_slimfaq_output_snippet', 'no_slimfaq_on_page_10' );  function no_slimfaq_on_page_10( $show ) {      if ( is_page( 10 ) )         return false;      return true;  } <\/code><\/pre>\n <h4>Does this plugin work on older versions of WordPress or PHP?<\/h4>\n <p>Possibly, but I've not tried. I can only provide support if you're using the latest version of this plugin together with the latest version of WordPress and PHP 5.2.4 or newer.<\/p>\n\n<!--section=changelog-->\n<h4>1.1.1 (18th June 2016)<\/h4>\n <ul>\n<li>Cleanup naming and use HTTPS for all links to the plugin.<\/li>\n<\/ul>\n <h4>1.1 (15th June 2016)<\/h4>\n <ul>\n<li>Remove user role setting; mention the Official Intercom WordPress plugin. Change name to SlimFAQ.<\/li>\n<\/ul>\n <h4>1.0 (14th June 2016)<\/h4>\n <ul>\n<li>Initial release, based on <a href=\"https:\/\/wordpress.org\/plugins\/intercom-for-wordpress\">Intercom for WordPress Plugin<\/a><\/li>\n<\/ul>","raw_excerpt":"Easy integration of the SlimFAQ sidebar with optional Intercom integration.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/49105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=49105"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/consti"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=49105"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=49105"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=49105"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=49105"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=49105"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=49105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}