Hi,
If you go on http://futurepocket.com and look at the page source, you see the meta description in the header as:
<meta name="description" content="Share(function() { var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, s1); })(); Tweet(function() { var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0]; s.type = 'text/javascript'; s.async = true; s.src = 'http://widgets.digg.com/buttons.js'; s1.parentNode.insertBefore(s, " />
In the theme header.php itself, the code is defined as:
<meta name="description" content="<?php the_excerpt_rss(); ?>" />
So my conclusion is, for some reason, the_excerpt_rss is messed up, giving that code. Because of that, my Facebook META tags plugin is also taking that code as the description (which will be a big issue). Anyone know why that code is being generated so I can fix it as soon as possible?
I also have All In One SEO pack installed, but og:description will override the description from All In One SEO Pack and make sharing on Facebook impossible. HELP!