ipholio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Facebook compatible meta tagsI’m having the same issue, did you ever figure this problem out?
Anyone have any clue how to solve this problem??
Just have Facebook Comments for WordPress. I already deactivated all my plugins and it’s still showing up on Facebook incorrectly.
I should mention that on the site, the titles show up correctly in my browser. But when I post the root website link on my status on someone’s wall, it pulls a different title than what the site specifies. I just posted it and it links to the homepage, but the Facebook Posted Item link title is the most recent blog post.
It’s very confusing lol.
ok i changed it to this:
<title><?php bloginfo(“name”, “display”); ?> <?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(); ?></title>
is that still correct?
in the <head> or where at?
why won’t it take the blog title though?