DowntownRob
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Not Pulling Featured ImageHmm, can you email me a WP login, so I can take a look? I’m not sure why it’d pick up the caption and use it if it’s not set on that image, send it to rob at presswizards.com
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Not Pulling Featured ImageYes but I think the image in the content area may have been edited, with caption added, which then affects the version in the media library, and then the featured image is the same and picks it up. It’s shared across all uses. Click on the featured image again, and see if the caption is shown there now. If so, it’s shared. Try uploading it again separately, see if it keeps two images, one with the caption and one without.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Not Pulling Featured ImageThe plugin pulls in only the featured image, whether it has a caption or not. If it’s the same image, adding a caption to the image, is adding it to the featured image since it’s the same image in the media library.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] XSS Vulnerability?Yes I think so, my plugin doesn’t accept text input, so it should be good, but I’ll need to take another look to be certain.
I don’t see the images in your feed… does each blog post have a Featured Image set? This is required for it to be used in the RSS feed.
Not a custom field either, the native WP Featured Image setting.
This is the only reason I know of that they aren’t added to the feed.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] AWeber Blog BroadcastI’ve done more research on how to best implement this for services like Aweber, but now I’m reading that using <content:encoded> will break Aweber, and that it looks for the featured image IMG SRC= in the <description> field, which is where it’s set currently.
From Aweber:
“I have tested the blog broadcast and I believe I know what may be causing the issue. While it may not always be the case, when you are pulling content, it is possible that if it is encoded, this will not be pulled correctly. Looking at your RSS feed, it appears that it is encoded. I would recommend looking into having your RSS feed post not encoded content <content:encoded> to <content> or posting a description through your RSS feed.”
but then read this:
http://blog.aweber.com/new-features/publish-full-posts-in-blog-broadcasts.htm“As of now, the <img> tag for the thumbnail needs to be in the <description> or <content:encoded> tag in your RSS item in order to be included.”
So it should be working… have you tried changing {!rss_item_description} to {!rss_item_content} and see if that helps or makes it worse?
I’m digging into how best to implement adding options for handling the images better, while trying not to break it’s existing functionality for those that use it and it’s working fine for.
Thanks,
RobForum: Plugins
In reply to: [Import External Images] Incompatible wwith Visual Composer ?Works for me for the most part, I have Visual Composer installed. It successfully downloaded and replaced images in posts.
It does not seem to work for Featured Images, it says Featured Image already set, but when looking at the post, it’s not set to anything.
My plugin doesn’t do anything to the website itself, it only adds the image to the RSS feed, which explains why the extra image is still there when you deactivate the plugin. That is part of your theme, and there’s usually an option to display the Featured Image or not. Or, you may have to have the theme customized to hide the featured image.
On your site, you can add this CSS somewhere, either in a custom CSS section, or in the theme’s style.css (but that’s bad practice, as it would be overwritten by any theme updates).
.post-header .featured {
display: none;
}Hi Angelo,
As mentioned in the other thread, the image is embedded as part of the *|FEEDITEM:CONTENT|* tag. The RSSITEM:IMAGE tag would work if I had the image HTML output in it’s own RSS section I think, but I’m not sure. I need to look into that more.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] AWeber Blog BroadcastHi Lindsay, John, thanks for the follow ups, I’ll need it. π
After the conferences, I forgot but I was to be out of town for a week of travel, so got back in town yesterday, and of course completely swamped with WordPress projects right now, but I will strive to work on this later this week, and make some progress ASAP. I appreciate your patience and I want to get this done as soon as I can for you…
Not sure, I see them in your feed http://www.monicadoinglife.com/feed/ and see thumbnails centered, so the plugin is working fine.
Ask the Bloglovin folks about it?
Hi there,
The feed looks ok to me, medium and centered. Perhaps it was cached or something, not sure.
The Mailchimp size and wrapping is set via their custom CSS, you’d need to see what CSS id or class names they are using for their images etc.
I have used this before and seemed to work ok, in the Mailchimp template:
<style type=”text/css”>
.rss-content img { padding: 0px 10px 0px 0px; float: left; }
</style>
<span style=”font-size:12px”>*|RSSITEMS:|*</span>
<h2 class=”mc-toc-title”>*|RSSITEM:TITLE|*</h2>
Posted on *|RSSITEM:DATE|*<div class=”rss-content”>*|RSSITEM:CONTENT|*</div>
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] AWeber Blog BroadcastAh nice, you guys rock, use this link to donate, and I’ll dig into adding the required code to hopefully make it work better with Aweber:
I’ve got a conference and I’m speaking at WordCamp San DIego this weekend, so after that I will dedicate some time to this and have it ready within the next week or two I think.
Thanks,
RobForum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] AWeber Blog BroadcastIf everyone that wanted it to work with Aweber donated $20, I’d jump on it and fix it within a few days. I am looking into creating a premium version and perhaps this is the spark for that, charge a small $20 fee for the premium version that supports Aweber and handles no Featured Image, etc.
Regarding the issue of no Featured Image, well this plugin requires it. So you can use another plugin to do the parsing and set a Featured Image, then remove it, and use my plugin, making sure a Featured Image is set going forward. Using multiple plugins to create a solution to an issue is one way WordPress works well, and ideally the plugins complement each other.