asmeyers
Member
Posted 3 months ago #
I've got this plugin implemented and it's writing the content I want but it's writing it twice.
Here's my RSS link:
http://feeds.feedburner.com/Sellingyourscreenplay
You'll notice that this bit is written once at the top and once with the actual post content. And the second time all the HTML is stripped out of it:
Read 'Selling Your Screenplay is now on Facebook' at http://www.SellingYourScreenplay.com.
My settings are as follows.
Here's what's in the textarea:
<strong>Read '%%POSTLINK%%' at <a href="http://www.sellingyourscreenplay.com">http://www.SellingYourScreenplay.com</a>.</strong>
And I have the content position set to "before".
Any idea why it's writing it twice?
asmeyers
Member
Posted 3 months ago #
Here's the code in my textarea. It looks like it got cut off in my original message.
<strong>Read '%%POSTLINK%%' at <a href="http://www.sellingyourscreenplay.com">http://www.SellingYourScreenplay.com</a>.</strong>
asmeyers
Member
Posted 3 months ago #
One thing I just noticed, my RSS is set to only show the "summary" and the problem goes away when I set it to show the whole post in the RSS feed. So it's something to do with that - it duplicates the RSS footer when it's set to "before" and your RSS is set to "summary only."
I know this is a hack but I don't have time at the moment to dig in any deeper right now. I put this code in the rss-footer.php file on line 151:
$temp_remove = strip_tags($rssfootcontent);
$content = str_replace($temp_remove,"",$content);
Which version of the plugin are you using?