Broken Widget, Showing Serialized Data
-
Widget is randomly bombing and displaying serialized data rather than the correct HTML display data.
HTML being produced:
<aside id="latest_tweets_widget-2" class="widget widget_latest_tweets_widget"> <h3>Latest Tweets</h3> <div class="latest-tweets"> a:3:{i:0;s:1077:" <p class="tweet-text">Boom! ... It's <a class="twitter-hashtag" href="https://twitter.com/search?q=%23BeyondTangyTangerine&src=hash" target="_blank">#BeyondTangyTangerine</a> time! </p> </div> </aside>
Specific Tweet that is breaking the Widget:
Boom! … It's #BeyondTangyTangerine time! ?? #nutrition #health #vitamins #minerals #fitness Lets Rock… https://t.co/t4RmooGLM7
— Youngevity? (@youngevity) September 4, 2013
After posing another Tweet, the HTML output looks like this:
<aside id="latest_tweets_widget-2" class="widget widget_latest_tweets_widget"> <h3>Latest Tweets</h3> <div class="latest-tweets"> a:3:{i:0;s:286:" <p class="tweet-text">yikes!!! <a href="https://fb.me/1Ji63Jek5" target="_blank">fb.me/1Ji63Jek5</a></p> <p class="tweet-details"><a href="https://twitter.com/youngevity/status/375332486429282304" target="_blank"><time datetime="Wed Sep 04 19:00:12 +0000 2013">2 minutes ago</time></a></p> ";i:1;s:1077:" <p class="tweet-text">Boom! ... It's <a class="twitter-hashtag" href="https://twitter.com/search?q=%23BeyondTangyTangerine&src=hash" target="_blank">#BeyondTangyTangerine</a> time! </p> </div> </aside>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Broken Widget, Showing Serialized Data’ is closed to new replies.