Harry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit this PageDoesn’t show on mine, as I’m not logged in.
Log out of WordPress (top right hand corner of the admin page), not your computer. That is why it shows fine on your husband’s computer.
Forum: Fixing WordPress
In reply to: Edit this PageWhat she said –^, sometimes browsers save sessions even when the machine is restarted.
Forum: Fixing WordPress
In reply to: Click a link get search resultsTry a plugin like this or googling for ‘Advanced Search Plugin WordPress’
http://wordpress.org/extend/plugins/search-everything/screenshots/
Forum: Fixing WordPress
In reply to: Edit this PageIt only shows for you when you are logged in. If you logout of the WP Admin area it is hidden.
It does not show for visitors to your website, so there is no need to worry.
Forum: Fixing WordPress
In reply to: Going to the bottom of the page automaticaly.Firstly, this is a forum for self-hosted WordPress sites, not WordPress.com sites. For help with your WordPress hosted site please post on here: http://en.forums.wordpress.com/
Secondly, I quickly tested your site on Firefox 8 and it didn’t automatically scroll to the bottom, this could be because of some preference you have set in your browser (I tried on Chrome as well), or some plugin you use that is doing this.
Good luck.
Forum: Fixing WordPress
In reply to: Going to the bottom of the page automaticaly.Jingchuan was just asking for a link to your website in order to test your website to see if he can replicate the behaviour. We can’t diagnose or suggest a fix unless you provide us with a sample of the problem.
Otherwise we’re just taking shots in the dark at an invisible target.
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookContact the theme developer.
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookDefinitely DO NOT remove the above pieces of code, it’s how your page generates the header. The Facebook OG code is additional to this.
In Settings > General, what is set as your Site Title and your Tagline?
If in doubt, contact the Theme’s creator.
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookI don’t think I have misunderstood the problem, you’re wondering what text shows up in a users news feed when they like a post on your site. I got that, so read about how the Like button works.
Try looking at your title tag, most likely in your header.php of your theme.
“The Evolution of Bowser – jakefreeland.com | jakefreeland.com” – matching the image you posted, here’s the corresponding title of that post, which is what is been taken as the link title. Get rid of the two occurrences of your URL.
I’m pretty sure any other query you have with Facebook and how it displays can be fixed by looking at the Developers site for Facebook, or a spot of googling.
Facebook have a handy debugger to help with structuring your content so that it has maximum visibility to FB’s crawler.
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookNo problem, if I figure out the solution myself, I’ll post it here.
Just a lack of free time at the min, and the fact it’s home time, so long work for another day 🙂
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookWell try Googling some more, there are bound to be solutions out there.
Good luck.
Forum: Fixing WordPress
In reply to: Going to the bottom of the page automaticaly.What browser are you using? And version if possible?
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookYup, you could do this on a per post basis in order to sculpt how your posts are shared, what is displayed etc.
Throwing it into your header with hardcoded values may always just show the same thing.
Just did a quick Google:
Found this plugin, which should help you out.
http://wordpress.org/extend/plugins/facebook-open-graph-meta-in-wordpress/ (I haven’t installed or tested it)
And I searched for ‘wordpress og meta plugin’ and found the below. It seems to be from the author of the plugin. So this may actually save you any hardship messing with code.
http://www.wpbeginner.com/wp-themes/how-to-add-facebook-open-graph-meta-data-in-wordpress-themes/
I may even start using it!
Forum: Fixing WordPress
In reply to: Sharing Posts via FacebookCool, no worries.
What facebook is trying to do is scrape your page for info that is relevant. Sometimes the structure of your HTML restricts it’s crawler’s ability to do this.
Luckily FB have a basic meta data structure you can include in your WordPress theme which Facebook will find and use when pasting links into it. This includes setting the thumbnail, title of the link and the content box etc.
It’s on the link I posted above, under the heading ‘Open Graph Tags’. Read the page, it has all the information you need about sharing on Facebook.
Forum: Fixing WordPress
In reply to: Sharing Posts via Facebook