{"id":37285,"date":"2015-07-08T07:05:18","date_gmt":"2015-07-08T07:05:18","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/add-ribbon\/"},"modified":"2015-07-08T07:42:39","modified_gmt":"2015-07-08T07:42:39","slug":"add-ribbon","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/add-ribbon\/","author":12980733,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.1","stable_tag":"trunk","tested":"4.2.39","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Add Ribbon Shortcode","header_author":"Sherwin Calims","header_description":"","assets_banners_color":"a6b1ba","last_updated":"2015-07-08 07:42:39","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.sherkspear.com\/donate\/","header_plugin_uri":"http:\/\/www.sherkspear.com\/portfolio-item\/add-ribbon\/","header_author_uri":"http:\/\/www.sherkspear.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2319,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":{"1.0":"<ul>\n<li>An initial update with the features added.<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1194600","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1194600","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1194600","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1194600","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1194600","resolution":"2","location":"assets"}},"screenshots":{"1":"Example on adding ribbon to a text container.","2":"Example on adding ribbon to an image."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[3079,189,3078,80],"plugin_category":[43],"plugin_contributors":[87877],"plugin_business_model":[],"class_list":["post-37285","plugin","type-plugin","status-closed","hentry","plugin_tags-cssportal-ribbon","plugin_tags-ribbon","plugin_tags-ribbon-generator","plugin_tags-shortcode","plugin_category-customization","plugin_contributors-sherkspear","plugin_committers-sherkspear"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/add-ribbon_a6b1ba.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/add-ribbon\/assets\/screenshot-1.jpg?rev=1194600","caption":"Example on adding ribbon to a text container."},{"src":"https:\/\/ps.w.org\/add-ribbon\/assets\/screenshot-2.jpg?rev=1194600","caption":"Example on adding ribbon to an image."}],"raw_content":"<!--section=description-->\n<p>Adds ribbon with labels to your div containers or image using shortcodes. This is the implementation of CSS Portal ribbon generator. You can set the width , colors , backgrounds of ribbons you wanted to show.<\/p>\n\n<p>You can email me directly for any plugin request or personal modification such as styles and templates at <a href=\"mailto:c&#x6f;&#x6e;&#116;&#097;&#x63;&#x74;&#064;&#115;&#x68;&#x65;&#114;&#107;&#x73;&#x70;&#101;&#097;&#x72;&#x2e;&#099;&#111;m\">c&#x6f;&#x6e;&#116;&#097;&#x63;&#x74;&#064;&#115;&#x68;&#x65;&#114;&#107;&#x73;&#x70;&#101;&#097;&#x72;&#x2e;&#099;&#111;m<\/a> or contact me at <a href=\"http:\/\/sherkspear.com\/contact\">http:\/\/sherkspear.com\/contact<\/a><\/p>\n\n<p>Plugin URI: <a href=\"http:\/\/www.sherkspear.com\/\">http:\/\/www.sherkspear.com\/<\/a><\/p>\n\n<h3>Detailed Instructions<\/h3>\n\n<p><strong>After installation, check at Dashboard -&gt; Tools -&gt; Add Ribbon<\/strong>     <code>(\/wp-admin\/tools.php?page=add_ribbon_info)<\/code><br \/>\nfor more detailed instructions.<\/p>\n\n<!--section=installation-->\n<h3>This section describes how to install the plugin and get it working.<\/h3>\n\n<ol>\n<li>BACKUP everything before you install the plugin.<\/li>\n<li>Upload add-ribbon directory to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<h3>Adding Ribbon using Shortcode<\/h3>\n\n<ol>\n<li>Shortcode for Sherk Add Ribbon is in the format of\n<em>[ribbon id=\"myribbon\" padding=\"10\" height=\"100\" width=\"100\" color=\"#000\" bgcolor=\"#FFF\" label=\"Featured\" position=\"right\"]\nThis is a sample content\n[\/ribbon]<\/em><\/li>\n<li>Copy the shortcode, paste it to the content text editor and update the values of your shortcode parameters depends on what you need.<\/li>\n<\/ol>\n\n<h3>Setting Ribbon for Image Content<\/h3>\n\n<ol>\n<li>This is a way on adding ribbon using image as your content instead of text.<\/li>\n<li>Set your padding into 0<\/li>\n<li>Set your ribbon width and height to the width and height of your image.<\/li>\n<li>Give the image a class value of 'imgribbon'\nEx.\n<em>[ribbon id=\"sherkid\" padding=\"0\" width=\"190\" height=\"190\" bgcolor=\"#CCC\" color=\"#233\" label=\"Sample\"]\n&lt; img class=\"imgribbon\" src=\"images\/landscape.jpg\" alt=\"\" width=\"190\" height=\"190\" \/&gt;\n[\/ribbon]<\/em><\/li>\n<\/ol>\n\n<h3>Parameters Available<\/h3>\n\n<p><strong>id<\/strong>\n<em>Id of your ribbon, used in customizing ribbon styles<\/em>\ndefault: ''\noption: string<\/p>\n\n<p><strong>label<\/strong>\n<em>Text label for your ribbon<\/em>\ndefault: 'Label'\noption: string<\/p>\n\n<p><strong>wider<\/strong>\n<em>Wider ribbon<\/em>\ndefault: 'false'\noption: boolean<\/p>\n\n<p><strong>position<\/strong>\n<em>Position of the label of your ribbon<\/em>\ndefault: 'left'\noption: left\nright<\/p>\n\n<p><strong>padding<\/strong>\n<em>Padding of your ribbon<\/em>\ndefault: '10'\noption: integer<\/p>\n\n<p><strong>width<\/strong>\n<em>Width of your ribbon<\/em>\ndefault: '200'\noption: integer<\/p>\n\n<p><strong>height<\/strong>\n<em>Height of your ribbon<\/em>\ndefault: '200'\noption: integer<\/p>\n\n<p><strong>color<\/strong>\n<em>Color of your text label<\/em>\ndefault: '#FFF'\noption: Hex Color<\/p>\n\n<p><strong>bgcolor<\/strong>\n<em>Background color of your text label<\/em> \ndefault: '#000'\noption: Hex Color<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>You have questions?<\/dt>\n<dd><p>Contact me through email at contact@sherkspear.com or at http:\/\/sherkspear.com\/contact.<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"Adds ribbon with labels to your div containers or image using shortcodes. This is the implementation of CSS Portal ribbon generator.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/37285","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=37285"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/sherkspear"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=37285"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=37285"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=37285"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=37285"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=37285"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=37285"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}