{"id":17092,"date":"2012-03-05T17:32:37","date_gmt":"2012-03-05T17:32:37","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-auto-columns\/"},"modified":"2012-08-02T13:31:52","modified_gmt":"2012-08-02T13:31:52","slug":"wp-auto-columns","status":"publish","type":"plugin","link":"https:\/\/tah.wordpress.org\/plugins\/wp-auto-columns\/","author":7860438,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.6","stable_tag":"1.0.6","tested":"3.3.2","requires":"3.1.0","requires_php":"","requires_plugins":"","header_name":"WP Auto Columns","header_author":"Spectraweb s.r.o.","header_description":"","assets_banners_color":"e9e9e9","last_updated":"2012-08-02 13:31:52","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=Z5XN794FWSSZW","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/wp-auto-columns\/","header_author_uri":"http:\/\/www.spectraweb.cz","rating":0,"author_block_rating":0,"active_installs":10,"downloads":4711,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>Plugin does not require any special steps to upgrade<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"561164","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539249","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539249","resolution":"1","location":"plugin"}},"screenshots":{"1":"Example of splitted text","2":"Example of shortcode markup"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1099,854,4036,8397,1477],"plugin_category":[41],"plugin_contributors":[87607],"plugin_business_model":[],"class_list":["post-17092","plugin","type-plugin","status-publish","hentry","plugin_tags-column","plugin_tags-columns","plugin_tags-layout","plugin_tags-magazine","plugin_tags-newspaper","plugin_category-communication","plugin_contributors-spectraweb","plugin_committers-spectraweb"],"banners":{"banner":"https:\/\/ps.w.org\/wp-auto-columns\/assets\/banner-772x250.png?rev=561164","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-auto-columns_e9e9e9.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-auto-columns\/trunk\/screenshot-1.png?rev=1539249","caption":"Example of splitted text"},{"src":"https:\/\/ps.w.org\/wp-auto-columns\/trunk\/screenshot-2.png?rev=1539249","caption":"Example of shortcode markup"}],"raw_content":"<!--section=description-->\n<p>You need to display your articles in magazine or newspaper style. Use this plugin. You don't have\nto change your theme files or add styles - just use \"table\" splitter.<\/p>\n\n<h4>Features<\/h4>\n\n<ul>\n<li>fully automatic splitter;<\/li>\n<li>create columns in table or div's;<\/li>\n<li>tag-aware;<\/li>\n<li>splits long paragraphs and unordered lists;<\/li>\n<li>keeps text with headers;<\/li>\n<\/ul>\n\n<h4>Requirements<\/h4>\n\n<p>The plugin requires DOM API (http:\/\/www.php.net\/manual\/en\/book.dom.php) and Tidy (http:\/\/www.php.net\/manual\/en\/book.tidy.php)<\/p>\n\n<h4>Usage<\/h4>\n\n<p>Wrap block of text with <code>[auto_columns]...[\/auto_columns]<\/code> shortcode. It will produce markup like<\/p>\n\n<pre><code>&lt;div class=\"auto-columns-container columns-2\"&gt;\n&lt;div class=\"auto-columns-column column-1 first-column\"&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit.&lt;\/div&gt;\n&lt;div class=\"auto-columns-column column-2 last-column\"&gt;Nam tincidunt gravida dui, at bibendum nisl lacinia nec.&lt;\/div&gt;\n&lt;div class=\"auto-columns-clear\"&gt;&lt;\/div&gt;\n&lt;\/div&gt;\n<\/code><\/pre>\n\n<p>In your theme use <code>do_shortcode<\/code> function:<\/p>\n\n<pre><code>&lt;?php echo do_shortcode('[auto_columns]' . $content . '[\/auto_columns]'); ?&gt;\n<\/code><\/pre>\n\n<p>You will have to define width for <code>.auto-columns-column<\/code> class in your theme, of course.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Login to admin panel of your WP blog and go to <code>Plugins<\/code> \u2192 <code>Add New<\/code><\/li>\n<li>Enter <code>wp-auto-columns<\/code> and click on Search button<\/li>\n<li>Click on link Install bellow plugin name <code>WP Auto Columns<\/code><\/li>\n<li>Activate plugin by clicking on link <code>Activate<\/code><\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>No questions yet<\/p>\n\n<!--section=changelog-->\n<h4>1.0.6<\/h4>\n\n<ul>\n<li>Added parameter <code>style=\"table|div\"<\/code> to define desired split style.<\/li>\n<\/ul>\n\n<h4>1.0.5<\/h4>\n\n<ul>\n<li>Added processing of \"height\" attribute for IMG tags<\/li>\n<li>Fixed behaviour of <br \/> tags<\/li>\n<li>Settings page for height measurement fine tuning<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Added editor toolbar button<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Small fix in activation handler<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>IMG tags are filtered<\/li>\n<li>Added check for installed DOM API on activation<\/li>\n<li>Added Russian translation<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed <code>&lt;ol&gt;<\/code> behavior<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>First public release<\/li>\n<\/ul>","raw_excerpt":"Wrap block of text with shortcode. It will be split into columns. Automagically.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/17092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=17092"}],"author":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/spectraweb"}],"wp:attachment":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=17092"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=17092"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=17092"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=17092"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=17092"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=17092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}