{"id":6294,"date":"2009-07-29T18:11:47","date_gmt":"2009-07-29T18:11:47","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wpcj-testimonials\/"},"modified":"2009-09-06T17:39:32","modified_gmt":"2009-09-06T17:39:32","slug":"wpcj-testimonials","status":"publish","type":"plugin","link":"https:\/\/it.wordpress.org\/plugins\/wpcj-testimonials\/","author":226129,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.4","stable_tag":"trunk","tested":"2.8.4","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"wpCJ Testimonials","header_author":"Williams Castillo","header_description":"","assets_banners_color":"","last_updated":"2009-09-06 17:39:32","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.wpcj.com\/plugins\/testimonials","header_author_uri":"http:\/\/www.wpcj.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":4150,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","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.0","1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[72015,1519,1518],"plugin_category":[53],"plugin_contributors":[88428],"plugin_business_model":[],"class_list":["post-6294","plugin","type-plugin","status-publish","hentry","plugin_tags-critics","plugin_tags-reviews","plugin_tags-testimonials","plugin_category-ratings-and-reviews","plugin_contributors-willcast","plugin_committers-willcast"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wpcj-testimonials.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin helps you manage a list of testimonials that you can place anywhere in your blog using shortcodes, php calls or widgets.<\/p>\n\n<p>Optionally, you can specify what \"product\" a given testimonial is refering to so basically you can use this plugin to present testimonials about different products or services.<\/p>\n\n<!--section=installation-->\n<p>The easiest way to install it is using the WordPress build-in installation feature:<\/p>\n\n<ul>\n<li>Look for wpCJ Testimonials<\/li>\n<li>Click on Install<\/li>\n<li>Then click on Activate<\/li>\n<\/ul>\n\n<p>If you prefer to use the old fashion way then:<\/p>\n\n<ul>\n<li>Download the plugin zip file, <\/li>\n<li>Uncompress it anywhere in your hard disk and then <\/li>\n<li>Upload it to your plugin directory.<\/li>\n<li>Visit the Plugins page of your WordPress installation, <\/li>\n<li>Locate wpCJ Testimonials in the plugin list and * Click on Activate.<\/li>\n<\/ul>\n\n<p>Once you have activate it, a new option is added to your WordPress Settings module named wpCJ Testimonials and a new widget as well.<\/p>\n\n<p>In the plugins page, you will find four options to set:<\/p>\n\n<ul>\n<li><strong>Template:<\/strong> This setting is used to specify the \"layout\" of a testimonial. You can use a pure HTML template or, much better, a CSS powered template. It's up to you, just be sure to include the pseudo-tags that the plugin provides ([CLIENT] [COMPANY] [LCOMPANY] [WEBSITE] and [TESTIMONIAL]).<\/li>\n<li><strong>Link Attribute:<\/strong> You can specify if the links that the plugin create based on the website of the clients, will have the attribute rel=\"nofollow\" or not.<\/li>\n<li><strong>Max. Size for images:<\/strong> (still not used but) It specify the maximum weight in KB that an image can be.<\/li>\n<li><strong>Zap Me!:<\/strong> It just tell the plugin that you want to completelly uninstall the plugin so the next time it gets deleted, it delete any trace of the plugin from your WordPress installation.<\/li>\n<\/ul>\n\n<p><strong>Usage<\/strong><\/p>\n\n<p>Once you have set the configuration settings of the plugin, it will allow you to introduce the testimonials.<\/p>\n\n<p><strong>Handling Testimonials<\/strong><\/p>\n\n<p>The Manage Testimonials page have two section: An upper section where you add or edit testimonials and a lower section showing the current list of testimonials.<\/p>\n\n<p>There are two mandatory fields for any testimonial: Client and Testimonial.<\/p>\n\n<p>Optionally you can especify the client's company, its website and an image.<\/p>\n\n<p>There is a field named \"Product\". This field is useful if you want to store different testimonials for different products or services. All you have to do is especify a unique \"product key\" for every object you want to store testimonials to. Or leave it blank if they are not useful to you.<\/p>\n\n<p>If you need to edit a testimonial, click on the Client Name in the Testimonial List and then proceed to edit it. Click on Save Changes when you are done and that's it.<\/p>\n\n<p><strong>Showing Testimonials<\/strong><\/p>\n\n<p>wpCJ Testimonials allows you to show your testimonials in every possible way allowed by WordPress:<\/p>\n\n<ul>\n<li><strong>Shortcodes:<\/strong> If you need to add a list of testimonials to any post or page, use the shortcode [wpcjt]. It has three optional parameters: limit, product and id. Limit define the number of testimonials to be show (default 1), Product defines the criteria to use when the plugin choose the testimonials to show and ID a certain testimonial to show (or the latest $limit testimonials if you use 'last' as id. I.e.- <strong>[wpcjt limit=\"3\" product=\"wpCJ\"]<\/strong> or <strong>[wpcjt limit=\"3\" id=\"last\"]<\/strong> <\/li>\n<li><strong>Widgets:<\/strong> If you need to show a testimonial box in any of your sidebars, just add a wpCJ Testimonials widget to it. This widget needs three parameters: Title, Number of Testimonials, Product and ID. They are pretty self-explanatories... or not?<\/li>\n<li><strong>PHP Calls:<\/strong> Just in case you need to add testimonials to your themes, we have provided an option to do so. Just add the following code to your theme: <strong><code>&lt;?php if ( function_exists('wpcjt') ) wpcjt($limit,$product,$limit); ?&gt;<\/code><\/strong><\/li>\n<\/ul>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>First public version<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Support for i18n initiated (still working on it though).<\/li>\n<li>Added a new parameter to the shortcode, php call and widgets: ID. Now you can specify which ID you wan't to show. Also, there is a special id called 'last'): If you specify the parameters $limit and $id='last' you will get the latest $limit testimonials.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Correct stripping of slashes in testimonials and client names.<\/li>\n<li>In testimonials list, added an \"Edit\" link below client name.<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>handling some weird slashes here and there.<\/li>\n<li>Added the possibility to add images to the testimonials.<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>I think I finally solved the issues with non-english characters, charsets, slashshes and stuff like that.<\/li>\n<li>Also solved and false error given when you saved an testimonial where no image was supplied,<\/li>\n<\/ul>","raw_excerpt":"This plugin helps you manage a list of testimonials that you can place anywhere in your blog using shortcodes, php calls or widgets.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/6294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=6294"}],"author":[{"embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/willcast"}],"wp:attachment":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=6294"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=6294"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=6294"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=6294"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=6294"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=6294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}