HeadSpace 2
HeadSpace is a powerful all-in-one plugin to manage meta-data and handle a wide range of SEO tasks. With it you can tag your posts, create custom titles and descriptions that improve your page ranking, change the theme or run disabled plugins on specific pages, and a whole lot more.
Because the configuration of meta-data can be a complicated and tiresome process HeadSpace provides several shortcuts to reduce your effort:
- Meta-data nesting - data is collected not only from the page itself, but nested parent pages
- Dynamic data extracted - why repeat yourself when you can extract data from the post itself?
- Full GUI interface - data is entered alongside post content, and with a full auto-suggested AJAX interface for tags and keywords
- Mass-editing - now you can edit meta-data for all pages and posts at one go!
HeadSpace is modular in nature and provides a full set of modules that allow you to configure your site exactly as you want and without requiring several conflicting plugins - everything is contained within one consistent interface. These modules include:
- Page-specific modules that can be applied to posts, pages, categories, archives, search pages, 404 pages, and the home page!
- Page titles - SEO optimized titles
- Tags and keywords are auto-suggested using a smart algorithm or via Yahoo and work on both posts and pages (pages can also be set to appear in tag archives)
- Page-specific plugins - have plugins that run only on specific pages!
- Theme-specific plugins - change your site theme on specific pages!
- Description - what appears in search engine listing
- More text - change the 'more text' for each post
- JavaScript & CSS - add JavaScript or CSS files to a post
- No index - configure whether a page is indexed by search engines
- No follow - configure whether links receive a follow/nofollow attribute
- Site name & description
- RSS name & description
- Anything else you want - HeadSpace allows custom meta-data
- Site-wide modules:
- Configure auto-formatting (wpautop), auto-fancy quotes, auto-clickable links, and disable visual editing
- Tracking codes for Google Analytics (new & old code), Crazy Egg, StatCounter, 103bees, Mint, FeedBurner Stats, Yahoo! Site Explorer, HitTail, Google Webmaster, Piwik, and Apture, with the ability to not track registered users
- Google section targeting
- First Time Visitor - display a special message to visitors when they first visit your site (based upon idea by Seth Godin)
- Disable Widgets
- Change PHP memory limit, timeout, and error reporting level
Due to the number of meta-data plugins available for WordPress, HeadSpace will import data from these plugins:
- UTW (Ultimate Tag Warrior)
- SEO Title tags
- All-in-one SEO
- Jerome's Keywords
- Simple Tagging
- lud.icro.us HeadMeta
- HeadMeta description
- More Unique
Now there's no reason not to use it!
HeadSpace is available in the following languages (all included within the plugin):
- English
- French (thanks to Serge)
- Polish (thanks to Jacek Tyc)
- German (thanks to Mario)
- Italian (thanks to Gianni Diurno)
- Bulgarian (thanks to Alexander Dichev)
- Spanish (thanks to Juanpa Manson)
- Russian (thanks to Sergey Ryvkin)
- Danish (thanks to Strang Skov and Georg S. Adamsen)
- Japanese (thanks to Yoichi Kinoshita)
- Brazilian Portuguese (thanks to Vinicius Pinto)
- Dutch (thanks to Matthias Houwelin)
- Indonesian (thanks to Hendry Lee)
- Turkish (thanks to Omer Faruk)
- Belorussian (thanks to Marcis Gasuns)
- Ukrainian (thanks to Kirin)
If you can provide a language translation then please get in contact with the author. A PO file is provided with the plugin to be used in translating with poEdit.
People upgrading from previous versions should be aware that you must reconfigure the plugin. As much of your existing configuration will be retained, and existing custom meta data for posts should be completely safe.
Version History
- 3.6.33 - Add Estonian. Fix various WP 3.0 issues
- 3.6.32 - Support for taxonomy pages Fix #703
- 3.6.31 - Fix #685, #726
- 3.6.30 - Fix #626
- 3.6.29 - Fix #613
Installation
The plugin is simple to install:
- Download headspace2.zip
- Unzip
- Upload
headspace2directory to your/wp-content/pluginsdirectory - the directory must be called headspace2. - Go to the plugin management page and enable the plugin
- Configure the options from the Options/HeadSpace page
- Ensure your theme calls
wp_headinheader.php(most themes do this anyway - seewp-content/themes/default/header.phpas an example)
You can find full details of installing a plugin on the plugin installation page. Note that, depending on your site configuration, you may need to increase the amount of available memory to 32MB. Details of doing this can be found here.
Concepts
It is useful to understand the process involved in generating meta-data for a WordPress page. HeadSpace allows meta-data to be both nested and dynamically generated from the page itself.
Nesting
This is a fairly simple concept, but one that requires explanation. When a page is to be displayed, HeadSpace looks at the page type and retrieves meta-data from all available sources. For example, when displaying a post, HeadSpace will first look at the post's meta-data, then it will look at meta-data set for all posts, then it will look at global meta-data. When displaying a category page, HeadSpace will look first at the category meta-data, then at global meta-data.
The reason for this nesting is that you can configure HeadSpace as little as possible, but get the maximum effect. For example, adding a tag of 'scuba' to the global 'tag' settings will mean that every page will have the 'scuba' tag set, in addition to whatever specific meta-data the page may contain.
Note that nesting can be disabled.
Dynamically generated meta-data
Dynamic meta-data is simply meta-data that is taken from the post being displayed. In practical terms this means you can insert special tags into HeadSpace meta-data that are replaced when a post is to be displayed. These tags are:
| Tag | Inserts |
|---|---|
%%date%% | Date of the current post/page |
%%title%% | Title of the current post/page |
%%sitename%% | The site's name |
%%excerpt%% | Excerpt of the current post/page (auto-generated if necessary) |
%%excerpt_only%% | Excerpt of the current post/page (not auto-generated) |
%%modified%% | Modified date of the current post/page |
%%id%% | Post/page ID |
%%userid%% | Post/page author's ID |
%%name%% | Post/page author's name |
%%category%% | List of categories the post/page belongs to |
%%category_description%% | Category description |
%%searchphrase%% | Search phrase |
%%currentdate%% | Current date |
%%currenttime%% | Current time |
%%page%% | Current page and total pages (i.e. page 1 of 3) |
Configuration
HeadSpace has site modules and page modules. Site modules affect the site as a whole, while page modules affect individual pages. Both are configured from the Options/HeadSpace/Modules page of the administration section. Page modules appear as:
Modules can be dragged and dropped into the appropriate areas. Modules in the 'simple' area will always when editing meta-data. Modules in the 'advanced' area will only appear when a link is pressed.
Site modules appear as:
Note that some modules have an edit button allowing further configuration. Disabled modules do not run and use no resources.
Page Settings
Configuration of page settings takes place from the HeadSpace administration page:
Clicking any of the sections will allow the meta-data to be configured:
The exact details and the order in which they appear is determined by your page modules. Note that advanced modules are hidden behind an 'advanced' link that, when clicked, will expand to show the advanced modules.
Post & Page Settings
The plugin adds an extra section to the post and page editing screen:
Like for page settings the exact details and order is determined by your page modules. The settings defined here always take precedence over settings defined elsewhere.
Category Settings
You can also configure HeadSpace settings when editing a category from the Category Management page.
Category settings are applied when viewing a category page, and will inherit settings from the general category settings, as well as the global settings.
Mass-Editing
HeadSpace provides a mass-editing interface which allows you to change meta-data across all posts and pages. The interface is found in the Manage/Meta-data administration page:
You can select the type of meta-data from the drop-down menu.
Tags or keywords
If the tag module is enabled then HeadSpace will automatically suggest tags for posts based upon previous tags. A smart-matching algorithm is used so that matches will be made when words have the same root. For example, if you previously defined the tag 'elevate' then the smart-matching algorithm will detect 'elevator', 'elevated', 'elevating', and 'elevates'.
Tags are added with a special interface:
You can either manually enter tags in the input box, or you can click on a tag to have it added. Tags can be suggested using a smart HeadSpace algorithm, or you can enable a Yahoo option to have Yahoo suggest tags.
Why are no tags being suggested?
This is a popular question and has a simple answer: because you have no existing tags. The auto-suggest tag feature is designed such that it learns from your behaviour and suggests tags based upon what tags you gave to previous posts. As such, if you have not tagged any previous posts then HeadSpace will not be able to make any suggestions. Likewise, if your previous tags do not match anything in a new post, HeadSpace will not be able to make any suggestions.
Why is my title not changing or displaying other text?
You need to make sure your theme calls the wp_title function. Any text either side of this function will always appear in your title regardless of what you tell HeadSpace to use.
<title><?php wp_title (); ?></title>
Further Reading
If you need further information then these are good guides and introductions to HeadSpace:
- Scott Frangos over at WebHelperMagazine.com has written a detailed walkthrough (part 1 and part 2) for using HeadSpace
- Zain Bodor of Knowledge Constructs has written a fight-based knockout and a HeadSpace guide.
- Joost de Valk has a very good WordPress SEO article, which includes details about using HeadSpace.
- NoFollow guide.
- Andrew Kolyvas has created a HeadSpace Guide and some SEO Tips that detail HeadSpace.
Support
Please direct all support questions to the HeadSpace support forum. Any support questions left on this page may not be answered.
Bugs & New Features
| Date | Current outstanding bugs | Status |
|---|---|---|
| 29 Jun 2010 | Keywords for tags feature not working since upgrade | |
| 01 Jul 2010 | title, description & tags feature not working since upgrade | |
| 10 Jul 2010 | New inline tags and filter for expanding tags | |
| 12 Jul 2010 | Error in blog archives for custom taxonomies | |
| 15 Jul 2010 | Breaks shortcodes in other plugins | |
| 16 Jul 2010 | Categories Meta Data | |
| 20 Jul 2010 | very important issue | |
| 22 Jul 2010 | tags not saving | |
| 23 Jul 2010 | Garbage on bottom of some Themes: } catch(err) {} | |
| 04 Aug 2010 | Latest headspace not working (0 remaining) |
A full list of all bugs can be found in the HeadSpace issue tracker.
| Date | Current requested features |
|---|---|
| 09 Mar 2009 | Update FeedBurner module |
| 11 Mar 2009 | Support for <link rel="canonical" > |
| 18 May 2009 | Windows Live |
| 24 May 2009 | Subpage of home manipulation |
| 01 Jul 2009 | titles / meta descriptions for tags |
| 22 Jul 2009 | WPML |
| 03 Sep 2009 | Irrelevant Headspace meta tags added to BuddyPress Member Secondary Pages |
| 11 Sep 2009 | New tags for total posts cound and site description |
| 29 Sep 2009 | XML SItemaps |
| 26 Oct 2009 | Custom css javascript in head |
A full list of all requested features can be found in the HeadSpace feature tracker.
Need help? Found a bug?
Comments are disabled on this page. You can find more help by following one of these links:
- FAQ - please consult the HeadSpace FAQ first
- Bugs - all bugs should be reported in the HeadSpace issue tracker.
- New features - these should be requested in the HeadSpace feature tracker.
- Support - can be found in the HeadSpace support forum.
Please provide as much information as possible. Screenshots help tremendously.







Comments (page 2 of 14)
Feb 27, 2007 10:29 pm |
When I save a post, I get this...
Warning: assert() [function.assert]: Assertion failed in /.../public_html/wp-content/plugins/headspace2/headspace.php on line 179
Warning: Cannot modify header information - headers already sent by (output started at /.../public_html/wp-content/plugins/headspace2/headspace.php:179) in /.../public_html/wp-includes/pluggable.php on line 275
any ideas?
Feb 28, 2007 2:47 am |
Try version 3.0.1 and let me know
Feb 28, 2007 7:22 am |
3.0.1 fixed my errors, thanks.
Feb 28, 2007 7:42 am |
3.0.1 is ok.
Feb 28, 2007 8:04 am |
Options/headspace is ok, but when WP auto save post, I get these:
Error:
Warning: Invalid argument supplied for foreach() in /home/.fielder/kdolphin/wordpresscn.com/wp-content/plugins/headspace2/headspace_class.php on line 101
Warning: Invalid argument supplied for foreach() in /home/.fielder/kdolphin/wordpresscn.com/wp-content/plugins/headspace2/headspace_class.php on line 107
Feb 28, 2007 8:38 am |
Hi
Love the plugin and the hard work you put into it is much appreciated!
I'm having a problem with this plugin so deactivated it....would you be able to assist me with this error please? I would very much appreciate this.
Warning: assert() [function.assert]: Assertion failed in /home/hairloss/public_html/covers/wp-content/plugins/headspace2/headspace.php on line 179
Warning: assert() [function.assert]: Assertion failed in /home/hairloss/public_html/covers/wp-content/plugins/headspace2/headspace.php on line 179
Warning: assert() [function.assert]: Assertion failed in /home/hairloss/public_html/covers/wp-content/plugins/headspace2/headspace.php on line 179
Warning: assert() [function.assert]: Assertion failed in /home/hairloss/public_html/covers/wp-content/plugins/headspace2/headspace.php on line 179
Warning: assert() [function.assert]: Assertion failed in /home/hairloss/public_html/covers/wp-content/plugins/headspace2/headspace.php on line 179
Warning: assert() [function.assert]: Assertion failed in /home/hairloss/public_html/covers/wp-content/plugins/headspace2/headspace.php on line 179
Warning: assert() [function.assert]: Assertion failed in /home/hairloss/public_html/covers/wp-content/plugins/headspace2/headspace.php on line 179
Warning: assert() [function.assert]: Assertion failed in /home/hairloss/public_html/covers/wp-content/plugins/headspace2/headspace.php on line 179
Warning: assert() [function.assert]: Assertion failed in /home/hairloss/public_html/covers/wp-content/plugins/headspace2/headspace.php on line 179
Warning: Cannot modify header information - headers already sent by (output started at /home/hairloss/public_html/covers/wp-content/plugins/headspace2/headspace.php:179) in /home/hairloss/public_html/covers/wp-includes/pluggable.php on line 275
Thank you
Feb 28, 2007 10:46 am |
Just installed HeadSpace. All went well with the activation. When I attempt to mod any of the setting in the admin panel I receive the following message.
Fatal error: Call to a member function get_post_rank() on a non-object in C:\Apache2\htdocs\wp_genesiswebdesign\wp-content\plugins\popularity-contest.php on line 1624
Yes, I do have the Popularity Contest plugin installed for tracking and it works fine. Also I have the Add Meta Tags plugin installed, but no conflict with it. When I deactivate the Pop Contest plug in Headspace works fine. Any ideas.
Thanks for a GREAT plugin...
Feb 28, 2007 9:10 pm |
Mike, it looks like a bug with the Popularity Contest plugin stepping in when it shouldn't. I've put a hack in place in 3.0.2 to keep it quiet.
Tina & kDolphin, try 3.0.2 as well.
Feb 28, 2007 11:46 pm |
It's working now.
Thanks for a GREAT plugin.
Mar 1, 2007 12:23 am |
Thanks John. That fixed the backend admin problem, but the front end (main site) has the same problems as well...
Fatal error: Call to a member function get_post_rank() on a non-object in C:\Apache2\htdocs\wp_genesiswebdesign\wp-content\plugins\popularity-contest.php on line 1624
That is the only thing that come up when I go to the site. I had to deactivate the plugin to get the site back up.
Thanks for you previous quick response.
Mar 1, 2007 2:11 am |
Mike, try disabling custom themes in HeadSpace - that seems to cause the clash. I'll have a look into it in more detail later.
Mar 1, 2007 2:41 am |
Hi,
I've just installed headspace on my new blog (webee. the bee design).
and it's working fine until now. i have only one question:
it seems that some "
Mar 1, 2007 2:50 am |
... sorry it seems that my message was truncated.
i was telling you about the fact that some kind of script is inserted between the title tag and the other meta data on my blog.
and i was asking if this was a problem i should be concerned about.
thank you.
Mar 1, 2007 3:50 am |
What script in particular are you referring to, webee? Your theme will contain a lot of meta-data and scripts itself, and HeadSpace will only insert the data you tell it to. If you think something is being inserted that shouldn't be that tell me which line of the HTML its on and I'll have a look.
Mar 1, 2007 4:31 am |
thanks for your prompt response john.
if you have a look an my website, you will find that between line 8 and 37 there is some code inserted between the title tag and the meta description tag.
i don't really know if this is the answer to your question, if you want, i can send you the code via email.
once again, thank you.
Mar 1, 2007 11:12 am |
I following errors popped up when I installed headspace2. How do I fix them? Thanks a lot.
Rendering of admin template /home/wirefire/public_html/wp-content/plugins/view/admin/head_admin.php failed
Rendering of admin template /home/wirefire/public_html/wp-content/plugins/view/admin/submenu.php failed
Rendering of admin template /home/wirefire/public_html/wp-content/plugins/view/admin/settings.php failed
Mar 1, 2007 11:19 am |
webee, that looks like stuff from your theme so nothing to worry about.
Zach, did you upload the entire headspace2 directory? Inside the zip is a directory which must be uploaded into plugins. Just uploading the files inside that directory will not work.
Mar 1, 2007 12:47 pm |
Disabling custom themes worked.
Thank you.
Mar 1, 2007 1:00 pm |
It works now.
Thanks John.
Mar 1, 2007 2:53 pm |
I have a 2 line description. Upon viewing the source the description is cropped to just what fits on the first line in the entry area of the admin panel.
Mar 1, 2007 9:47 pm |
Mike, the description gets cropped to whatever is set as the maximum length in the HeadSpace 'options' page
Mar 2, 2007 6:16 am |
I'm having problems with the latest release v3.0.3. When you go to Options -> Headspace -> Page Settings there are a bunch of setting links listed, but none of them work. They all point to ...domain/news/wp-admin/options-general.php?page=headspace.php#
I'm running the latest version of Wordpress 2.1 with Microsoft IIS 2003 server. The plugin was working correctly under v2.8.
Mar 2, 2007 9:31 am |
I have been trying to download Headspace, but the link doesn't work.
It gives me a "HTTP 400 - Bad Request" message.
Mar 2, 2007 10:24 am |
Hi,
HeadSpace cancels the WP 2.1.1 built-in static page for home option.
Can you advise if I can fix it or is it a bug?
Thanks!
Mar 4, 2007 5:45 am |
Your site will not let me download the plugin...can you send a zip file in an email?
Mar 5, 2007 10:26 am |
I'm having this same problem :
#
Francois says:
Added on March 2nd, 2007 at 6:16 am
I’m having problems with the latest release v3.0.3. When you go to Options -> Headspace -> Page Settings there are a bunch of setting links listed, but none of them work. They all point to …domain/news/wp-admin/options-general.php?page=headspace.php#
I’m running the latest version of Wordpress 2.1 with Microsoft IIS 2003 server. The plugin was working correctly under v2.8.
Mar 5, 2007 3:11 pm |
I have the same problem as Chris: all the links under "Head Space settings" (general... 404) do not work. Headspace2 Version 3.0.3, Wordpress 2.0.9
I tried this in IE7, Firefox and Opera.
The source of the page looks like this:
"...href="#" onclick="edit_head('global');return false">..."
When I copy the link it goes to ...wp-admin/options-general.php?page=headspace.php#, so the onclick simply doesn't seem to work
Mar 5, 2007 9:16 pm |
Francois, Chris, and Laurenz: The links all work fine in every browser I've tried. Can you confirm for me that you have javascript enabled? Can you also confirm whether headspace.js appears in the source for the page and that the URL exists?
Mar 5, 2007 9:27 pm |
Scott & Nimsy: The download appears to work so maybe it was a server glitch - try again
Don, there's a new version 3.0.4 that fixes that problem.
Mar 6, 2007 2:07 am |
Nice plugin. Very thorough.
However...
My site isn't very complex. Has a static front page and a small blog page, so I'm using mostly global settings with some per page tweaks.
The problem is that the titles of the pages are being displayed without any spaces between the words. I looked over the documentation, but can't find any reason for this scrunching. I'm letting each page inherit its existing title, so Headspace isn't set to overwrite them with something else.
Any explanations?
Thanks in advance.
Mar 6, 2007 1:13 pm |
Francois, Chris, and Laurenz: The links all work fine in every browser I’ve tried. Can you confirm for me that you have javascript enabled? Can you also confirm whether headspace.js appears in the source for the page and that the URL exists?
John - I have found the problem. I renamed the plugin directory of v3.0.4 to "headspace3" to have both versions 2.8 and 3.0.4 installed at the same time for testing purposes. But the directory is hardcoded to "headspace2/.." in the source file "/view/admin/head_admin.php". Can you change this file so that a hardcoded main folder name is not needed.
Mar 6, 2007 6:27 pm |
Thanks for the fix! You're a Gentleman and a Scholar
Mar 7, 2007 8:38 am |
I've added a css file and 3 javascript files to one of my pages but now I'm unable to undo those additions! I've tried emptying the fields but when I go back to the same page the references to the files are back again
Mar 10, 2007 12:21 pm |
Can anyone please answer why my titles are losing all their spaces? (See my comment a few comments back.)
Thanks!
Mar 13, 2007 10:56 am |
I have the same problem as Keith. I have added some wrong codes to JavaScript textbox for a post but I can not delete it, and having problem in page display.
Any Help,
Thank you
Mar 13, 2007 10:43 pm |
Hi John,
I'm using a modification of the Blix theme. My problem is that I'm getting two sets of description and keyword meta lines in the header. The first set displays only the dividing symbol and the page name in the Title, Description and Keyword lines. This is also what displays at the top of the page. Then the second set correctly displays the keywords, but a global site description on the Description line instead of the page description. Any ideas of what might be happening? Thanks much!
Mar 14, 2007 3:39 am |
DLE, I've not seen this happening and no one else has reported the problem so it must be some clash between HeadSpace and your theme or other plugins. If you send me an email (contact form at top of page) with more details I'll take a look.
Keith, Otkay: Fixed in 3.0.5
Rod, could you send me a copy of header.php from the theme directory? Contact details at top of page
Mar 14, 2007 12:40 pm |
1.One bad thing is the alphabetical order in keywords and description. Can you remove that ? Can you tell me how to remove that ?
2."HeadSpace2 is a plugin to manage meta data for your WordPress site."
This was to be a meta tag plugin. Why don't you develop a separate plugin with the other futures ?
3.By the way ... I still like hspace2 2.8 .. but I love the hot keywords option from the new version.
4. Whats with the excerpt option ? Show pictures tags, flash tags...
Mar 16, 2007 3:23 am |
Bloggero, why is alphabetical ordering of keywords bad? The description is not ordered at all.
The other features of HeadSpace seem logically consistent with it's purpose, and a seperate plugin just to manage things like post-specific themes would be an unnecessary overhead. In all aspects the latest version should be an improvement over 2.8
Mar 18, 2007 4:48 pm |
"why is alphabetical ordering of keywords bad?"
1.From my SEO experience I know that is bad.
2.It's a unnecessary restriction for users.
Mar 20, 2007 1:27 pm |
Hello, John,
i spotted, that headspace does not work somewhy with "ImageManager 2.4.1", simply when i enable image manager i cannot configure Headspace - when i click on Headspace options they do not expand.
Mar 21, 2007 7:37 am |
Thanks John for the correction.
Mar 23, 2007 2:53 am |
hi there,
i have installed the plugin and it's quite useful. so thanks!
i have one question though:
- i've noticed that the category descriptions are inherited from the description set up in the last post in each category. is this because i hadn't yet set up the categories' description tags?
thanks for clearing that up,
webee
Mar 25, 2007 12:54 am |
For some reason mine never inserts a title tag into the code. So for the time being I have to run the SEO Title Tag plugin to compensate. I've tried adding titles to global, home page, pages, posts... nothing. Not even so much as generating a in the sourcecode from where is.
I've even turned off all plugins but this one. I am in Wordpress 2.1.2.
I do get description and keywords tags but no title.
Does anyone else have this problem?? I've tried everything.
Mar 25, 2007 1:11 am |
Nevermind. lol. I'm an idiot. Figured it out...
Mar 25, 2007 1:36 am |
How can I make the separater come after the title text instead of before it?
Mar 26, 2007 4:24 pm |
Hi. I was having a bit of trouble with my description and keywords not showing up in the header. It turns out that (in my theme/plugin configuration at least)
option_blognamewas being called before wordpress setis_single()to true. Sinceget_headspaceonly checks foris_singlethe first time it is called this meant that headspace didn't know it was on a post page and none of the post-specific meta data could be loaded. I'm not using the blog name feature so the easy/lazy fix in my case was to comment out$this->add_filter ('option_blogname');.Apr 3, 2007 12:11 am |
3.0.7 adds options to disable keyword sorting, as well as changing the position of the title seperator.
Scott: I'd be interested to know what combination of plugins/theme you have.
Apr 3, 2007 9:20 pm |
this plugin is great! I trying on my blog!!!!!
Apr 3, 2007 10:33 pm |
Warning: Missing argument 2 for HeadSpace2::from_edit(), called in /home/.niven/moonswamp/cashooter.com/wp-content/plugins/headspace2/ajax.php on line 52 and defined in /home/.niven/moonswamp/cashooter.com/wp-content/plugins/headspace2/headspace_class.php on line 90
test the latest version on wordpress2.13 adn php 5 , errors happend!!!
any ideas???
Apr 3, 2007 11:29 pm |
OK,
i try to modify the ajax.php
add ", $_options" after $_POST on line 52
and the line look like this: $headspace->from_edit ($_POST, $_options);
and it's ok now, but i don't know wether there is a hangover!!!!!
Apr 5, 2007 8:03 am |
I successful upload the headspace2 to the smartFTP.
When go to wp at plugin, the headspace2 is not there
for me to activate.
What happen.
please advise.
Thanks.
Richard
Apr 6, 2007 10:32 am |
Hi,
thank for this good bplugin, i get this error when i update some plugins settings
Warning: Missing argument 2 for from_edit() in /home/content/s/e/s/html/wp-content/plugins/headspace2/headspace_class.php on line 90
My wordpress version is 2.1.3
Headspace 3.0.7
Apr 9, 2007 8:38 pm |
Enrico: Fixed in 3.0.8.
Richard, you need to upload the headspace2 directory
Andrius: ImageManager is including it's JavaScript files even when it shouldn't be. I've put a hack in place so that HeadSpace prevents this.
Apr 20, 2007 3:05 am |
Hi, just downloaded latest plugin and after uploading and trying to activate the plugin I get the following error. I have tried to find an answer in the blog but being a complete newbie I probably missed it:
Warning: include(/home/registr2/public_html/wordpress/wp-content/plugins/headspace2/plugin.php) [function.include]: failed to open stream: No such file or directory in /home/registr2/public_html/wordpress/wp-content/plugins/headspace2/headspace.php on line 26
Warning: include() [function.include]: Failed opening '/home/registr2/public_html/wordpress/wp-content/plugins/headspace2/plugin.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/registr2/public_html/wordpress/wp-content/plugins/headspace2/headspace.php on line 26
Fatal error: Class 'HeadSpace2_Plugin' not found in /home/registr2/public_html/wordpress/wp-content/plugins/headspace2/headspace.php on line 29
Can some one help pse?
Thanks
Apr 27, 2007 12:42 am |
Terry, did you upload all the files into the headspace2 directory? It looks like the file plugin.php doesnt exist.
Apr 27, 2007 11:12 am |
I added the latest Headspace 2 today and deleted my old Headspace 2. However, I don't have the save/cancel buttons showing other than in the global settings area. The Home, Archive, etc sections don't have the save/cancel buttons.
Also, I notice the "Plugins" word show at bottom of each section, just below the "themes" dropdown box. But the "Plugins" don't do anything?
What do I do to fix this? Thanks in advance!
Apr 28, 2007 7:38 am |
My blog is based on a modification of your excellent Giraffe2 theme. I'm trying implement Headspace2. In Headspace Settings, for everything but Global Settings, I get the following error message:
Fatal error: Call to undefined function: get_plugins() in /home/artword/public_html/wordpress/wp-content/plugins/headspace2/view/admin/edit.php on line 92
Can you help?
Thank you,
Ron Weihs
Apr 30, 2007 3:34 am |
Bug fixed in 3.1.1
May 16, 2007 4:03 pm |
I had to replace backward slashes with forward slashes in the function "url" in the "plugin.php" file, because the links on the settings page weren't working (I was getting JavaScript errors when clicking any Ajax-powered link). I'm using Apache 2 and PHP 5 under Windows.
May 17, 2007 10:40 am |
On WP 2.2, when the "Custom themes" option is enabled, the pages are being displayed with the "single.php" template, instead of "page.php".
May 19, 2007 4:45 am |
I am using Wordpress 2.1.3 and just uploaded headspace2. But can’t locate this plugin in the my Wordpress control panel to activate it. Is this plugin compatible to Wordpress 2.1.3? Pls advise. Thanks.
May 20, 2007 10:53 pm |
Vinicius: That's a Windows/Unix issue. I've now fixed it in 3.1.2. I can't reproduce the custom themes problem, and a page is always displayed with page.php for me. What theme are you using?
SC: Did you upload the directory as headspace2?
May 21, 2007 7:17 am |
Hi John, yes..i've uploaded the directory as headspace2 in \wp-content\plugins\. I have also tried to delete the plugin and reuploaded it to the same folder. But it's still the same...I still didn't see the Subsribe Me under the Plugins menu.
May 21, 2007 9:07 pm |
SC: HeadSpace2 will appear under the plugins menu as HeadSpace2, not Subscribe Me!
May 22, 2007 4:03 am |
Hi John !
Sorry i'm french and my english is very bad !
HeadSpace don't work with the news WP 2.2 !
I have a website with a home page who is a model page (accueil.php) ... with headspace actived the accueil.php is not loading !?
You can help me !?
Nice day !
Regards,
May 22, 2007 7:01 am |
John: yeah..it should be Headspace2, hehe..sorry typo error. i've cleared my browser's cache, but Headspace2 has still not appeared under the plugins menu.
May 22, 2007 7:11 am |
MoiMM: HeadSpace has been tested with WordPress 2.2 and I've not seen any problems so far. I don't understand what you mean by accueil.php - is this a page template?
SC: Weird. So, just to double-check. You have the file /wp-content/plugins/headspace2/headspace.php on your site? Clutching at straws, but does the directory and all files have the correct read permissions? (it should at least have 'r' for user/group/other)
May 22, 2007 8:23 am |
John, thanks a bunch! I've managed to activate the plugin now.
May 22, 2007 11:33 am |
MoiMM: HeadSpace has been tested with WordPress 2.2 and I’ve not seen any problems so far. I don’t understand what you mean by accueil.php - is this a page template?
Yes ... i think that is a page template ... her name is "accueil.php".
This page template is use for my home page.
>> configuration :
Options > Reading > Front Page
A static page selectioned > Front page : my page with the template for home page.
Screenshots :
>> My home page with HeadSpace actived
>> My home page with HeadSpace desactived
i don't know if is more comprehensible !?
May 22, 2007 8:54 pm |
MoiMM: Yep, that's enough. I've fixed this problem in 3.1.3
May 23, 2007 3:00 am |
MoiMM: Yep, that’s enough. I’ve fixed this problem in 3.1.3
Yes ! Thanks a lot John ! ... it's ok now !
...
i'm happy ! LOL
Good day !
May 27, 2007 3:19 am |
You're a Godsend!
I need to customize my header, 1 headline and 2 sub-headlines. How hard is it to add a second sub-headline that can be customized from "Write Post"?
May 28, 2007 1:36 am |
Marie, that's something beyond what WordPress usually provides. You may be able to insert an HTML break into the standard tagline (<br/>) and make it look like two lines, otherwise you'll need to use a custom plugin with a custom theme.
May 30, 2007 12:28 pm |
Hi! Great plugin! Using your latest version 3.1.3 - and WP 2.1.3. I am able to use it no problem, but I get an annoying error on my dashboard: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in D:\Inetpub\hairextensioninfo\wp-includes\class-snoopy.php on line 871
I've narrowed it down to the headspace2 plugin, but I should have more than enough memory, so I'm not sure what the issue is
THoughts?
Thanks
May 30, 2007 12:51 pm |
update:
Not sure why I didn't think of this before crying for help
but I replaced the class-snoopy.php file with a "fresh" one from my backup - and it works fine. It must have been corrupted some how! Thanks for a great plugin.
Jun 14, 2007 7:09 pm |
Love your stuff! Just gave you a good plug on my blog and endorsed your directly to John Reese.
Go here: http://www.howimademyfirstdollar.com/blogger/?p=53
Jun 15, 2007 3:41 pm |
This plugin is fantastic. I am having a problem though and would like some help. Everytime I change or update a post, the category inherits the headspace settings (title and meta tags) then I have to go back and re-write the correct category information and save it. How can i fix this?
Jun 22, 2007 5:05 pm |
Hey, i love the plugin but after upgrading my blog to 2.2.1 i got a problem: my homepage is a static page and the blogpostings are on an extra site. after the update my homepage is still the static page, but it looks like a blog article with links to previous and next post and comments. thats weird. and when I deactivate headspace everything is allright.
so i guess it is something with headspace 2
regrads
Max
Jun 23, 2007 9:05 am |
Thanks again for this great plugin. I have one question about the title. Is it possible to get rid of blog name from title? What I want is the all pages will show only the title that I write to title field.
Thanks for help
Jun 28, 2007 10:06 pm |
Patrick: I've not seen this before and no one else has reported it, and it sounds a serious problem! Can you tell me what other plugins you are using as there may be a clash. Also the version of WP you are using will help.
Max: If you disable the 'Custom themes and plugins' HeadSpace option, does the problem stop?
Oktay: You need to modify the file
header.phpin your theme to do thatJul 4, 2007 8:39 pm |
Hi,
I have nearly finished setting up my first blog site. I have filled in the Headspace boxes, but now when I read the source of my site I see 2 lots of meta tags for "description" and "keywords". The extra meta tags were obviously placed there by the Headspace plugin. Won't this cause a problem with the search engines? I can't see search engines liking the fact that you have 2 lots of meta tags as it would look like overoptimisation or keyword spamming.
Paul
Jul 4, 2007 8:52 pm |
Paul, another plugin or even your theme is adding in the existing set of meta tags. Headspace cannot remove existing tags so you should disable the other plugin or remove the tags from your theme.
Jul 4, 2007 11:16 pm |
I have the 2 meta tag issue also- always have. There are my main meta tags and then those that Headspace adds for each post.
However, it is another problem that I am having that has brought me here. I have set options for several of my categories that won't stick. Eventually those options will change mysteriously and pick up the options I have set for a post in that category- usually the last one. Is there a way to stop this from happening?
Jul 5, 2007 10:13 pm |
Btw, I went back and read the last page. I am reporting the same problem as commenter #178, Patrick. I am basically saying what he is saying in my post below.
Jul 6, 2007 1:14 am |
Sista, can you send me a list of all plugins, the name of the theme, and the version of WordPress you are using. I'll have a look and see if I can recreate the problem.
Jul 7, 2007 5:27 am |
Hi John
I am using the Drunkey Love theme version 1.7 and Wordpress 2.2. This problem has existed through many versions and themes though. A screenshot of all my plugins can be seen below.
http://img201.imageshack.us/my.php?image=pluginsel2.jpg
Jul 8, 2007 10:18 am |
I'm using the original Headspace (not headspace 2)on a WP 2.0.07 install. I wish to upgrade to the latest WP version and see that the original Headspace is not compatible. So, I'll need to upgrade to Headspace 2, and I want to do it before I upgrade the WP version.
My question is, can I simply install the new Headspace 2, and will everything I have set up with the original Headspace continue to work? Or will I have to redo all sorts of things? Will I need to uninstall Heaspace (1) first, or will Headspace 2 just takeover in the Plugins page?
Jul 11, 2007 5:06 pm |
Hi!
I am running Headspace2 v.2.8 on WP 2.0.4 with K2. Works great. I am looking at upgrading to Headspace v.3. However, I have some issues:
1. In the field "Global Raw Data" under Options->Headspace->Options->General Options, when I put anything in that field, it shows up as text on my site, on top of my header. This is very ugly and I don't think it is supposed to happen, so I have been leaving that field empty just so it won't show up on my site. Do you know why that happens? What can I do to fix it? Does v.3 fix that?
2. I tried installing UTW, but ended up uninstalling it because it clashed with Headspace. Can these be used together with v.3? Has anyone written anything about how to adjust the settings so they play well? If so, can you point me to it?
Thanks!
Jul 13, 2007 1:47 pm |
In Global Raw Data I put the code to my banners there. I also have UTW on my site and I see what conflict. What conflict do you get?
Jul 16, 2007 2:13 pm |
Urban Giraffe sounds great! I got here from a post on John Chow's site; one of the commenters there recommended this plug in. But what I REALLY want to know is how you corralled all the pings/trackbacks to the bottom of the page. Is that a seperate plugin?
Thanks for all the hard work.
Jul 20, 2007 4:04 am |
It's late, I give up...
Running Wordpress 2.2.1 on PHP 5.1.4 with HeadSpace2 3.1.4
I have wp_head(); in my header.php, other plugins are finding it (ie. Democracy Plugin)
I don't get any errors, but the meta tags are nowhere to be found in my html; what could I be missing?
The only change I made was deselecting the Custom Themes option and added a test description for the Home Page meta description.
Jul 23, 2007 8:30 pm |
Hi John, I have a serious problem with 3.1.4 and I wanted to see if you could explain this:
For my individual category pages, I have specific settings for the description and keywords - which also shows on the cat pages, once set. However, when I post a new blog post in a category, the descriptions and keywords from this most recent post are inherited to the category page, overwriting what I had initially set for the cat.
I am now trying to disable inheritance on the options page and will observe if this occurs again.
Jul 23, 2007 8:45 pm |
I wanted to add that this also occurs if I go in and edit a post and re-save it. The current category kw /desc that were edited on the Manage Categories interface are overwritten. Thanks in advance!
Jul 23, 2007 9:07 pm |
Sista: do you get duplicate meta data with HeadSpace disabled? Do you get any meta-data with HeadSpace disabled? If you do, where is the meta-data coming from?
Mark: I would first disable the old HeadSpace, then upgrade WordPress, then install the new HeadSpace and activate that. The plugin should detect your old HeadSpace settings and try and upgrade as much as possible. As with any other upgrade process you should definitely make a backup of your database before attempting anything.
ms.angel: Global raw data is working as it should. The field basically allows you to enter any meta-data you want which will appear exactly as typed. If you enter normal text then this will appear also. Unless you want to enter specific custom meta-data then there is no need to use this field, and it is left for advanced customisation. For example, Sista in post 190 adds banner code there
I've not noticed any clashes with HeadSpace and UTW. What version of UTW are you using, and how is it clashing?
KimBoo: I'll be writing an article about that subject soon - check back later!
Josh: Does post specific meta-data show up?
Jul 23, 2007 10:06 pm |
The category saving bug is now fixed in version 3.1.5
Jul 24, 2007 8:38 am |
Thank you very much for the fix, John. Works seamlessly now.
Aug 2, 2007 10:58 pm |
Hey great- thank you. Will try it out now. I so know Google will love me to death once I get this to work...lol
Aug 7, 2007 11:56 am |
"Show Technorati Tags on Posts" also shows the same tags on pages. Is it supposed to? I'd prefer them not on pages, only on posts. How can I disable this on pages?
Also, I'm confused about that option. If I choose to not "show" them, are they still there internally, not showing? And still updating technorati? Or do I have to Show them to make them effective?
If I have to show them, can I make the color blend with the background?
And finally, is there a way to place them manually in the post where I want them?
Aug 18, 2007 5:03 pm |
I have a similar issue that was mentioned by Sista (#184) and Patrick.. But the bug is slighty different..
The Second page and the rest of the pages of a category except the first page, inherits the Page title from the first post (i.e on the particular page)
The first page is fine.. e.g
http://www.mysite.com/category/personal/page/2/ - Inherits the Page title, Description and Keywords from the first post on the page..
http://www.mysite.com/category/personal/ - This page has no issues..
I am on Wordpress 2.2 and have installed the latest version of Headspace 3.1.5
Pings & Trackbacks
internetmarketersbay.com, my.donews.com, my.donews.com, bloggerdesign.com, bloggerdesign.com, anwaelte-in-vulkane-werfen.de, wordpresscn.com, n0tablog.wordpress.com, n0tablog.wordpress.com, toprankblog.com, projects.jesseheap.com, kichus.in, bogdanlebu.wordpress.com, i.rrhoblog.de, wordpress-it.it, tek-works.com, orioa.com, searchenginejournal.com, osxcn.com, osxcn.com, xptt.com, knowledgeconstructs.com, theseoblogger.com, filination.com, wp-plugins-db.org, ka-yue.com, uweselbst.de, knowledgeconstructs.com, ditii.com, orioa.com, zoekmachine-optimalisatie-seo.be, wpplugin.bodait.com, stalkked.com, samdevol.com, blog.ramenos.net, seoblog.hu, carmical.net, blogbroker24-7.com, knowledgeconstructs.com, edblog.net, comeacross.info, doktor-schubert.net, yeeach.com, blog.achille.name, blog.tiracon.com, nixser.com, blog.yepn.net, swtung.org, projects.jesseheap.com, gidibao.net, tipografo.org, blog.dahh.net, bloggerdesign.com, doransky.hu, ganhar-online.com, joostdevalk.nl, dailyseoblog.com, raisedbyturtles.org, stalkked.com, stalkked.com, themey.com, riyogarta.com, blog.dahh.net, webhelpermagazine.com, webhelpermagazine.com, fahdmurtaza.com, koudal.dk, giuseppesurace.com, glennstovall.com, weblife.netsons.org, wordpressmania.it, david.scatigna.it, mistle.atnifty.com, webhelpermagazine.com, webfadds.com, danielerollo.com, mymarketer.net, wp.tekapo.com, ganhar-online.com, tokkel.be, dailyseoblog.com, vinta.ws, aleydasolis.com, aleydasolis.com, hyperlinkguerrilla.com, lb.viks.org, dailyseoblog.com, free-wordpress-plugins.net, muratdikici.com, dailyseoblog.com, flishfun.com, re-design.de, stephanmiller.com, stephanmiller.com, bradtheblogboy.com, vinta.ws, doktor-schubert.de, stephanmiller.com, webhelpermagazine.com, blog.paradiseo.fr, richnicheblogging.com, knowledgeconstructs.com, nathananderson.us, casheep.com, bradtheblogboy.com, blog.dimok.ru, geekissimo.com, drostdesigns.com, marcosiviero.com, seobusiness.ca, blog.achille.name, seosistems.com, seochampion.ru, bl.asphemo.us, mybaoku.cn, blog.seo-on.ru, fahadonline.com, blog.jayare.eu, daniiswara.net, bloggeries.com, bloggeries.com, nemoprincess.it, ganhar-online.com, youssefchaoui.com, seonoobs.org, kalin.sqa.bg, webanet.org.ua, searchenginejournal.com, bufferoverflow.it, velqn.com, toobroketofix.com, francescogavello.it, aqua-ether.co.jp, site.career4us.com, meganmcdermott.com, dlmfisher.com, claudiaregina.com, serial-box.net, hire.mrsmicah.com, roamingsheep.kokage.cc, work4net.it, disavian.no-ip.info, leinky.com, hamppu.net, iwalking.org, blogapro.com, blogoninja.com, redebanner.com.br, dicasdavovo.com, yuina.lovesickly.com, yuina.lovesickly.com, yuina.lovesickly.com, martijnbeijk.nl, pinara.net, webdevlounge.com, promo2.ru, anieto2k.com, realtyrankings.com, pagetrafficblog.com, condomunity.com, ziosteve.com, crenk.com, n4gash.com, bibliotecamallorquina.es, smallseo.ru, geekissimo.com, geekissimo.com, zoomgeek.netsons.org, bodrosaworo.net, gathersuccess.com, wordpress.travolta.us, mulherdesign.com.br, gkaans.org, andreabaccega.com, seogoogletips.com, blog.ebusiness4all.co.uk, bloground.ro, jnbn.org, passivelifeincome.com, word-press.hu, marketingdefined.com, blog.orangesoda.com, theinternetmarketingassistant.com, seopatra.de, unblogged.hansi.es, nbridges.com, clicksharpmarketing.com, thephotographer4you.com, sinzi.org, yuina.lovesickly.com, thoughtofmine.wordpress.com, earnblogger.com, netpond.com, yoast.com, op111.net, moiatblog.com, yoast.com, wopus.org, wordpress-love.com, ahadproject.com, wordpress-blog.nl, marketingdefined.com, sysolution.wordpress.com, webanalytics.org.cn, italianwebdesign.it, thephotographer4you.com, blog.ojacq.com, blogcrafted.com, otroseo.com, sheida.com, op111.net, pasunclou.com, yuina.lovesickly.com, no.ticiero.com, beerandsport.net, davidtan.org, higash.net, seputarinformasiku.wordpress.com, allblogs.de, pingable.org, blaudenker.de, teguhwiratama.wordpress.com, gkaans.org, trafficblognet.com, kevinleary.net, freshtilledsoil.com, web-ideas.de, hell-world.org, wordpress-love.com, kajrietberg.nl, blaudenker.de, seo-portugal.net, gualanland.info, sourcer.org, seorook.com, on.eti.me, graphicsoptimization.com, graphicsoptimization.com, doughblogger.com, blogger-tips.com, sunshine.co.uk, enhance.qd-creative.co.uk, bufferoverflow.it, thomas.stachl.me, 5.5sopo.cn, cubanitoweb.wordpress.com, seosem.ws, jamesmorell.com, wordcastpodcast.com, lindawati.com, blog.arseo.ru, vivsin.com, thedailyprofit.net, beatfly.net, blalang.com, yuina.lovesickly.com, manchesterseo.com, silverpenpub.net, softtype.se, turnipofpower.com, bufferoverflow.it, condomunity.com, sabahdaily.com, maximal-reich.de, wallaby.com.pe, kreativen.com, bloggeries.com, qubenzis.com, syskb.com, macku.net, 4webmasters.nicuilie.eu, en.nicuilie.eu, webyardimi.com, wordpress-blog.nl, bloggerdata.com, es.weblogtoolscollection.com, krivoy.intwayblog.net, gulati.info, gulati.info, arindamchakraborty.com, arindamchakraborty.com, seo-woman.de, geeklife.it, robcubbon.com, blog-affiliate.jp, gathersuccess.com, socialnetworkingnewsdaily.com, uniqueblogdesigns.com, alexander.holbreich.org, billbolmeier.com, secretstowebsuccess.com, seo.22web.net, contextnaya.ru, contentpig.com, zanderchance.com, blog.seointelligence.com, wordpress.blogos.dk, weblogtoolscollection.com, mrlittlebig.com, guidesigner.com, sheida.com, op111.net, wordpresspluginsdatabase.com, rismaka.wordpress.com, rismaka.net, technospot.net, hiranthi.illutic.nl, ubnetworks.net, pross.org.uk, developdaly.com, developdaly.com, bilanbs.com, expertlistbuilding.com, blog.reelworldin.com, subtlelogic.co.uk, iwordpress.com.cn, webmarketingmogul.com, dewpointproductions.com, garmahis.com, mashablez.wordpress.com, totallypaying.com, ejannat.com, affiliatemp.com, tutayuda.com, nicolasprudhon.com, devnewz.com, internet-homebusinesses.com, shopwp.com, theonlineinc.com, mashable.com, chrisabraham.com, webloger.ru, hifiwang.net, cheslow.com, firstrank.wordpress.com, sendegel.org, zhengyong.net, watele.com, watele.com, zaferbilgi.com, alibuybuy.com, logtee.cn, wpuse.cn, silentstreet.net, mywordpress.com, inseoblog.com, rootdevilz.com, jasonyoung.org, wp.org.cn, forcto.com, yoast.com, maxyudin.wordpress.com, inseoblog.com, vanettenstudios.com, hungred.com, seo.wen1xia.com, webmasters-blog.com, wicked-pr.com, duechiacchiere.it, yuina.lovesickly.com, drostdesigns.com, op111.net, pastorrico.com.br, anywhere.ro, bizimcountry.com, s-peace.com, tripwiremagazine.com, cakipin.web.id, justskins.com, shefeekj.com, chrisfrost.tv, zeric.net, gamblingseoconsultant.com, riku.me, txdaily.co.za, veryweblog.com, get-a-blog.com, blogtr.tk, seofury.com, geeks2null.de, valancius.com, houseyourmom.com, bloodhoundrealty.com, dailyseoblog.com, iwanna.cn, quicktips.ie, seoautomatic.com, freshblog.in.ua, memento-vivi.com, nicaragua.ysublog.com, seoibiza.com, yuanjinhui.com, wpinformer.com, houseyourmom.com, probloggingservices.com, techjump.org, shey2n.ueuo.com, tripwiremagazine.com, blog.website-freelance.com, yuqiworld.co.cc, cubernate.de, yuina.lovesickly.com, dev4press.com, yuina.lovesickly.com, designedforseo.com, rajawaqar.com, stalkked.com, nicolasprudhon.com, cinnsational.com, internetbusiness-1.com, assertica.co.uk, crisiboy.com, internetbusinessmart.com, leveragedinternetmarketing.com, webtechglobal.co.uk, 125.17.173.9, harbimi.net, cypresseducation.org, yuminqing.cn, bloggingtips.com, zemalf.com, szablonydarmowe.pl, trrczx.com, andybeard.eu, blog.webdistortion.com, feedtheguru.com, attackr.com, muiomuio.net, lascatoladipandora.wordpress.com, goyangartis.wordpress.com, justinparks.com, tecnologias.in, paintedrockcommunications.com, p2psin.it, crazylemon.net, linksareblue.com, imeyu.com, bingturkiye.com, convert2media.com, bilgimekani.net, antonioriveras.com, francescogavello.it, blogidc.net, cenaynailor.com, niuie.net, xiushen.net, cash-cow.it, space79.com, dkai.cn, yuina.lovesickly.com, thomas-rosenstand.dk, rapid-dev.net, franklinbishop.net, magnifydigital.wordpress.com, webpage-designer.net, yuanbloger.com, devhideout.com, design-tutplus.com, googlestooges.com, newsroom.mediaanalys.se, stepforth.com, seomanatee.com, xdreams.ch, geraelindsey.com, ericstownsend.com, secretstowebsuccess.com, calco.se, 010wu.cn, kaosklub.com, design.twmarketamerica.com, itzkumar.wordpress.com, jeff-chen.com, baybedava.wordpress.com, mellowish.com, technolik.com, cajammed.com, moneyza.com, wulliebull2.com, amenext.com, jerrytravis.com, farmlanebooks.co.uk, nonsoloseo.com, blueprintds.com, greyblogs.com, earningblogger.com, leewillis.co.uk, blog.gotaogold.com, seomaven.org, shdding.com, goldenblogging.com, rooteto.com, probort.net, bashbosh.com, seomaven.org, wpmash.com, razvangirmacea.com, macku.net, brunodesouza.com, aruha.org, blog.25db.com, wordpressseo.cn, dishahosting.com, xijinping.ihost.tw, sibintang.com, e-tail.be, purplehazard.com, blogs.uugrn.org, dobradycha.pl, seokilavuz.com, omeremreaslan.com, chukhil.co.cc, arifindomedia.com, leewillis.co.uk, teratips.com, techlistic.com, how2mono.com, dev.stepforth.com, lunarlog.com, 100fw.net, cezzy.pl, magnusfahlstrom.se, sitesketch101.com, wpjedi.com, seowithfries.com, langdradig.nl, tienda.todaslasplantillas.com, smartcomputingblog.com, faydaliweb.com, cenaynailor.com, ferdianar.com, dixnuits.com, webtrainingwheels.com, conversionscientist.com, danielkeppler.de, idotcommunications.com, pimp.devwebpro.com, absolutemg.com, webexpedition18.com, freefringes.com, bloggingfornoobs.com, mandarine.wordpress.com, beckyswritingblog.wordpress.com, softwaresweden.com, wp.org.cn, tomaltman.com, technoezine.com, craiglingard.com, phpknight.com, mattsblog.info, andybeard.eu,
Need help? Found a bug?
Comments are disabled on this page. You can find more help by following one of these links:
Please provide as much information as possible. Screenshots help tremendously.