My website is wpci-dev.com. I have integrated a Codeigniter web application with WordPress. In the WordPress theme header, I have placed these meta tags:
<meta property="og:title" content="RealConnect Dev Site"/>
<meta property="og:url" content="http://wpci-dev.com"/>
<meta property="og:description" content="This is a development site for Birch Studio Graphic's RealConnect web application."/>
<meta property="og:image" content="http://wpci-dev.com/images/BSGlogoBLK.jpg"/>
<meta property="og:type" content="website"/>
If I use the Facebook Debugger with wpci-dev.com, the scraper picks up my meta tags and displays the content correctly when shared. I can also check wpci-dev.com/about-us/ with the debugger and get the correct results.
The problem is when I try to share a page that is rendered using Codeigniter - wpci-dev.com/details/residential/449153/, the open graph tags are not being scraped:
If I click on the "See exactly what our scraper sees for your URL" link, It displays a white page with the text "Document returned no data":
We developed another site, MyCAAR.com, which is built completely in Codeigniter (no WordPress), and the open graph tags work correctly for all of the pages. So, I don't think this is a Codeigniter issue. I think it has something to do with the Codeigniter/WordPress integration.
I have searched far and wide for answers to this issue with no luck. Any help is appreciated.