Forums

Reposter Reloaded
Reposter Plugin Stripping id="" From Post Content (2 posts)

  1. David Law
    Member
    Posted 1 year ago #

    Been using the original reposter plugin on multiple sites with no problems until I added some code along the lines:

    <span class="classname" title="titlename" id="uniquenumber">

    When I run the reposter plugin manually (the run now option) no problems at all, but when the schedule runs the above code is changed to:

    <span class="classname" title="titlename">

    So id="uniquenumber" has been removed from the posts content!

    I was hoping Reposter Reloaded wouldn't generate the same problem, but unfortunately it does!

    Any thoughts on what might be causing this?

    BTW like the improvements to the plugin.

    David

    http://wordpress.org/extend/plugins/reposter-reloaded/

  2. David Law
    Member
    Posted 1 year ago #

    Turns out it's not the id="" part per se that's being deleted, but everything after the class and title attributes.

    When I've tried code like

    <span class="classname" title="titlename" rel="uniquenumber">
    
    <span class="classname" title="titlename" rel="uniquenumber" id="uniquenumber2">
    
    <span class="classname" title="titlename" id="uniquenumber"  rel="uniquenumber">

    They all end up as:

    <span class="classname" title="titlename">

    David

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic