• generalgumus

    (@generalgumus)


    I’m creating an android app for my website which is WordPress. I’m having trouble parsing the post thumbnails from the RSS. I’ve tested my application with different websites and they work without a problem. For some reason it’s just WordPress websites that are causing the issue or at least my website…

    I do have a img html tag within the description and content:encoded tags but I created another to parse the image easier…

    <postthumb><![CDATA[<?php the_post_thumbnail(); ?>]]></postthumb>

    Description tag:

    <description>
     <![CDATA[
      <div>
       <a href=....<img title="..." src="....jpeg" alt="..." width="..." height="..." /></a>
      </div>
      <br/>
      ... […]
     ]]>
    </description>

    My RSS(WordPress) vs Random RSS(Non-WordPress)

    Android App Screenshot my RSS
    Android App Screenshot random RSS

    Link to my RSS feed

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    There’s a problem with your feed. Looks like a sluggish site or server.

    Thread Starter generalgumus

    (@generalgumus)

    Well, how can I resolve it whatever it is? Should I do a fresh wordpress install ?

    esmi

    (@esmi)

    Try:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cannot parse image from RSS’ is closed to new replies.