{"id":26542,"date":"2013-12-03T14:52:19","date_gmt":"2013-12-03T14:52:19","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/mb-imagechimp-rss-feed-enhancer\/"},"modified":"2013-12-04T20:43:54","modified_gmt":"2013-12-04T20:43:54","slug":"mb-imagechimp-rss-feed-enhancer","status":"publish","type":"plugin","link":"https:\/\/zgh.wordpress.org\/plugins\/mb-imagechimp-rss-feed-enhancer\/","author":5310838,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"trunk","tested":"3.7.41","requires":"2.0","requires_php":"","requires_plugins":"","header_name":"MB ImageChimp RSS Feed Enhancer","header_author":"Mikkel Breum","header_description":"","assets_banners_color":"","last_updated":"2013-12-04 20:43:54","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.somaly.org\/donate","header_plugin_uri":"http:\/\/mikkelbreum.com\/wordpress-plugins\/mb-imagechimp-rss-feed-enhancer\/","header_author_uri":"http:\/\/www.mikkelbreum.com","rating":5,"author_block_rating":0,"active_installs":700,"downloads":14804,"num_ratings":7,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0":"<p>First public release, adds everyting.<\/p>","0.1":"<p>Initial version.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"7"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"815057","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"815057","resolution":"2","location":"assets"}},"screenshots":{"1":"The image merge tag used in an RSS campaign template.","2":"The featured image shown in the email"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1795,252,1029,850],"plugin_category":[41],"plugin_contributors":[83169],"plugin_business_model":[],"class_list":["post-26542","plugin","type-plugin","status-publish","hentry","plugin_tags-featured-image","plugin_tags-feed","plugin_tags-mailchimp","plugin_tags-rss","plugin_category-communication","plugin_contributors-mikkelbreum","plugin_committers-mikkelbreum"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/mb-imagechimp-rss-feed-enhancer.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/mb-imagechimp-rss-feed-enhancer\/assets\/screenshot-1.png?rev=815057","caption":"The image merge tag used in an RSS campaign template."},{"src":"https:\/\/ps.w.org\/mb-imagechimp-rss-feed-enhancer\/assets\/screenshot-2.png?rev=815057","caption":"The featured image shown in the email"}],"raw_content":"<!--section=description-->\n<p>This plugin makes it easy to display the featured images of your posts in mailchimp RSS newsletters.<\/p>\n\n<p>Once activated this plugin will add the following to your sites default rss feed:<\/p>\n\n<p><strong><em>To the rss name space declarations:<\/em><\/strong><\/p>\n\n<pre><code>    xmlns:media=\"http:\/\/search.yahoo.com\/mrss\/\"\n<\/code><\/pre>\n\n<p><strong><em>To each individual item (if it has a featured image):<\/em><\/strong><\/p>\n\n<pre><code>&lt;media:content url=\"[url]\" type=\"[mimetype]\" medium=\"image\" width=\"100%\" height=\"auto\"&gt;\n    &lt;media:description type=\"plain\"&gt;&lt;![CDATA[title]]&gt;&lt;\/media:description&gt;\n&lt;\/media:content&gt;\n<\/code><\/pre>\n\n<p>The featured images are not inserted directly into the content of your posts, so you have full control over where and how to present them.\nIf you send out newsletters using a Mailchimp RSS based Campaign, simply place the &#042;|RSSITEM:IMAGE|&#042; merge-tag in your mail template where you want the featured image inserted.<\/p>\n\n<p><strong>This plugin contains<\/strong><\/p>\n\n<ul>\n<li>100% clean lightweight code.<\/li>\n<li>0% JS<\/li>\n<li>0% CSS<\/li>\n<li>0% options<\/li>\n<\/ul>\n\n<p>The plugin uses the hooks \u2018rss2_ns\u2019 and \u2018rss2_item\u2019, part of the WordPress core API.<br \/>\nTested with WP 3.7.1 and MailChimp Dec 2013<\/p>\n\n<p>Contribute via <a href=\"https:\/\/github.com\/mikkelbreum\/MB-ImageChimp-RSS-Feed-Enhancer\/\" title=\"MB-ImageChimp-RSS-Feed-Enhancer\">github<\/a><\/p>\n\n<!--section=installation-->\n<ul>\n<li>Install and activate plugin<\/li>\n<li>make sure your recent posts has a featured image<\/li>\n<li>Use the &#042;|RSSITEM:IMAGE|&#042; merge-tag in your MailChimp template to show the featured image<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Can I contribute?<\/dt>\n<dd><p>Yes, contribute are welcome via <a href=\"https:\/\/github.com\/mikkelbreum\/MB-ImageChimp-RSS-Feed-Enhancer\/\" title=\"MB-ImageChimp-RSS-Feed-Enhancer\">github<\/a><\/p><\/dd>\n<dt>Can I control the size of the featured image<\/dt>\n<dd><p>Yes, the url to the featured image is determined by the intermediate size set by the plugin. By default it will request the url for the default 'large' size. You can override this by hooking into the 'mb_rss_extend_item_media_image_size' filter. Pass the filter either a string or an array as documented in the <a href=\"http:\/\/codex.wordpress.org\/Function_Reference\/wp_get_attachment_image_src\/\" title=\"wp_get_attachment_image_src\">Codex<\/a>. You might also want to control the values for the width and height parameters of the image element. By default these are set to \"100%\" (width) and \"auto\" (height). This works well with mailchimp for mobile readers. If you want to set these to the actual dimensions of the image you can add the following to your functions.php or a custom plugin:<\/p>\n\n<pre><code>add_adction('init','my_rss_truedimensions', 20);\nfunction my_rss_truedimensions(){\n    remove_filter( 'mb_rss_extend_item_media_image_dimension', 'mb_rss_image_fullwidth' );\n}\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>First public version.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Unreleased version.<\/li>\n<\/ul>","raw_excerpt":"Adds featured images to the default RSS feed for use with MailChimps image merge-tag","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/26542","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=26542"}],"author":[{"embeddable":true,"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/mikkelbreum"}],"wp:attachment":[{"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=26542"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=26542"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=26542"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=26542"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=26542"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/zgh.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=26542"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}